| /src/external/bsd/ntp/bin/ntptrace/ |
| ntptrace.awk | 16 function getargs( command, i, argc, argv, done) { function 128 getargs()
|
| /src/games/fortune/unstr/ |
| unstr.c | 82 void getargs(char *[]); 92 getargs(av); 115 getargs(char *av[]) function
|
| /src/sys/arch/luna68k/stand/boot/ |
| parse.c | 174 * getargs -- make argument arrays 178 getargs(char buffer[], char *argv[], int maxargs) function
|
| /src/sys/arch/sparc/sparc/ |
| syscall.c | 97 static inline int getargs(struct proc *p, struct trapframe *, 135 getargs(struct proc *p, struct trapframe *tf, register_t *code, function 246 if ((error = getargs(p, tf, &code, &callp, &args)) != 0)
|
| /src/sys/arch/sparc64/sparc64/ |
| syscall.c | 115 static inline int getargs(struct proc *, struct trapframe64 *, 154 getargs(struct proc *p, struct trapframe64 *tf, register_t *code, function 305 if ((error = getargs(p, tf, &code, &callp, &args, &s64)) != 0)
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getarg.h | 53 struct getargs{ struct 94 getarg(struct getargs *args, size_t num_args, 98 arg_printusage (struct getargs *args, 104 arg_printusage_i18n (struct getargs *args,
|
| /src/usr.bin/jot/ |
| jot.c | 81 static void getargs(int, char *[]); 93 getargs(argc, argv); 138 getargs(int argc, char *argv[]) function
|
| /src/usr.bin/lam/ |
| lam.c | 68 static int morefiles; /* set by getargs(), changed by gatherline() */ 75 static void getargs(char *[]); 83 getargs(argv); 100 getargs(char *av[]) function
|
| /src/games/fortune/strfile/ |
| strfile.c | 134 static void getargs(int argc, char **argv); 168 getargs(ac, av); /* evalute arguments */ 266 getargs(int argc, char **argv) function
|
| /src/sys/compat/common/ |
| kern_time_50.c | 322 struct compat_50_sys_getitimer_args getargs; local 334 SCARG(&getargs, which) = which; 335 SCARG(&getargs, itv) = SCARG(uap, oitv); 336 if ((error = compat_50_sys_getitimer(l, &getargs, retval)) != 0)
|
| /src/sys/compat/netbsd32/ |
| netbsd32_time.c | 142 struct netbsd32___getitimer50_args getargs; local 153 SCARG(&getargs, which) = which; 154 SCARG(&getargs, itv) = SCARG(uap, oitv); 155 if ((error = netbsd32___getitimer50(l, &getargs, retval)) != 0)
|
| netbsd32_compat_50.c | 838 struct compat_50_netbsd32_getitimer_args getargs; local 849 SCARG(&getargs, which) = which; 850 SCARG(&getargs, itv) = SCARG(uap, oitv); 851 if ((error = compat_50_netbsd32_getitimer(l, &getargs, retval)) != 0)
|
| /src/sbin/mount/ |
| mount.c | 381 volatile int getargs; local 396 getargs = strstr(options, "getargs") != NULL; 398 getargs = 0; 403 if (getargs == 0 && strcmp(name, "/") == 0 && !hasopt(optbuf, "union")) 458 if (getargs && 533 if (buf || getargs) { 645 "getargs", NULL, 0, buf, buflen))
|
| /src/usr.bin/rs/ |
| rs.c | 97 static void getargs(int, char *[]); 115 getargs(argc, argv); 396 getargs(int ac, char *av[]) function
|
| /src/sys/kern/ |
| kern_time.c | 1628 struct sys___getitimer50_args getargs; local 1638 SCARG(&getargs, which) = which; 1639 SCARG(&getargs, itv) = SCARG(uap, oitv); 1640 if ((error = sys___getitimer50(l, &getargs, retval)) != 0)
|
| /src/games/fortune/fortune/ |
| fortune.c | 158 static void getargs(int, char *[]); 197 getargs(ac, av); 298 getargs(int argc, char **argv) function
|
| /src/external/bsd/byacc/dist/ |
| main.c | 372 getargs(int argc, char *argv[]) function 921 getargs(argc, argv);
|