Searched defs:nodetach (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/pkcs7/
H A Denc.c75 int nodetach=1; local
87 nodetach=1;
149 if (!nodetach) PKCS7_set_detached(p7,1);
H A Dsign.c77 int nodetach=0; local
98 nodetach=1;
130 if (!nodetach)
/external/ppp/pppd/
H A 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 },

Completed in 86 milliseconds