Searched refs:program (Results 1 - 25 of 645) sorted by relevance

1234567891011>>

/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dtest_reference.sh18 program="${1}"
21 ${program}
23 ${program} | ${filter}
29 echo "usage: $0 ( create | test ) <program> <reference_file> [ <filter> ]"
34 program="${2}"
42 if [ "${program}" = "" ]; then
46 if [ ! -f "${program}" ]; then
47 echo "program '${program}' doesn't exit"
50 if [ ! -x "${program}" ]; the
[all...]
/macosx-10.10.1/man-16/man/src/
H A Dapropos.sh18 program=`basename $0`
31 echo "usage: $program keyword ..."
39 echo "$program: manpath is null"
47 echo "$program from %version%"
51 echo "usage: $program keyword ..."
55 echo "$program: $arg: unknown option"
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dcheck-each-file9 program=$2
10 linker=./link-$program
11 echo "Building $program with llvm-native-gcc"
12 rm -f $program
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
14 echo "Erasing $program and re-linking it"
15 rm -f $program
16 echo "rm -f $program" > $linker
17 gmake -n $program >> $linker
23 echo "$program appear
[all...]
/macosx-10.10.1/apache-793/httpd/build/
H A DPrintPath19 # Look for program[s] somewhere in $PATH.
28 # PrintPath [-s] [-pPATHNAME] program [program ...]
105 for program in $programs
109 if [ $test_exec_flag $path/${program}${ext} ] && \
110 [ ! -d $path/${program}${ext} ]; then
112 echo $path/${program}${ext}
119 if [ $test_exec_flag $path/${program} ] && \
120 [ ! -d $path/${program} ]; then
122 echo $path/${program}
[all...]
/macosx-10.10.1/apr-32/apr/apr/build/
H A DPrintPath19 # Look for program[s] somewhere in $PATH.
28 # PrintPath [-s] [-pPATHNAME] program [program ...]
105 for program in $programs
109 if [ $test_exec_flag $path/${program}${ext} ] && \
110 [ ! -d $path/${program}${ext} ]; then
112 echo $path/${program}${ext}
119 if [ $test_exec_flag $path/${program} ] && \
120 [ ! -d $path/${program} ]; then
122 echo $path/${program}
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/conftools/
H A DPrintPath19 # Look for program[s] somewhere in $PATH.
28 # PrintPath [-s] [-pPATHNAME] program [program ...]
105 for program in $programs
109 if [ $test_exec_flag $path/${program}${ext} ] && \
110 [ ! -d $path/${program}${ext} ]; then
112 echo $path/${program}${ext}
119 if [ $test_exec_flag $path/${program} ] && \
120 [ ! -d $path/${program} ]; then
122 echo $path/${program}
[all...]
/macosx-10.10.1/expat-12/expat/conftools/
H A DPrintPath2 # Look for program[s] somewhere in $PATH.
11 # PrintPath [-s] [-pPATHNAME] program [program ...]
91 for program in $programs
95 if [ $test_exec_flag $path/${program}${ext} ] && \
96 [ ! -d $path/${program}${ext} ]; then
98 echo $path/${program}${ext}
105 if [ $test_exec_flag $path/${program} ] && \
106 [ ! -d $path/${program} ]; then
108 echo $path/${program}
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/java/
H A DMakefile3 BUILD= compat.html conf.html faq.html program.html
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/tcl/
H A DMakefile3 BUILD= intro.html error.html faq.html program.html using.html
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Ddummytest.c11 char *p, *q = 0, *program; local
28 program = BUF_strdup("(unknown)");
31 program = OPENSSL_malloc((q - p) + 1);
32 strncpy(program, p, q - p);
33 program[q - p] = '\0';
36 for(p = program; *p; p++)
40 q = strstr(program, "TEST");
44 printf("No %s support\n", program);
46 OPENSSL_free(program);
H A Dideatest.c11 char *p, *q = 0, *program; local
28 program = BUF_strdup("(unknown)");
31 program = OPENSSL_malloc((q - p) + 1);
32 strncpy(program, p, q - p);
33 program[q - p] = '\0';
36 for(p = program; *p; p++)
40 q = strstr(program, "TEST");
44 printf("No %s support\n", program);
46 OPENSSL_free(program);
H A Djpaketest.c11 char *p, *q = 0, *program; local
28 program = BUF_strdup("(unknown)");
31 program = OPENSSL_malloc((q - p) + 1);
32 strncpy(program, p, q - p);
33 program[q - p] = '\0';
36 for(p = program; *p; p++)
40 q = strstr(program, "TEST");
44 printf("No %s support\n", program);
46 OPENSSL_free(program);
/macosx-10.10.1/Librpcsvc-24/
H A Drwall.x43 program WALLPROG {
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-filter.cxx33 const char *p, // I - Filter program
40 program = new ppdcString(p);
54 program->release();
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/wip/
H A Dwip2.tcl140 variable program {} ; # list (string)
240 # Note: We are saving the current program and restore it
243 set saved $program
244 set program $alist
246 while {[llength $program]} {
249 set program $saved
255 while {[llength $program] && [struct::set contains $accept [$self peek]]} {
263 while {[llength $program] && ![struct::set contains $reject [$self peek]]} {
271 if {[llength $program] && [struct::set contains $accept [$self peek]]} {
279 if {[llength $program]
[all...]
H A Dwip.tcl133 variable program {} ; # list (string)
233 # Note: We are saving the current program and restore it
236 set saved $program
237 set program $alist
239 while {[llength $program]} {
242 set program $saved
248 while {[llength $program] && [struct::set contains $accept [$self peek]]} {
256 while {[llength $program] && ![struct::set contains $reject [$self peek]]} {
264 if {[llength $program] && [struct::set contains $accept [$self peek]]} {
272 if {[llength $program]
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/llvm-build/llvmbuild/
H A Dutil.py5 program = os.path.basename(sys.argv[0])
6 print >>sys.stderr, '%s: %s: %s' % (program, kind, message)
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dpmap_clnt.c27 * media and as a part of the software program in whole or part. Users
30 * program developed by the user.
79 extern CLIENT *clntudp_bufcreate_timeout(struct sockaddr_in *raddr, uint32_t program, uint32_t version, int *sockp, uint32_t sendsz, uint32_t recvsz, struct timeval *timeout, struct timeval *totaltimeout);
90 * Set a mapping between program,version and port.
94 pmap_set(program, version, protocol, port)
96 uint32_t program;
101 u_long program;
122 parms.pm_prog = program;
134 * Remove the mapping between program,version and port.
138 pmap_unset(program, versio
[all...]
H A Dpmap_getport.c27 * media and as a part of the software program in whole or part. Users
30 * program developed by the user.
76 * Find the mapped port for program,version.
81 pmap_getport_timeout(struct sockaddr_in *address, uint32_t program, uint32_t version, uint32_t protocol, struct timeval *timeout, struct timeval *totaltimeout) argument
102 parms.pm_prog = program;
128 pmap_getport(address, program, version, protocol)
131 uint32_t program;
136 u_long program;
141 return pmap_getport_timeout(address, (uint32_t)program, (uint32_t)version, (uint32_t)protocol, NULL, NULL);
/macosx-10.10.1/bless-103/
H A Dminibless.c47 void miniusage(char *program);
99 void miniusage(char *program) argument
106 fprintf(mystderr, "Usage: %s mountpoint\n", program);
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Derror.c59 static char *program; variable
70 fprintf(stderr, "%s: fatal: \"%s\", line %d: ", program, yyinname, lineno-1);
110 program = name;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAsyncStreamReceivePort.cpp33 bool IOFWAsyncStreamReceivePort::init(IODCLProgram *program, IOFireWireController *control, UInt32 channel) argument
35 if(!IOFWLocalIsochPort::init(program, control))
/macosx-10.10.1/ruby-106/ruby/test/dtrace/
H A Dtest_raise.rb12 trap_probe(probe, program) { |dpath, rbpath, saw|
25 def program method in class:DTrace.TestRaise
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Dintegration_test.sh40 atf-sh: ERROR: No test program provided
50 atf-sh: ERROR: The test program 'non-existent' does not exist
/macosx-10.10.1/JavaScriptCore-7600.1.17/builtins/
H A DBuiltinExecutables.cpp49 RefPtr<ProgramNode> program = parse<ProgramNode>(&m_vm, source, 0, Identifier(), JSParseBuiltin, JSParseProgramCode, error, &positionBeforeLastNewline); local
51 if (!program) {
56 StatementNode* exprStatement = program->singleStatement();
63 RELEASE_ASSERT(!program->hasCapturedVariables());
72 for (const auto& closedVariable : program->closedVariables()) {

Completed in 270 milliseconds

1234567891011>>