/src/games/fortune/unstr/ |
unstr.c | 82 void getargs(char *[]); 92 getargs(av); 115 getargs(char *av[]) function in typeref:typename:void
|
/src/sys/arch/luna68k/stand/boot/ |
parse.c | 174 * getargs -- make argument arrays 178 getargs(char buffer[], char *argv[], int maxargs) function in typeref:typename:int
|
/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 in typeref:typename:int 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 in typeref:typename:int 305 if ((error = getargs(p, tf, &code, &callp, &args, &s64)) != 0)
|
/src/usr.bin/jot/ |
jot.c | 81 static void getargs(int, char *[]); 93 getargs(argc, argv); 138 getargs(int argc, char *argv[]) function in typeref:typename:void
|
/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 in typeref:typename:void
|
/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 in typeref:typename:void
|
/src/sys/compat/netbsd32/ |
netbsd32_time.c | 142 struct netbsd32___getitimer50_args getargs; local in function:netbsd32___setitimer50 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 in function:compat_50_netbsd32_setitimer 849 SCARG(&getargs, which) = which; 850 SCARG(&getargs, itv) = SCARG(uap, oitv); 851 if ((error = compat_50_netbsd32_getitimer(l, &getargs, retval)) != 0)
|
/src/sys/compat/common/ |
kern_time_50.c | 322 struct compat_50_sys_getitimer_args getargs; local in function:compat_50_sys_setitimer 334 SCARG(&getargs, which) = which; 335 SCARG(&getargs, itv) = SCARG(uap, oitv); 336 if ((error = compat_50_sys_getitimer(l, &getargs, retval)) != 0)
|
/src/usr.bin/rs/ |
rs.c | 97 static void getargs(int, char *[]); 115 getargs(argc, argv); 393 getargs(int ac, char *av[]) function in typeref:typename:void
|
/src/sbin/mount/ |
mount.c | 381 volatile int getargs; local in function:mountfs 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/sys/kern/ |
kern_time.c | 1603 struct sys___getitimer50_args getargs; local in function:sys___setitimer50 1613 SCARG(&getargs, which) = which; 1614 SCARG(&getargs, itv) = SCARG(uap, oitv); 1615 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 in typeref:typename:void
|