Home
last modified time | relevance | path

Searched refs:shellarglen (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/kern/
H A Dexec_script.c65 int error, hdrlinelen, shellnamelen, shellarglen; in exec_script_makecmds() local
110 shellarglen = 0; in exec_script_makecmds()
141 shellarglen++; in exec_script_makecmds()
201 *tmpsap = malloc(shellarglen + 1, M_EXEC, M_WAITOK); in exec_script_makecmds()
202 strlcpy(*tmpsap++, shellarg, shellarglen + 1); in exec_script_makecmds()
274 free(shellargp[1], M_EXEC, shellarglen + 1); in exec_script_makecmds()