Searched refs:prog (Results 1 - 25 of 1659) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c2364 void assertVersion(const char *prog, const char *base) argument
2371 r = systemf("%s --version >version.stdout 2>version.stderr", prog);
2374 prog);
2377 prog, prog);
H A Dtest_common.h466 void assertVersion(const char *prog, const char *base);
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio.c490 const char *prog; local
493 prog = lafe_getprogname();
497 p = (strcmp(prog,"bsdcpio") != 0) ? "(bsdcpio)" : "";
498 printf("%s%s: manipulate archive files\n", prog, p);
503 fputs(prog, stdout);
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh7486 *) linkmode=prog ;; # Anything else should be a program.
7540 prog)
7566 test prog,scan = "$linkmode,$pass"; then
7570 if test prog = "$linkmode"; then
7615 if test prog,link = "$linkmode,$pass"; then
7630 if test lib != "$linkmode" && test prog != "$linkmode"; then
7674 if test prog,link = "$linkmode,$pass"; then
7690 if test prog,link = "$linkmode,$pass"; then
7701 if test prog,link = "$linkmode,$pass"; then
7725 prog)
[all...]
H A Dconfigure5358 # Check if gcc -print-prog-name=ld gives a path.
5364 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5366 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
10325 collect2name=`$CC -print-prog-name=collect2`
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh7485 *) linkmode=prog ;; # Anything else should be a program.
7539 prog)
7565 test prog,scan = "$linkmode,$pass"; then
7569 if test prog = "$linkmode"; then
7611 if test prog,link = "$linkmode,$pass"; then
7626 if test lib != "$linkmode" && test prog != "$linkmode"; then
7670 if test prog,link = "$linkmode,$pass"; then
7686 if test prog,link = "$linkmode,$pass"; then
7697 if test prog,link = "$linkmode,$pass"; then
7721 prog)
[all...]
H A Dconfigure7238 # Check if gcc -print-prog-name=ld gives a path.
7244 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7246 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
11979 collect2name=`$CC -print-prog-name=collect2`
/freebsd-11-stable/contrib/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));
/freebsd-11-stable/share/man/man4/
H A DMakefile1025 .include <bsd.prog.mk>
/freebsd-11-stable/contrib/subversion/
H A Dconfigure7820 # Check if gcc -print-prog-name=ld gives a path.
7826 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7828 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
12562 collect2name=`$CC -print-prog-name=collect2`
15436 # Check if gcc -print-prog-name=ld gives a path.
15442 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
15444 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
15551 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
15662 collect2name=`$CC -print-prog-name=collect2`
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c1438 static void usage(prog)
1439 char *prog;
1444 "\t[ <filename> ]\n", prog);
1565 char *prog; local
1568 prog = strrchr(argv[0], '/');
1569 if (prog == NULL)
1570 prog = argv[0];
1572 prog++;
1670 openlog(prog, LOG_NDELAY|LOG_PID, logfac);
H A Dipscan_y.y493 void usage(prog)
494 char *prog;
496 fprintf(stderr, "Usage:\t%s [-dnrv] -f <filename>\n", prog);
497 fprintf(stderr, "\t%s [-dlv]\n", prog);
H A Dippool.c68 usage(prog)
69 char *prog;
71 fprintf(stderr, "Usage:\t%s\n", prog);
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Diptest.c44 static void usage(prog)
45 char *prog;
61 ", prog);
H A Dipsend.c45 static void usage(prog)
46 char *prog;
63 ", prog);
69 ", prog);
H A Dipresend.c52 static void usage(prog)
53 char *prog;
62 ", prog);
/freebsd-11-stable/usr.bin/systat/
H A DMakefile21 .include <bsd.prog.mk>
/freebsd-11-stable/usr.bin/readelf/
H A DMakefile28 .include <bsd.prog.mk>
/freebsd-11-stable/bin/echo/
H A Decho.c61 errexit(const char *prog, const char *reason) argument
64 write(STDERR_FILENO, prog, strlen(prog));
/freebsd-11-stable/secure/caroot/trusted/
H A DMakefile12 .include <bsd.prog.mk>
/freebsd-11-stable/secure/caroot/blacklisted/
H A DMakefile9 .include <bsd.prog.mk>
/freebsd-11-stable/
H A DMakefile.inc11013 progs=$$(for prog in ${ITOOLS}; do \
1014 if progpath=`which $$prog`; then \
1017 echo "Required tool $$prog not found in PATH." >&2; \
/freebsd-11-stable/sys/conf/
H A Dkmod.mk1 # From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
/freebsd-11-stable/share/zoneinfo/
H A DMakefile124 .include <bsd.prog.mk>
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile163 .include <bsd.prog.mk>

Completed in 402 milliseconds

1234567891011>>