Home
last modified time | relevance | path

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

/external/openssl/crypto/pkcs7/
Dsign.c77 int nodetach=0; local
98 nodetach=1;
130 if (!nodetach)
Denc.c75 int nodetach=1; local
87 nodetach=1;
/external/ppp/pppd/
Doptions.c93 bool nodetach = 0; /* Don't detach from controlling tty */ variable
194 { "nodetach", o_bool, &nodetach,
196 { "-detach", o_bool, &nodetach,
200 OPT_PRIOSUB | OPT_A2CLR | 1, &nodetach },
Dtty.c497 nodetach = 1; in tty_check_options()
935 if (!nodetach)
Dpppd.h283 extern bool nodetach; /* Don't detach from controlling tty */
Dauth.c838 if (updetach && !nodetach)
1069 if (updetach && !nodetach)
Dmain.c500 if (!nodetach && !updetach)