Home
last modified time | relevance | path

Searched refs:nodetach (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
Dgen-req.sh156 -nodetach \
166 -nodetach \
177 -nodetach \
190 -nodetach \
201 -nodetach \
212 -nodetach \
223 -nodetach \
233 -nodetach \
243 -nodetach \
253 -nodetach \
[all …]
/netbsd/src/external/bsd/ppp/dist/
DREADME.cbcp31 pppd debug nodetach /dev/modem 115200 crtscts modem \
39 First we invoke pppd with 'nodetach' option in order to not detach from
DREADME.pwfd168 nodetach
DSETUP75 this, use the "nodetach" option.)
DChanges-2.492 but its own link has terminated, even if the nodetach option has
DNEWS99 but its own link has terminated, even if the nodetach option has
/netbsd/src/share/examples/pppd/
Dtelus11 nodetach
/netbsd/src/libexec/lfs_cleanerd/
Dlfs_cleanerd.c1471 int i, opt, error, r, loopcount, nodetach; in lfs_cleaner_main() local
1490 nodetach = 0; in lfs_cleaner_main()
1508 nodetach++; in lfs_cleaner_main()
1512 nodetach++; in lfs_cleaner_main()
1572 if (nodetach) { in lfs_cleaner_main()
/netbsd/src/external/bsd/ppp/dist/pppd/
Doptions.c107 bool nodetach = 0; /* Don't detach from controlling tty */ variable
237 { "nodetach", o_bool, &nodetach,
239 { "-detach", o_bool, &nodetach,
244 OPT_PRIOSUB | OPT_A2COPY | 1, &nodetach },
248 OPT_PRIOSUB | OPT_A2CLR | 1, &nodetach },
Dtty.c551 nodetach = 1; in tty_check_options()
981 if (!nodetach) in start_charshunt()
Dpppd-private.h163 extern bool nodetach; /* Don't detach from controlling tty */
Dauth.c978 if (updetach && !nodetach) in start_networks()
1217 if (updetach && !nodetach) { in np_up()
1221 } else if (nodetach && up_sdnotify) { in np_up()
Dmain.c528 if (!nodetach && !updetach) in main()