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

1234567891011>>

/freebsd-10-stable/contrib/traceroute/
H A Dtraceroute.h24 extern char *prog;
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dt_ssp.sh56 prog="$(atf_get_srcdir)/h_sprintf"
58 h_pass "$prog ok"
61 h_fail "$prog 0123456789ab"
64 h_fail "$prog 0123456789"
77 prog="$(atf_get_srcdir)/h_vsprintf"
79 h_pass "$prog ok"
82 h_fail "$prog 0123456789ab"
85 h_fail "$prog 0123456789"
98 prog="$(atf_get_srcdir)/h_snprintf"
100 h_pass "$prog 1
[all...]
/freebsd-10-stable/bin/kill/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-10-stable/bin/pwd/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-10-stable/usr.bin/false/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-10-stable/usr.bin/nice/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-10-stable/usr.bin/nohup/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-10-stable/usr.bin/time/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-10-stable/usr.bin/true/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-10-stable/contrib/netbsd-tests/lib/libppath/
H A Dplist_to_c3 prog=$(basename $0)
6 echo "usage: ${prog} symbol" 1>&2
/freebsd-10-stable/tools/regression/poll/
H A DMakefile18 -for prog in ${PROG}; do \
19 ./$${prog} > $${prog}.out.new; \
20 diff -u1 $${prog}.out $${prog}.out.new; \
24 for prog in ${PROG}; do \
25 rm -f $${prog} $${prog}.out.new; \
29 for prog in ${PROG}; do \
30 mv $${prog}
[all...]
/freebsd-10-stable/sbin/camcontrol/
H A Dprogress.c65 progress_init(progress_t *prog, const char *prefix, uint64_t total) argument
70 (void) memset(prog, 0x0, sizeof(*prog));
71 prog->size = total;
72 prog->prefix = strdup(prefix);
73 prog->start = time(NULL);
76 prog->ttywidth = winsize.ws_col;
78 prog->ttywidth = DEFAULT_TTYWIDTH;
86 progress_update(progress_t *prog, uint64_t done) argument
88 prog
102 progress_reset_size(progress_t *prog, uint64_t size) argument
110 progress_complete(progress_t *prog, uint64_t done) argument
120 progress_draw(progress_t *prog) argument
[all...]
/freebsd-10-stable/usr.bin/gzip/
H A Dgzexe38 prog=`/usr/bin/basename "$0"`
40 /bin/echo "$prog: cannot create tmp dir"; exit 1
44 /usr/bin/gzip -dc > "$tmp/$prog" 2> /dev/null; then
45 /bin/chmod u+x "$tmp/$prog"
46 "$tmp/$prog" ${1+"$@"}
49 /bin/echo "$prog: cannot decompress $0"
64 echo "$prog: cannot create tmp file"
68 echo "$prog: cannot copy $1 to $tmp"
73 echo "$prog: cannot decompress $1"
83 echo "$prog
[all...]
/freebsd-10-stable/bin/chio/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-10-stable/bin/domainname/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-10-stable/bin/getfacl/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-10-stable/bin/hostname/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-10-stable/bin/kenv/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-10-stable/bin/pwait/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-10-stable/bin/realpath/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-10-stable/bin/sync/
H A DMakefile7 .include <bsd.prog.mk>
/freebsd-10-stable/bin/uuidgen/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-10-stable/contrib/unvis/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-10-stable/games/morse/
H A DMakefile7 .include <bsd.prog.mk>
/freebsd-10-stable/games/number/
H A DMakefile7 .include <bsd.prog.mk>

Completed in 142 milliseconds

1234567891011>>