HomeSort by: relevance | last modified time | path
    Searched defs:hdrlinelen (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
exec_script.c 123 int error, hdrlinelen, shellnamelen, shellarglen; local in function:exec_script_makecmds
151 hdrlinelen = uimin(epp->ep_hdrvalid, SCRIPT_HDR_SIZE);
152 for (cp = hdrstr + EXEC_SCRIPT_MAGICLEN; cp < hdrstr + hdrlinelen;
159 if (cp >= hdrstr + hdrlinelen)
exec_script.c 123 int error, hdrlinelen, shellnamelen, shellarglen; local in function:exec_script_makecmds
151 hdrlinelen = uimin(epp->ep_hdrvalid, SCRIPT_HDR_SIZE);
152 for (cp = hdrstr + EXEC_SCRIPT_MAGICLEN; cp < hdrstr + hdrlinelen;
159 if (cp >= hdrstr + hdrlinelen)

Completed in 26 milliseconds