Searched refs:program (Results 1 - 25 of 180) sorted by relevance

12345678

/src/tools/autoconf/
H A DMakefile5 CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}
/src/lib/librpcsvc/
H A Drwall.x50 program WALLPROG {
H A Dspray.x4 * media and as a part of the software program in whole or part. Users
7 * program developed by the user.
75 program SPRAYPROG {
H A Dyppasswd.x4 * media and as a part of the software program in whole or part. Users
7 * program developed by the user.
59 program YPPASSWDPROG {
H A Dklm_prot.x4 * media and as a part of the software program in whole or part. Users
7 * program developed by the user.
125 program KLM_PROG {
H A Drusers.x4 * media and as a part of the software program in whole or part. Users
7 * program developed by the user.
79 program RUSERSPROG {
/src/tools/gettext/
H A DMakefile7 CONFIGURE_ARGS= --program-transform-name="s,^,${_TOOL_PREFIX}," \
/src/tools/texinfo/
H A DMakefile5 CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}
/src/lib/libc/rpc/
H A Dpmap_clnt.c71 pmap_set(u_long program, u_long version, int protocol, int port)
92 rslt = rpcb_set((rpcprog_t)program, (rpcvers_t)version, nconf, na);
99 * Remove the mapping between program, version and port.
103 pmap_unset(u_long program, u_long version) argument
111 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
117 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
/src/sbin/mount_puffs/
H A Dmount_puffs.c56 fprintf(stderr, "usage: %s [-o options] program[#source] mountpoint\n", getprogname());
85 mount_puffs_filesystem(const char *program, const char *opts, argument
93 * program [-o opts] [source] mountpoint */
95 argv[argc++] = program;
106 /* We intentionally use execvp(3) here because the program can
108 if (execvp(program, __UNCONST(argv)) == -1) {
109 warn("Cannot execute %s", program);
172 /* Split the program name and source. This is to allow
175 char *program = strsep(&source, "#"); local in function:main
177 rv = mount_puffs_filesystem(program, opt
[all...]
/src/lib/libc/arch/m68k/sys/
H A Dgetcontext.S46 movl %sp@,UC_MCONTEXT_PC(%a0)| adjust saved program counter
/src/usr.sbin/ypserv/common/
H A Dyplib_host.h49 CLIENT *yp_bind_local(u_int program, u_int version);
50 CLIENT *yp_bind_host(char *server, u_int program, u_int version,
/src/tools/file/
H A DMakefile11 CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX} --disable-shared \
/src/tools/gmake/
H A DMakefile11 CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}g
/src/lib/libkvm/
H A Dkvm.c99 * Report an error using printf style arguments. "program" is kd->program
105 _kvm_err(kvm_t *kd, const char *program, const char *fmt, ...) argument
110 if (program != NULL) {
111 (void)fprintf(stderr, "%s: ", program);
122 _kvm_syserr(kvm_t *kd, const char *program, const char *fmt, ...) argument
128 if (program != NULL) {
129 (void)fprintf(stderr, "%s: ", program);
149 _kvm_err(kd, kd->program, "%s", strerror(errno));
165 _kvm_syserr(kd, kd->program, "Lsee
739 kvm_open(const char * uf,const char * mf,const char * sf,int flag,const char * program) argument
[all...]
H A Dkvm_file.c94 _kvm_err(kd, kd->program, "can't read filehead");
108 _kvm_err(kd, kd->program, "can't read kfp");
118 _kvm_err(kd, kd->program, "inconsistent nfiles");
139 _kvm_syserr(kd, kd->program, "kvm_getprocs");
145 _kvm_syserr(kd, kd->program, "kvm_getfiles");
164 _kvm_err(kd, kd->program,
169 _kvm_err(kd, kd->program, "can't read numfiles");
H A Dkvm_getloadavg.c84 _kvm_err(kd, kd->program,
90 _kvm_err(kd, kd->program, "can't read averunnable");
/src/include/
H A Dregexp.h91 char program[1]; /* Unwarranted chumminess with compiler. */ member in struct:regexp
/src/distrib/atari/floppies/prepare/
H A Dinstall.sh33 # In a perfect world, this would be a nice C program, with a reasonable
77 The installation program needs to know which disk to consider
80 program.
/src/usr.bin/make/unit-tests/
H A Dsh-single-line.mk6 # program, as described in the manual page, section "Shell Commands",
/src/games/warp/
H A Dconfig.h.SH27 * This symbol, if defined, indicates that the program is being compiled
28 * under the EUNICE package under VMS. The program will need to handle
34 * This symbol, if defined, indicates that the program is running under
49 * This symbol, if defined, indicates to the C program that it should
60 * This symbol, if defined, indicates that the C program may use the
65 * This symbol, if defined, indicates that the C program may use the
70 * This symbol, if defined, indicates that the C program may use the
114 * This symbol, if defined, indicates to the C program that it should
116 * The program should be prepared to look up the host name, translate
130 * program shoul
[all...]
/src/usr.bin/at/
H A Dat.c67 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */
590 int program = AT; /* our default program */ local in function:main
603 /* find out what this program is supposed to do */
605 program = ATQ;
608 program = ATRM;
611 program = BATCH;
648 if (program != AT)
651 program = ATRM;
656 if (program !
[all...]
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dbcm21664-garnet.dts4 * This program is free software; you can redistribute it and/or
8 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
/src/lib/libc/arch/m68k/gen/
H A Dswapcontext.S46 movl %sp@(4),UC_MCONTEXT_PC(%a0) | adjust saved program counter (again)
/src/distrib/hpcarm/liveimage/
H A DMakefile22 --use-compress-program=${COMPRESS_PROGRAM:Q} \

Completed in 33 milliseconds

12345678