Home
last modified time | relevance | path

Searched refs:JF_WILD (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/jail/
H A Dstate.c318 (docf ? JF_WILD : 0); in start_state()
351 state | JF_WILD; in start_state()
360 state | JF_WILD; in start_state()
H A Djailp.h62 #define JF_WILD 0x0010 /* Not specified on the command line */ macro
H A Djail.c465 !(j->flags & (JF_DEPEND | JF_WILD))) { in main()
522 if (!(j->flags & (JF_DEPEND|JF_WILD))) { in main()