HomeSort by: relevance | last modified time | path
    Searched refs:nodetach (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
gen-req.sh 156 -nodetach \
166 -nodetach \
177 -nodetach \
190 -nodetach \
201 -nodetach \
212 -nodetach \
223 -nodetach \
233 -nodetach \
243 -nodetach \
253 -nodetach \
    [all...]
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 779 int i, opt, error, r, loopcount, nodetach; local
798 nodetach = 0;
816 nodetach++;
820 nodetach++;
880 if (nodetach) {
  /src/external/bsd/ppp/dist/pppd/
options.c 107 bool nodetach = 0; /* Don't detach from controlling tty */ variable
237 { "nodetach", o_bool, &nodetach,
239 { "-detach", o_bool, &nodetach,
243 "Notify systemd once link is up (implies nodetach)",
244 OPT_PRIOSUB | OPT_A2COPY | 1, &nodetach },
248 OPT_PRIOSUB | OPT_A2CLR | 1, &nodetach },
pppd-private.h 163 extern bool nodetach; /* Don't detach from controlling tty */
165 extern bool up_sdnotify; /* Notify systemd once link is up (implies nodetach) */
tty.c 551 nodetach = 1;
981 if (!nodetach)
auth.c 978 if (updetach && !nodetach)
1217 if (updetach && !nodetach) {
1221 } else if (nodetach && up_sdnotify) {
main.c 528 if (!nodetach && !updetach)

Completed in 23 milliseconds