Symbol: getargs
games/fortune/fortune/fortune.c
158
static void getargs(int, char *[]);
games/fortune/fortune/fortune.c
197
getargs(ac, av);
games/fortune/strfile/strfile.c
134
static void getargs(int argc, char **argv);
games/fortune/strfile/strfile.c
168
getargs(ac, av); /* evalute arguments */
games/fortune/unstr/unstr.c
82
void getargs(char *[]);
games/fortune/unstr/unstr.c
92
getargs(av);
sbin/mount/mount.c
381
volatile int getargs;
sbin/mount/mount.c
396
getargs = strstr(options, "getargs") != NULL;
sbin/mount/mount.c
398
getargs = 0;
sbin/mount/mount.c
403
if (getargs == 0 && strcmp(name, "/") == 0 && !hasopt(optbuf, "union"))
sbin/mount/mount.c
458
if (getargs &&
sbin/mount/mount.c
533
if (buf || getargs) {
sys/arch/luna68k/stand/boot/init_main.c
329
argc = getargs(buffer, argv,
sys/arch/luna68k/stand/boot/samachdep.h
155
int getargs(char *, char **, int);
sys/arch/sparc/sparc/syscall.c
246
if ((error = getargs(p, tf, &code, &callp, &args)) != 0)
sys/arch/sparc/sparc/syscall.c
97
static inline int getargs(struct proc *p, struct trapframe *,
sys/arch/sparc64/sparc64/syscall.c
115
static inline int getargs(struct proc *, struct trapframe64 *,
sys/arch/sparc64/sparc64/syscall.c
305
if ((error = getargs(p, tf, &code, &callp, &args, &s64)) != 0)
sys/compat/common/kern_time_50.c
322
struct compat_50_sys_getitimer_args getargs;
sys/compat/common/kern_time_50.c
334
SCARG(&getargs, which) = which;
sys/compat/common/kern_time_50.c
335
SCARG(&getargs, itv) = SCARG(uap, oitv);
sys/compat/common/kern_time_50.c
336
if ((error = compat_50_sys_getitimer(l, &getargs, retval)) != 0)
sys/compat/netbsd32/netbsd32_compat_50.c
838
struct compat_50_netbsd32_getitimer_args getargs;
sys/compat/netbsd32/netbsd32_compat_50.c
849
SCARG(&getargs, which) = which;
sys/compat/netbsd32/netbsd32_compat_50.c
850
SCARG(&getargs, itv) = SCARG(uap, oitv);
sys/compat/netbsd32/netbsd32_compat_50.c
851
if ((error = compat_50_netbsd32_getitimer(l, &getargs, retval)) != 0)
sys/compat/netbsd32/netbsd32_time.c
142
struct netbsd32___getitimer50_args getargs;
sys/compat/netbsd32/netbsd32_time.c
153
SCARG(&getargs, which) = which;
sys/compat/netbsd32/netbsd32_time.c
154
SCARG(&getargs, itv) = SCARG(uap, oitv);
sys/compat/netbsd32/netbsd32_time.c
155
if ((error = netbsd32___getitimer50(l, &getargs, retval)) != 0)
sys/kern/kern_time.c
1628
struct sys___getitimer50_args getargs;
sys/kern/kern_time.c
1638
SCARG(&getargs, which) = which;
sys/kern/kern_time.c
1639
SCARG(&getargs, itv) = SCARG(uap, oitv);
sys/kern/kern_time.c
1640
if ((error = sys___getitimer50(l, &getargs, retval)) != 0)
usr.bin/jot/jot.c
81
static void getargs(int, char *[]);
usr.bin/jot/jot.c
93
getargs(argc, argv);
usr.bin/lam/lam.c
75
static void getargs(char *[]);
usr.bin/lam/lam.c
83
getargs(argv);
usr.bin/rs/rs.c
115
getargs(argc, argv);
usr.bin/rs/rs.c
97
static void getargs(int, char *[]);