Searched refs:nodetach (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
H A Dsign.c77 int nodetach=0; local
98 nodetach=1;
130 if (!nodetach)
H A Denc.c75 int nodetach=1; local
87 nodetach=1;
149 if (!nodetach) PKCS7_set_detached(p7,1);
/external/openssl/crypto/pkcs7/
H A Dsign.c77 int nodetach=0; local
98 nodetach=1;
130 if (!nodetach)
H A Denc.c75 int nodetach=1; local
87 nodetach=1;
149 if (!nodetach) PKCS7_set_detached(p7,1);
/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 },
H A Dtty.c497 nodetach = 1;
935 if (!nodetach)
H A Dpppd.h283 extern bool nodetach; /* Don't detach from controlling tty */
H A Dauth.c838 if (updetach && !nodetach)
1069 if (updetach && !nodetach)
H A Dmain.c500 if (!nodetach && !updetach)

Completed in 432 milliseconds