/titanic_51/usr/src/tools/depcheck/ |
H A D | DependencyCheck.txt | 27 What does this tool do for you? 29 This tool statically analyzes executable files and tries to figure out 31 recognize that the output of this tool may not be the definitive dependency 34 For more information on how this tool works, see "How does this tool work?" 54 How to use this tool: 59 c. run the get_depend_info tool and specify the directory with 64 How does this tool work? 66 At a high level, this tool uses /usr/bin/ldd and /usr/bin/strings to figure 74 This tool canno [all...] |
/titanic_51/usr/src/pkg/manifests/ |
H A D | system-network-wificonfig.mf | 27 set name=pkg.description value="wifi config tool" 28 set name=pkg.summary value="wifi config tool" 38 legacy pkg=SUNWwlanr desc="wifi config tool binaries" name="wifi config tool" 39 legacy pkg=SUNWwlanu desc="wifi config tool" name="wifi config tool"
|
H A D | diagnostic-latencytop.mf | 27 set name=pkg.description value="LatencyTOP tool" 28 set name=pkg.summary value="LatencyTOP tool" 41 legacy pkg=SUNWlatencytop desc="LatencyTOP tool" name="LatencyTOP tool"
|
H A D | diagnostic-powertop.mf | 27 set name=pkg.description value="PowerTOP tool" 28 set name=pkg.summary value="PowerTOP tool" 41 legacy pkg=SUNWpowertop desc="PowerTOP tool" name="PowerTOP tool"
|
H A D | developer-build-make.mf | 15 set name=pkg.description value="Parallel make(1) build tool" 16 set name=pkg.summary value="Parallel make(1) build tool"
|
H A D | print-lp-print-manager-legacy.mf | 28 value="Graphical tool for managing printers under Solaris." 72 legacy pkg=SUNWppm desc="Graphical tool for managing printers under Solaris." \ 74 legacy pkg=SUNWppmr desc="Graphical tool for managing printers under Solaris." \
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathcheck.c | 25 * 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) in pathcheck() argument 58 if (strmatch(tool, PARANOID) && environ && (s = *environ) && *s++ == '_' && *s++ == '=' && !stat(s, &st)) in pathcheck() 86 NoP(tool); in pathcheck()
|
H A D | pathprobe.c | 28 * information for lang and tool using proc 52 pathprobe(char* path, char* attr, const char* lang, const char* tool, const char* proc, int op) in pathprobe() argument 54 return pathprobe_20100601(lang, tool, proc, op, path, PATH_MAX, attr, PATH_MAX); in pathprobe() 98 pathprobe_20100601(const char* lang, const char* tool, const char* aproc, int op, char* path, size_t pathsize, char* attr, size_t attrsize) in pathprobe_20100601() argument 152 p = k + sfsprintf(k, x - k, "%s/%s/", lang, tool); in pathprobe_20100601() 153 pathkey(lang, tool, proc, key, sizeof(key), attr, attrsize); in pathprobe_20100601() 303 error(0, "%s probe information for %s language processor %s must be manually regenerated", tool, lang, proc); in pathprobe_20100601() 317 *ap++ = (char*)tool; in pathprobe_20100601()
|
H A D | pathkey.c | 44 pathkey(char* key, char* attr, const char* lang, const char* tool, const char* path) in pathkey() argument 46 return pathkey_20100601(lang, tool, path, key, 16, attr, PATH_MAX); in pathkey() 54 pathkey_20100601(const char* lang, const char* tool, const char* apath, char* key, size_t keysize, char* attr, size_t attrsize) in pathkey_20100601() argument 77 if (tool && streq(tool, "mam")) in pathkey_20100601()
|
/titanic_51/usr/src/lib/libast/common/path/ |
H A D | pathcheck.c | 52 pathcheck(const char* package, const char* tool, Pathcheck_t* pc) in pathcheck() argument 58 …if (strmatch(tool, PARANOID) && environ && (s = *environ) && *s++ == '_' && *s++ == '=' && !stat(s… in pathcheck() 86 NoP(tool); in pathcheck()
|
H A D | pathprobe.c | 86 pathprobe(char* path, char* attr, const char* lang, const char* tool, const char* aproc, int op) in pathprobe() argument 137 p = k + sfsprintf(k, x - k, "%s/%s/", lang, tool); in pathprobe() 138 pathkey(key, attr, lang, tool, proc); in pathprobe() 278 …error(0, "%s probe information for %s language processor %s must be manually regenerated", tool, l… in pathprobe() 292 *ap++ = (char*)tool; in pathprobe()
|
H A D | pathkey.c | 41 pathkey(char* key, char* attr, const char* lang, const char* tool, const char* apath) in pathkey() argument 61 if (tool && streq(tool, "mam")) in pathkey()
|
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | PROBE.mk | 4 * <lang> <tool> :PROBE: *.probe *.sh *
|
H A D | C+probe | 10 # common C probe preamble for the tool specific probes 37 # the following are set by the preamble for the tool specific probe
|
/titanic_51/usr/src/lib/libsqlite/ |
H A D | main.mk | 162 $(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 D | Makefile.com | 51 TOOLDIR = ../tool
|
/titanic_51/usr/src/data/amdpmc/ |
H A D | README | 7 For more information, see the cpcgen tool. This data is derived from the
|
/titanic_51/usr/src/tools/ |
H A D | README.tools | 41 for ABI Auditing tool (interface_check, interface_cmp). 136 A tool to try an assess the dependencies of executables. This tool 139 tool can handle filenames and pkgnames. Before using the dependency 293 Files you have to update to add a tool 296 1. Add the tool in its appropriate place.
|
/titanic_51/usr/src/tools/scripts/ |
H A D | wsdiff.py | 668 def find_tool(tool) : argument 671 if os.path.exists(tool) : 672 return tool 676 location = pdir + "/" + tool 680 location = pdir + "/" + arch + "/" + tool 684 error("Could not find path to: " + tool);
|
/titanic_51/usr/src/data/perfmon/ |
H A D | README.illumos | 23 For more information, see the cpcgen tool.
|
H A D | readme.txt | 112 workload or tool preference.
|
/titanic_51/usr/src/tools/findunref/ |
H A D | README.exception_lists | 29 Exception lists for the findunref tool
|
/titanic_51/usr/src/lib/iconv_modules/utf-8/utils/icu-mapping-data/ |
H A D | windows-720-2000.ucm | 69 # File created by genmucm tool.
|
/titanic_51/usr/src/pkg/ |
H A D | README.pkg | 148 To test the generated repository, you should use the "onu" tool
|
/titanic_51/usr/src/grub/grub-0.97/ |
H A D | aclocal.m4 | 69 # tool from the auxiliary directory. The problem is that $srcdir (and 944 # tool to use in cross-compilation environments, therefore Automake
|