/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
sign.c | 77 int nodetach=0; local 98 nodetach=1; 130 if (!nodetach)
|
enc.c | 75 int nodetach=1; local 87 nodetach=1; 149 if (!nodetach) PKCS7_set_detached(p7,1);
|
/external/openssl/crypto/pkcs7/ |
sign.c | 77 int nodetach=0; local 98 nodetach=1; 130 if (!nodetach)
|
enc.c | 75 int nodetach=1; local 87 nodetach=1; 149 if (!nodetach) PKCS7_set_detached(p7,1);
|
/system/core/rootdir/etc/ |
init.testmenu | 222 "2" ) kill $pppdpid; pppd nodetach $pppdev & pppdpid=$!;; 223 "3" ) kill &pppdpid; pppd nodetach $pppdev connect "sh -c \"chat -v -f /etc/ppp/connect-data <$atdev >$atdev\"" & pppdpid=$!;;
|
/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...] |
tty.c | 497 nodetach = 1; 935 if (!nodetach) [all...] |
pppd.h | 283 extern bool nodetach; /* Don't detach from controlling tty */ [all...] |
auth.c | 838 if (updetach && !nodetach) 1069 if (updetach && !nodetach) [all...] |
main.c | 500 if (!nodetach && !updetach) [all...] |