Searched refs:tool (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libast/common/path/
H A Dpathcheck.c25 * check if package+tool is ok to run
31 * (1) the tool matches PARANOID
52 pathcheck(const char* package, const char* tool, Pathcheck_t* pc) argument
58 if (strmatch(tool, PARANOID) && environ && (s = *environ) && *s++ == '_' && *s++ == '=' && !stat(s, &st))
86 NoP(tool);
H A Dpathkey.c44 pathkey(char* key, char* attr, const char* lang, const char* tool, const char* path) argument
46 return pathkey_20100601(lang, tool, path, key, 16, attr, PATH_MAX);
54 pathkey_20100601(const char* lang, const char* tool, const char* apath, char* key, size_t keysize, char* attr, size_t attrsize) argument
77 if (tool && streq(tool, "mam"))
H A Dpathprobe.c28 * information for lang and tool using proc
52 pathprobe(char* path, char* attr, const char* lang, const char* tool, const char* proc, int op) argument
54 return pathprobe_20100601(lang, tool, proc, op, path, PATH_MAX, attr, PATH_MAX);
98 pathprobe_20100601(const char* lang, const char* tool, const char* aproc, int op, char* path, size_t pathsize, char* attr, size_t attrsize) argument
152 p = k + sfsprintf(k, x - k, "%s/%s/", lang, tool);
153 pathkey(lang, tool, proc, key, sizeof(key), attr, attrsize);
293 error(0, "%s probe information for %s language processor %s must be manually regenerated", tool, lang, proc);
307 *ap++ = (char*)tool;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dpl2pm.PL40 pl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
48 B<pl2pm> is a tool to aid in the conversion of Perl4-style .pl
50 file will still work fine and you should only use this tool if you
H A Ddprofpp.PL107 The dprofpp tool can also run the profiler before analyzing the profile
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk162 $(TOP)/tool/spaceanal.tcl
169 $(TOP)/tool/spaceanal.tcl >spaceanal_tcl.h
190 lemon: $(TOP)/tool/lemon.c $(TOP)/tool/lempar.c
191 $(BCC) -o lemon $(TOP)/tool/lemon.c
192 cp $(TOP)/tool/lempar.c .
H A DMakefile.com54 TOOLDIR = ../tool
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove160 prove -- A command-line tool for running tests against Test::Harness
201 =item * F<prove> is designed as a development tool
229 =item * F<prove> doesn't rely on a make tool
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm28 F<tmon.out>. A tool like I<dprofpp> can be used to interpret the
62 is the name and version identifier of the tool which created the profile.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm270 files. Encode provides the enc2xs tool to achieve that. Please see
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm113 some thought to whether Perl is the tool you should be using for work
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm1 # Devel::Peek - A data debugging tool for the XS programmer
72 Devel::Peek - A data debugging tool for the XS programmer
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm245 This library is useful for the C<find2perl> tool, which when fed,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm3922 for my $tool (qw{ SHELL CHMOD CP MV NOOP NOECHO RM_F RM_RF TEST_F TOUCH
3930 next unless defined $self->{$tool};
3931 push @m, "$tool = $self->{$tool}\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm890 C<Storable::drop_utf8> is a blunt tool. There is no facility either to

Completed in 34 milliseconds