Searched refs:shellarglen (Results 1 – 1 of 1) sorted by relevance
65 int error, hdrlinelen, shellnamelen, shellarglen; in exec_script_makecmds() local110 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()