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

  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 1471 int i, opt, error, r, loopcount, nodetach; local
1490 nodetach = 0;
1508 nodetach++;
1512 nodetach++;
1572 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 },

Completed in 30 milliseconds