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

1234567891011>>

/freebsd-10-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-10-stable/
H A DMakefile.inc1832 progs=$$(for prog in ${ITOOLS}; do \
833 if progpath=`which $$prog`; then \
836 echo "Required tool $$prog not found in PATH." >&2; \
/freebsd-10-stable/contrib/libarchive/cpio/
H A Dcpio.c483 const char *prog; local
486 prog = lafe_getprogname();
490 p = (strcmp(prog,"bsdcpio") != 0) ? "(bsdcpio)" : "";
491 printf("%s%s: manipulate archive files\n", prog, p);
496 fputs(prog, stdout);
/freebsd-10-stable/contrib/libarchive/tar/
H A Dbsdtar.c1026 const char *prog; local
1029 prog = lafe_getprogname();
1033 p = (strcmp(prog,"bsdtar") != 0) ? "(bsdtar)" : "";
1034 printf("%s%s: manipulate archive files\n", prog, p);
1039 fputs(prog, stdout);
/freebsd-10-stable/sbin/ifconfig/
H A DMakefile79 .include <bsd.prog.mk>
/freebsd-10-stable/usr.sbin/nfsuserd/
H A DMakefile16 .include <bsd.prog.mk>
/freebsd-10-stable/usr.sbin/bluetooth/sdpd/
H A DMakefile14 .include <bsd.prog.mk>
/freebsd-10-stable/usr.sbin/nfsdumpstate/
H A DMakefile15 .include <bsd.prog.mk>
/freebsd-10-stable/contrib/ntp/
H A Dconfigure7286 # Check if gcc -print-prog-name=ld gives a path.
7292 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7294 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
11957 collect2name=`$CC -print-prog-name=collect2`
16807 # Check if gcc -print-prog-name=ld gives a path.
16813 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
16815 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
/freebsd-10-stable/contrib/ntp/sntp/
H A Dconfigure7479 # Check if gcc -print-prog-name=ld gives a path.
7485 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7487 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
20236 collect2name=`$CC -print-prog-name=collect2`
/freebsd-10-stable/usr.sbin/praudit/
H A DMakefile19 .include <bsd.prog.mk>
/freebsd-10-stable/usr.bin/sed/
H A Dprocess.c104 cp = prog;
352 for (cp = prog; cp; cp = cp->code == '{' ? cp->u.c : cp->next)
H A Dextern.h37 extern struct s_command *prog;
/freebsd-10-stable/sys/rpc/
H A Dsvc.c498 svc_reg(SVCXPRT *xprt, const rpcprog_t prog, const rpcvers_t vers, argument
521 if ((s = svc_find(pool, prog, vers, netid)) != NULL) {
537 s->sc_prog = prog;
556 dummy = rpcb_set(prog, vers, &tnc, &nb);
566 svc_unreg(SVCPOOL *pool, const rpcprog_t prog, const rpcvers_t vers) argument
571 (void) rpcb_unset(prog, vers, NULL);
573 while ((s = svc_find(pool, prog, vers, NULL)) != NULL) {
638 svc_find(SVCPOOL *pool, rpcprog_t prog, rpcvers_t vers, char *netid) argument
644 if (s->sc_prog == prog && s->sc_vers == vers
/freebsd-10-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c487 struct thread *td, struct ucred *cred, u_int32_t prog, u_int32_t vers,
485 newnfs_request(struct nfsrv_descript *nd, struct nfsmount *nmp, struct nfsclient *clp, struct nfssockreq *nrp, vnode_t vp, struct thread *td, struct ucred *cred, u_int32_t prog, u_int32_t vers, u_char *retsum, int toplevel, u_int64_t *xidp, struct nfsclsession *dssep) argument
/freebsd-10-stable/share/man/man9/
H A DMakefile1576 .include <bsd.prog.mk>
/freebsd-10-stable/libexec/tftpd/
H A DMakefile21 .include <bsd.prog.mk>
/freebsd-10-stable/usr.bin/sockstat/
H A DMakefile8 .include <bsd.prog.mk>
/freebsd-10-stable/usr.bin/cpuset/
H A DMakefile8 .include <bsd.prog.mk>
/freebsd-10-stable/sbin/ipfw/
H A DMakefile18 .include <bsd.prog.mk>
/freebsd-10-stable/usr.sbin/syslogd/
H A Dsyslogd.c951 char prog[NAME_MAX+1]; local
1001 prog[i] = msg[i];
1003 prog[i] = 0;
1046 if (skip_message(prog, f->f_program, 1))
1594 char prog[LINE_MAX]; local
1606 (void)strlcpy(prog, "*", sizeof(prog));
1610 * spaces and newline character. #!prog is treated specially:
1681 (void)strlcpy(prog, "*", sizeof(prog));
1876 cfline(const char *line, struct filed *f, const char *prog, const char *host) argument
2580 p_open(const char *prog, pid_t *rpid) argument
[all...]
/freebsd-10-stable/usr.sbin/rpcbind/
H A Drpcbind.c736 rbllist_add(rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf, argument
747 rbl->rpcb_map.r_prog = prog;
/freebsd-10-stable/share/man/man4/
H A DMakefile946 .include <bsd.prog.mk>
/freebsd-10-stable/usr.sbin/ntp/ntptime/
H A DMakefile17 .include <bsd.prog.mk>

Completed in 454 milliseconds

1234567891011>>