HomeSort by relevance Sort by last modified time
    Searched refs:PROFILE (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/oamuser/user/
Makefile 35 PROFILE= .profile
42 SKELFILE= $(PROFILE)
47 PRODUCT= $(PROG) $(PROFILE)
65 CLOBBERFILES= $(PROFILE)
98 $(PROFILE): $(STDPROFILE)
99 $(GREP) -v "^#ident" $(STDPROFILE) > $(PROFILE)
  /onnv/onnv-gate/usr/src/cmd/filebench/scripts/
filebench_compare.pl 53 open (PROFILE, "<$dir/thisrun.prof");
54 $description = <PROFILE>;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
DProf.pm 20 To profile a Perl script run the perl interpreter with the B<-d> debugging
21 switch. The profiler uses the debugging hooks. So to profile script
27 profiler will dump the profile information to a file called
29 information which is in that profile. The following command will
41 =head1 PROFILE FORMAT
43 The old profile is a text file which looks like this:
61 clock ticks, of the machine where the profile was collected. The third line
62 is the name and version identifier of the tool which created the profile.
66 entry/exit profile section.
  /onnv/onnv-gate/usr/src/cmd/filebench/fbscript/
filebench.pl 480 my ($profile) = shift;
483 open(CFILE, "$profile") or
484 die "ERROR: couldn't open profile $profile";
575 print "parsing profile for config: $config\n";
734 print "[-D[ ]<variable name>[ |=| = ]<value>]... <profile name>\n";
991 # otherwise argument is the profile name
997 $PROFILE = $PROFILENAME;
998 $PROFILE =~ s/.*\/(.+)$/$1/;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
wificonfig.c 93 PROFILE,
190 static const char *essid_of_profile(const char *profile);
757 * |PREFFERRENCE | | HISTORY | | PROFILE |
848 cur_list = PROFILE;
849 profile_list = new_ael(PROFILE);
869 case PROFILE:
1009 * a profile uses its essid appending "[]" to denote its section_id.
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
Name.pl     [all...]

Completed in 360 milliseconds