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

  /src/sbin/slattach/
slattach.c 85 int opt_detach = 1; local in function:main
102 opt_detach = 0;
142 if (opt_detach && daemon(0, 0) != 0)
  /src/usr.sbin/irdaattach/
irdaattach.c 61 int opt_detach = 1; local in function:main
88 opt_detach = 0;
150 if (opt_detach && daemon(0, 0) != 0)

Completed in 13 milliseconds