Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dimgact_shell.c51 #if MAXSHELLCMDLEN > PAGE_SIZE
59 CTASSERT(MAXSHELLCMDLEN >= MAXINTERP + 3);
136 maxp = &image_header[MIN(vattr.va_size, MAXSHELLCMDLEN)]; in exec_shell_imgact()
/freebsd-10-stable/sys/sys/
Dimgact.h39 #define MAXSHELLCMDLEN PAGE_SIZE macro