Searched refs:stringp (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/libkern/ |
| H A D | strsep.c | 53 strsep(char **stringp, const char *delim) in strsep() argument 60 if ((s = *stringp) == NULL) in strsep() 71 *stringp = s; in strsep()
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_sysvec.c | 222 char *stringp; in linux_copyout_strings() local 283 stringp = imgp->args->begin_argv; in linux_copyout_strings() 288 error = copyout(stringp, (void *)ustringp, in linux_copyout_strings() 305 while (*stringp++ != 0) in linux_copyout_strings() 322 while (*stringp++ != 0) in linux_copyout_strings()
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 323 char *stringp; in linux_copyout_strings() local 388 stringp = imgp->args->begin_argv; in linux_copyout_strings() 393 error = copyout(stringp, (void *)ustringp, in linux_copyout_strings() 407 while (*stringp++ != 0) in linux_copyout_strings() 424 while (*stringp++ != 0) in linux_copyout_strings()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_sysvec.c | 273 char *stringp; in linux_copyout_strings() local 338 stringp = imgp->args->begin_argv; in linux_copyout_strings() 343 error = copyout(stringp, (void *)ustringp, in linux_copyout_strings() 357 while (*stringp++ != 0) in linux_copyout_strings() 374 while (*stringp++ != 0) in linux_copyout_strings()
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysvec.c | 739 char *stringp; in linux_copyout_strings() local 796 stringp = imgp->args->begin_argv; in linux_copyout_strings() 801 error = copyout(stringp, (void *)ustringp, in linux_copyout_strings() 815 while (*stringp++ != 0) in linux_copyout_strings() 832 while (*stringp++ != 0) in linux_copyout_strings()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_exec.c | 1564 char *stringp; in exec_copyout_strings() local 1668 stringp = imgp->args->begin_argv; in exec_copyout_strings() 1675 error = copyout(stringp, (void *)ustringp, in exec_copyout_strings() 1694 while (*stringp++ != 0) in exec_copyout_strings() 1714 while (*stringp++ != 0) in exec_copyout_strings()
|