Searched refs:prog (Results 1 - 25 of 348) sorted by relevance

1234567891011>>

/macosx-10.9.5/ICU-511.35/icuSources/tools/gentest/
H A Dgentest.h12 U_CFUNC int genres32(const char *prog, const char *path);
/macosx-10.9.5/network_cmds-433/traceroute.tproj/
H A Dtraceroute.h24 extern char *prog;
/macosx-10.9.5/ntp-88/scripts/
H A Dfixautomakedepsmagic3 prog=`basename $0`
6 t=/tmp/$prog.$$
19 echo "$prog":" $f not modified"
21 echo "$prog":" $f not not writable"
/macosx-10.9.5/ntp-88/ntpd/
H A Dntpd-opts.def7 prog-name = "ntpd";
8 prog-title = "NTP daemon program";
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dsymlink-tree34 prog=$0
45 # If we were invoked with a relative path name, adjust ${prog} to work
47 case ${prog} in
49 *) prog=../${prog} ;;
69 (cd $f; ${prog} ${newsrcdir}/$f "${ignore}")
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dembedspu.sh40 prog=`echo $1 | sed "$program_transform_name"`
41 which $prog > /dev/null 2> /dev/null && return 0
42 prog="$mydir/$prog"
43 test -x "$prog" && return 0
44 prog="$mydir/$1"
45 test -x "$prog" && return 0
46 prog=`echo $1 | sed "$program_transform_name"`
92 echo "Cannot find $prog"
95 CC="$prog"
[all...]
/macosx-10.9.5/crontabs-51/files/daily/
H A D430.status-rwho21 prog=ruptime
25 prog=uptime
27 rc=$($prog | tee /dev/stderr | wc -l)
/macosx-10.9.5/apache-786.1/httpd/build/rpm/
H A Dhtcacheclean.init42 prog=$(basename $0 | sed -e 's/^[SK][0-9][0-9]//')
44 if [ -f /etc/sysconfig/${prog} ]; then
45 . /etc/sysconfig/${prog}
50 lockfile=${LOCKFILE-/var/lock/subsys/${prog}}
51 pidfile=/var/log/httpd/${prog}.pid
58 echo -n $"Starting $prog: "
66 echo -n $"Stopping $prog: "
96 echo $"Usage: $prog {start|stop|restart|condrestart|status|help}"
H A Dhttpd.init43 prog=$(basename $0 | sed -e 's/^[SK][0-9][0-9]//')
45 if [ -f /etc/sysconfig/${prog} ]; then
46 . /etc/sysconfig/${prog}
61 pidfile=${PIDFILE-/var/log/httpd/${prog}.pid}
62 lockfile=${LOCKFILE-/var/lock/subsys/${prog}}
86 echo -n $"Starting $prog: "
95 echo -n $"Stopping $prog: "
102 echo -n $"Reloading $prog: "
119 echo $prog is stopped
144 echo -n $"Gracefully restarting $prog
[all...]
/macosx-10.9.5/bzip2-29/bzip2/
H A Dbzdiff16 prog=`echo $0 | sed 's|.*/||'`
17 case "$prog" in
31 echo "Usage: $prog [${comp}_options] file [file]"
35 echo "${prog}: $1 not found or not a regular file"
39 echo "${prog}: $2 not found or not a regular file"
H A Dbzmore8 prog=`echo $0 | sed 's|.*/||'`
9 case "$prog" in
35 echo usage: $prog files...
/macosx-10.9.5/less-23/less/
H A Dregexp.h29 extern int regexec _ANSI_ARGS_((regexp *prog, char *string));
30 extern int regexec2 _ANSI_ARGS_((regexp *prog, char *string, int notbol));
31 extern void regsub _ANSI_ARGS_((regexp *prog, char *source, char *dest));
/macosx-10.9.5/patch_cmds-17/patch/
H A DMakefile6 .include <bsd.prog.mk>
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dpmap_rmt.h70 unsigned int prog, vers, proc, arglen; member in struct:rmtcallargs
72 unsigned long prog, vers, proc, arglen;
/macosx-10.9.5/bc-21/bc/Test/
H A Dtimetest11 for prog in $BC $SYSBC $OTHERBC
13 echo Timing $file with $prog
14 time $prog -l $file
/macosx-10.9.5/dtrace-118.1/test/tst/common/vars/
H A Dtst.ucaller.ksh36 prog="/bin/echo"
40 prog="/usr/bin/echo"
46 dtrace -qs /dev/stdin -c $prog <<EOF
/macosx-10.9.5/uucp-11/uucp/
H A Dcompile31 prog=$1
70 exec "$prog" $args
91 "$prog" $args
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dmkclone23 prog=`basename $0`
27 USAGE="usage: $prog [-m manifest] [-s srcdir] [-v] [-d] [-h] target"
53 echo "$prog: $MANIFEST: no such file or directory" >&2
54 echo "$prog: must be run with valid -s argument or from source directory" >&2
84 echo "${prog}: creating clone of bash source tree (from $SRCDIR) in $TARGET"
86 cd "$TARGET" || { echo "${prog}: cannot cd to $TARGET" >&2 ; exit 1; }
109 *) echo "${prog}: ${fname}: unknown file type $type" 1>&2 ;;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dcdjpeg.c70 cd_progress_ptr prog = (cd_progress_ptr) cinfo->progress; local
71 int total_passes = prog->pub.total_passes + prog->total_extra_passes;
72 int percent_done = (int) (prog->pub.pass_counter*100L/prog->pub.pass_limit);
74 if (percent_done != prog->percent_done) {
75 prog->percent_done = percent_done;
78 prog->pub.completed_passes + prog->completed_extra_passes + 1,
/macosx-10.9.5/vim-53/src/
H A Dos_w32exe.c52 char prog[256]; local
60 GetModuleFileName(NULL, prog, 255);
62 argc = get_cmd_args(prog, (char *)lpszCmdLine, &argv, &tofree);
77 p = strrchr(prog, '\\');
86 hLib = LoadLibrary(prog);
/macosx-10.9.5/CPANInternal-140/URI/
H A Duri-test4 my $prog = $0; $prog =~ s,.*/,,;
5 die "Usage: $prog <uri> [<method> [<args>]...]\n";
/macosx-10.9.5/groff-38/groff/src/roff/nroff/
H A Dnroff.sh4 prog="$0"
52 echo "$prog: option $1 requires an argument" >&2
80 echo "$prog: invalid option $1" >&2
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/admin/
H A Dcheck-install.sh61 prog=${2}
64 ver=$(${prog} --version | head -n 1 | cut -d ' ' -f 4)
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dtest-mini_inetd.c41 char * prog = "Master"; variable
141 fprintf (stderr, "[%s] No data received\n", prog);
147 fprintf (stderr, "[%s] Data length mismatch %d != %d\n", prog, rv, strlen(test_strings[i]));
153 fprintf (stderr, "[%s] Done\n", prog);
161 fprintf (stderr, "[%s] Process ID %d\n", prog, GetCurrentProcessId());
162 fprintf (stderr, "[%s] Starting echo test with sockets\n", prog);
170 fprintf (stderr, "[%s] Listening for connections...\n", prog);
176 fprintf (stderr, "[%s] Connected\n", prog);
185 fprintf(stderr, "[%s] Received [%s]\n", prog, buf);
199 fprintf(stderr, "[%s] Exiting...\n", prog);
[all...]
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Ddoconf68 set prog=$0
69 set prog=$prog:t
94 echo "${prog}: missing argument to ${argv[1]}"
102 echo "${prog}: missing argument to ${argv[1]}"
110 echo "${prog}: missing argument to ${argv[1]}"
124 echo "${prog}: ${argv[1]}: unknown switch"
146 echo "${prog}: no /etc/machine, specify machine type with -cpu"
147 echo "${prog}: e.g. ${prog}
[all...]

Completed in 305 milliseconds

1234567891011>>