getargs
static void getargs(int, char *[]);
getargs(ac, av);
static void getargs(int argc, char **argv);
getargs(ac, av); /* evalute arguments */
void getargs(char *[]);
getargs(av);
volatile int getargs;
getargs = strstr(options, "getargs") != NULL;
getargs = 0;
if (getargs == 0 && strcmp(name, "/") == 0 && !hasopt(optbuf, "union"))
if (getargs &&
if (buf || getargs) {
argc = getargs(buffer, argv,
int getargs(char *, char **, int);
if ((error = getargs(p, tf, &code, &callp, &args)) != 0)
static inline int getargs(struct proc *p, struct trapframe *,
static inline int getargs(struct proc *, struct trapframe64 *,
if ((error = getargs(p, tf, &code, &callp, &args, &s64)) != 0)
struct compat_50_sys_getitimer_args getargs;
SCARG(&getargs, which) = which;
SCARG(&getargs, itv) = SCARG(uap, oitv);
if ((error = compat_50_sys_getitimer(l, &getargs, retval)) != 0)
struct compat_50_netbsd32_getitimer_args getargs;
SCARG(&getargs, which) = which;
SCARG(&getargs, itv) = SCARG(uap, oitv);
if ((error = compat_50_netbsd32_getitimer(l, &getargs, retval)) != 0)
struct netbsd32___getitimer50_args getargs;
SCARG(&getargs, which) = which;
SCARG(&getargs, itv) = SCARG(uap, oitv);
if ((error = netbsd32___getitimer50(l, &getargs, retval)) != 0)
struct sys___getitimer50_args getargs;
SCARG(&getargs, which) = which;
SCARG(&getargs, itv) = SCARG(uap, oitv);
if ((error = sys___getitimer50(l, &getargs, retval)) != 0)
static void getargs(int, char *[]);
getargs(argc, argv);
static void getargs(char *[]);
getargs(argv);
getargs(argc, argv);
static void getargs(int, char *[]);