/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
enc.c | 75 int nodetach=1; local 87 nodetach=1; 149 if (!nodetach) PKCS7_set_detached(p7,1);
|
sign.c | 77 int nodetach=0; local 98 nodetach=1; 130 if (!nodetach)
|
/external/openssl/crypto/pkcs7/ |
enc.c | 75 int nodetach=1; local 87 nodetach=1; 149 if (!nodetach) PKCS7_set_detached(p7,1);
|
sign.c | 77 int nodetach=0; local 98 nodetach=1; 130 if (!nodetach)
|
/external/ppp/pppd/ |
options.c | 93 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 }, [all...] |