/src/lib/libossaudio/ |
oss_ioctl.c | 10 void *argp; local in function:_oss_ioctl 13 argp = va_arg(ap, void *); 17 return _oss_dsp_ioctl(fd, com, argp); 19 return _oss3_mixer_ioctl(fd, com, argp); 21 return _oss4_mixer_ioctl(fd, com, argp); 23 return _oss4_global_ioctl(fd, com, argp); 25 return ioctl(fd, com, argp);
|
/src/sys/arch/vax/vax/ |
opcodes.c | 455 const char *argp; /* pointer into argument-list */ local in function:skip_opcode 462 argp = vax_inst2[INDEX_OPCODE(opc)].argdesc; 464 argp = vax_inst[opc].argdesc; 466 if (argp == NULL || *argp == '\0') 469 while (*argp) { 470 switch (*argp) { 473 switch (*(++argp)) { 489 switch (*(++argp)) { 515 if (!*argp || !*++argp [all...] |
db_disasm.c | 103 const char *argp; /* pointer into argument-list */ member in struct:__anon19dd69db0208 219 ib->argp = NULL; 222 ib->argp = vax_inst[ib->opc].argdesc; 223 if (ib->argp == NULL) 226 while (*ib->argp) { 227 switch (*ib->argp) { 230 switch (*(++ib->argp)) { 252 switch (*(++ib->argp)) { 274 *ib->argp, *ib->argp); [all...] |
/src/lib/libc/stdlib/ |
system.c | 60 const char *argp[] = {"sh", "-c", "--", command, NULL}; local in function:system 118 error = posix_spawn(&pid, _PATH_BSHELL, NULL, &attr, __UNCONST(argp),
|
/src/sys/arch/ews4800mips/stand/common/ |
cmd.c | 69 char *argp[CMDARG_MAX]; local in function:cmd_exec 96 argp[argc++] = p; 104 argp[argc++] = p; 109 cmd->func (argc, argp, 1); 113 cmd_batch(int argc, char *argp[], int interactive) 134 cmd_help(int argc, char *argp[], int interactive)
|
/src/sys/compat/netbsd32/ |
netbsd32_nfssvc.c | 61 nfssvc32_addsock_in(struct nfsd_args *nfsdarg, const void *argp) 66 error = copyin(argp, &args32, sizeof args32); 77 nfssvc32_setexports_in(struct mountd_exports_list *mel, const void *argp) 82 error = copyin(argp, &args32, sizeof args32); 93 nfssvc32_nsd_in(struct nfsd_srvargs *nsd, const void *argp) 98 error = copyin(argp, &args32, sizeof args32); 118 nfssvc32_nsd_out(void *argp, const struct nfsd_srvargs *nsd) 136 return copyout(&args32, argp, sizeof args32); 140 nfssvc32_exp_in(struct export_args *exp, const void *argp, size_t nexports) 143 struct netbsd32_export_args const *argp32 = argp; 186 void *argp = SCARG_P32(uap, argp); local in function:netbsd32_nfssvc [all...] |
netbsd32_sem.c | 50 intptr_t *argp = dst; local in function:netbsd32_ksem_copyin 58 *argp = arg32;
|
/src/usr.bin/telnet/ |
main.c | 297 char ** volatile argp; /* avoid longjmp clobbering */ local in function:main 299 argp = args; 302 *argp++ = prompt; 304 *argp++ = ml; 305 *argp++ = user; 307 *argp++ = argv[0]; /* host */ 309 *argp++ = argv[1]; /* port */ 310 *argp = 0; 314 if (tn((int)(argp - args), args) == 1)
|
/src/sys/arch/ia64/stand/efi/libefi/ |
efi.c | 48 arg_skipsep(CHAR16 *argp) 51 while (*argp == ' ' || *argp == '\t') 52 argp++; 53 return (argp); 57 arg_skipword(CHAR16 *argp) 60 while (*argp && *argp != ' ' && *argp != '\t') 61 argp++ 91 CHAR16 *argp, *args, **argv; local in function:efi_main [all...] |
/src/sys/arch/i386/i386/ |
db_machdep.c | 94 int *argp; local in function:db_numargs 99 argp = (int *)db_get_value((int)retaddrp, 4, false); 100 if (argp < (int *)VM_MIN_KERNEL_ADDRESS || argp > (int *)etext) { 103 inst = db_get_value((int)argp, 4, false); 126 long *argp, int is_trap, void (*pr)(const char *, ...)) 148 ptr = db_get_value((int)argp, 4, false); 171 ptr = db_get_value((int)argp, 4, false); 176 ptr = db_get_value((int)argp, 4, false); 185 db_read_bytes((db_addr_t)argp, sizeof(tf), (char *)&tf) [all...] |
/src/sys/arch/sparc64/sparc64/ |
syscall.c | 188 register64_t *argp; local in function:getargs 211 (i - nap) * sizeof(*argp)); 216 for (argp = args->l; i--;) 217 *argp++ = *ap++; 219 register32_t *argp; local in function:getargs 228 (i - nap) * sizeof(*argp)); 234 for (argp = args->i; i--;) 235 *argp++ = *ap++;
|
/src/sys/arch/sun3/sun3/ |
sunmon.c | 265 char **argp; local in function:sunmon_init 283 argp = bp->argPtr; 285 /* Skip argp[0] (the device string) */ 286 argp++; 289 if (*argp == NULL) 291 p = *argp; 299 argp++; 304 if (*argp == NULL) 306 p = *argp;
|
/src/usr.sbin/timed/timedc/ |
timedc.c | 181 char **argp = margv; local in function:makeargv 184 for (cp = cmdline; argp < &margv[MAX_MARGV - 1] && *cp;) { 189 *argp++ = cp; 199 *argp++ = 0;
|
/src/sys/arch/x86/x86/ |
db_trace.c | 113 long *argp; local in function:db_stack_trace_print 245 argp = (long *)&((struct x86_frame *) 248 argp = frame + 2; 254 (*pr)("%lx", db_get_value((long)argp, sizeof(long), 256 argp++;
|
/src/lib/libutil/ |
passwd.c | 240 const char *argp[] = { "sh", "-c", NULL, NULL }; local in function:pw_edit 257 argp[2] = p; 268 execvp(_PATH_BSHELL, (char *const *)__UNCONST(argp));
|
/src/usr.bin/xargs/ |
xargs.c | 76 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable in typeref:typename:char * 269 ebp = (argp = p = bbp) + nline - 1; 317 strncmp(argp, eofstr, (size_t)(p - argp)) == 0; 320 if ((argp != p || wasquoted) && !foundeof) { 322 *xp++ = argp; 346 strlen(argp)); 350 (void)strcpy(inpline, argp); 352 (void)strcat(inpline, argp); 380 argp = p [all...] |
/src/usr.sbin/iopctl/ |
iopctl.c | 459 char *argp; local in function:gettid 465 tid = (int)strtol(argv[0], &argp, 0); 466 if (*argp != '\0')
|
/src/usr.sbin/lpr/lpc/ |
lpc.c | 236 char **argp = margv; local in function:makeargv 247 *argp++ = cp; 255 *argp++ = 0;
|
/src/usr.sbin/ypserv/ypserv/ |
ypserv.c | 129 void *argp = &argument; local in function:ypprog_2 258 if (!svc_getargs(transp, xdr_argument, argp)) { 266 if (!svc_freeargs(transp, xdr_argument, argp)) {
|
/src/usr.bin/patch/ |
inp.c | 151 char *argp[4] = {NULL}; local in function:plan_a 238 argp[0] = __UNCONST(RCSDIFF); 239 argp[1] = __UNCONST(filename); 240 execv(RCSDIFF, argp); 259 argp[0] = __UNCONST(CHECKOUT); 260 argp[1] = __UNCONST("-l"); 261 argp[2] = __UNCONST(filename); 262 execv(CHECKOUT, argp);
|
/src/usr.sbin/cpuctl/ |
cpuctl.c | 296 char *argp; local in function:getcpuid 303 id = (u_int)strtoul(arg, &argp, 0); 304 if (*argp != '\0')
|
/src/sys/nfs/ |
nfs_syscalls.c | 222 nfssvc_addsock_in(struct nfsd_args *nfsdarg, const void *argp) 225 return copyin(argp, nfsdarg, sizeof *nfsdarg); 229 nfssvc_setexports_in(struct mountd_exports_list *mel, const void *argp) 232 return copyin(argp, mel, sizeof *mel); 236 nfssvc_nsd_in(struct nfsd_srvargs *nsd, const void *argp) 239 return copyin(argp, nsd, sizeof *nsd); 243 nfssvc_nsd_out(void *argp, const struct nfsd_srvargs *nsd) 246 return copyout(nsd, argp, sizeof *nsd); 250 nfssvc_exp_in(struct export_args *exp, const void *argp, size_t nexports) 253 return copyin(argp, exp, sizeof(*exp) * nexports) 284 void *argp = SCARG(uap, argp); local in function:sys_nfssvc [all...] |
/src/bin/sh/ |
show.c | 460 union node *argp; local in function:shtree 463 for (argp = n->nfor.args; argp; argp=argp->narg.next) { 464 sharg(argp, fp);
|
/src/usr.bin/ftp/ |
main.c | 814 char *argp; local in function:makeargv 821 argp = slurpstring(); 822 ftp_sl_add(marg_sl, argp); 823 if (argp == NULL)
|
/src/bin/csh/ |
proc.c | 520 Char **argp; local in function:padd 531 for (argp = t->t_dcom; *argp; argp++) { 532 pads(*argp); 533 if (argp[1])
|