Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_shell.c61 CTASSERT(MAXSHELLCMDLEN >= MAXINTERP + 3);
155 if (interpe - interpb >= MAXINTERP) in exec_shell_imgact()
/f-stack/freebsd/sys/
H A Dparam.h111 #define MAXINTERP PATH_MAX /* max interpreter file name length */ macro