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

1234567891011>>

/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.h24 extern char *prog;
/freebsd-11-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-11-stable/usr.bin/false/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-11-stable/usr.bin/nice/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-11-stable/usr.bin/nohup/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-11-stable/usr.bin/time/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-11-stable/usr.bin/true/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-11-stable/contrib/netbsd-tests/lib/libppath/
H A Dplist_to_c3 prog=$(basename $0)
6 echo "usage: ${prog} symbol" 1>&2
/freebsd-11-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-11-stable/sbin/camcontrol/
H A Dprogress.c67 progress_init(progress_t *prog, const char *prefix, uint64_t total) argument
72 (void) memset(prog, 0x0, sizeof(*prog));
73 prog->size = total;
74 prog->prefix = strdup(prefix);
75 prog->start = time(NULL);
78 prog->ttywidth = winsize.ws_col;
80 prog->ttywidth = DEFAULT_TTYWIDTH;
88 progress_update(progress_t *prog, uint64_t done) argument
90 prog
104 progress_reset_size(progress_t *prog, uint64_t size) argument
112 progress_complete(progress_t *prog, uint64_t done) argument
122 progress_draw(progress_t *prog) argument
[all...]
/freebsd-11-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-11-stable/bin/chio/
H A DMakefile7 .include <bsd.prog.mk>
/freebsd-11-stable/bin/domainname/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-11-stable/bin/getfacl/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-11-stable/bin/hostname/
H A DMakefile7 .include <bsd.prog.mk>
/freebsd-11-stable/bin/kenv/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-11-stable/bin/kill/
H A DMakefile7 .include <bsd.prog.mk>
/freebsd-11-stable/bin/pwd/
H A DMakefile7 .include <bsd.prog.mk>
/freebsd-11-stable/bin/realpath/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-11-stable/bin/uuidgen/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-11-stable/libexec/comsat/
H A DMakefile7 .include <bsd.prog.mk>
/freebsd-11-stable/libexec/save-entropy/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-11-stable/contrib/unvis/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-11-stable/tools/regression/aio/aiop/
H A DMakefile8 .include <bsd.prog.mk>
/freebsd-11-stable/tools/regression/audit/audit_pipe_ioctl/
H A DMakefile9 .include <bsd.prog.mk>

Completed in 214 milliseconds

1234567891011>>