Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_shell.c53 #if MAXSHELLCMDLEN > PAGE_SIZE
61 CTASSERT(MAXSHELLCMDLEN >= MAXINTERP + 3);
138 maxp = &image_header[MIN(vattr.va_size, MAXSHELLCMDLEN)]; in exec_shell_imgact()
/f-stack/freebsd/sys/
H A Dimgact.h41 #define MAXSHELLCMDLEN PAGE_SIZE macro