Searched refs:shellargp (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/sys/kern/ |
| H A D | exec_script.c | 68 char **shellargp = NULL, **tmpsap; in exec_script_makecmds() local 196 shellargp = mallocarray(4, sizeof(char *), M_EXEC, M_WAITOK); in exec_script_makecmds() 197 tmpsap = shellargp; in exec_script_makecmds() 240 epp->ep_fa = shellargp; in exec_script_makecmds() 271 if (shellargp != NULL) { in exec_script_makecmds() 272 free(shellargp[0], M_EXEC, shellnamelen + 1); in exec_script_makecmds() 273 if (shellargp[2] != NULL) { in exec_script_makecmds() 274 free(shellargp[1], M_EXEC, shellarglen + 1); in exec_script_makecmds() 275 free(shellargp[2], M_EXEC, MAXPATHLEN); in exec_script_makecmds() 277 free(shellargp[1], M_EXEC, MAXPATHLEN); in exec_script_makecmds() [all …]
|