HomeSort by relevance Sort by last modified time
    Searched refs:strcmp (Results 51 - 75 of 1408) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/vold/
CommandListener.cpp 123 if (!strcmp(argv[1], "list")) {
125 } else if (!strcmp(argv[1], "debug")) {
126 if (argc != 3 || (argc == 3 && (strcmp(argv[2], "off") && strcmp(argv[2], "on")))) {
130 vm->setDebug(!strcmp(argv[2], "on") ? true : false);
131 } else if (!strcmp(argv[1], "mount")) {
137 } else if (!strcmp(argv[1], "unmount")) {
138 if (argc < 3 || argc > 4 || (argc == 4 && strcmp(argv[3], "force"))) {
144 if (argc >= 4 && !strcmp(argv[3], "force")) {
148 } else if (!strcmp(argv[1], "format"))
    [all...]
  /external/bluetooth/glib/tests/
completion-test.c 46 g_assert (!strcmp ("a\302", prefix));
51 g_assert (!strcmp ("a", prefix));
56 g_assert (!strcmp ("b", prefix));
61 g_assert (!strcmp ("b", prefix));
  /external/iproute2/ip/
rtm_map.c 64 if (strcmp(arg, "local") == 0)
66 else if (strcmp(arg, "nat") == 0)
69 strcmp(arg, "brd") == 0)
85 else if (strcmp(arg, "throw") == 0)
iptunnel.c 66 if (strcmp(*argv, "mode") == 0) {
68 if (strcmp(*argv, "ipip") == 0 ||
69 strcmp(*argv, "ip/ip") == 0) {
75 } else if (strcmp(*argv, "gre") == 0 ||
76 strcmp(*argv, "gre/ip") == 0) {
82 } else if (strcmp(*argv, "sit") == 0 ||
83 strcmp(*argv, "ipv6/ip") == 0) {
89 } else if (strcmp(*argv, "isatap") == 0) {
100 } else if (strcmp(*argv, "key") == 0) {
114 } else if (strcmp(*argv, "ikey") == 0)
    [all...]
  /external/webkit/WebCore/rendering/
RenderHTMLCanvas.h 52 ASSERT(!object || !strcmp(object->renderName(), "RenderHTMLCanvas"));
RenderPartObject.h 51 ASSERT(!object || !strcmp(object->renderName(), "RenderPartObject"));
  /external/webkit/WebKit/android/icu/unicode/
ucnv.cpp 43 if (strcmp(converterName, "Shift_JIS") == 0) {
  /external/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 38 if (strcmp(tmp, "PASSWORD") == 0) {
41 } else if (strcmp(tmp, "NEW_PASSWORD") == 0) {
44 } else if (strcmp(tmp, "IDENTITY") == 0)
46 else if (strcmp(tmp, "PASSPHRASE") == 0) {
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 38 if (strcmp(tmp, "PASSWORD") == 0) {
41 } else if (strcmp(tmp, "NEW_PASSWORD") == 0) {
44 } else if (strcmp(tmp, "IDENTITY") == 0)
46 else if (strcmp(tmp, "PASSPHRASE") == 0) {
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
string.c 58 * strcmp - Compare two strings
62 int strcmp(const char * cs,const char * ct) function
  /system/core/debuggerd/
crasher.c 85 if(!strcmp(argv[1],"nostack")) crashnostack();
86 if(!strcmp(argv[1],"ctest")) return ctest();
87 if(!strcmp(argv[1],"exit")) exit(1);
88 if(!strcmp(argv[1],"abort")) maybeabort();
  /system/core/toolbox/
rm.c 41 if (!strcmp(de->d_name, "..") || !strcmp(de->d_name, "."))
76 if (argc >=2 && (!strcmp(argv[1], "-r") || !strcmp(argv[1], "-R"))) {
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
string.c 55 * strcmp - Compare two strings
59 int strcmp(const char * cs,const char * ct) function
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
string.c 58 * strcmp - Compare two strings
62 int strcmp(const char * cs,const char * ct) function
  /external/openssl/apps/
enc.c 143 if (strcmp(pname,"base64") == 0)
147 if (!base64 && (cipher == NULL) && (strcmp(pname,"enc") != 0))
157 if (strcmp(*argv,"-e") == 0)
159 else if (strcmp(*argv,"-in") == 0)
164 else if (strcmp(*argv,"-out") == 0)
169 else if (strcmp(*argv,"-pass") == 0)
175 else if (strcmp(*argv,"-engine") == 0)
181 else if (strcmp(*argv,"-d") == 0)
183 else if (strcmp(*argv,"-p") == 0)
185 else if (strcmp(*argv,"-v") == 0
    [all...]
gendsa.c 109 if (strcmp(*argv,"-out") == 0)
114 else if (strcmp(*argv,"-passout") == 0)
120 else if (strcmp(*argv,"-engine") == 0)
126 else if (strcmp(*argv,"-rand") == 0)
131 else if (strcmp(*argv,"-") == 0)
134 else if (strcmp(*argv,"-des") == 0)
136 else if (strcmp(*argv,"-des3") == 0)
140 else if (strcmp(*argv,"-idea") == 0)
144 else if (strcmp(*argv,"-seed") == 0)
148 else if (strcmp(*argv,"-aes128") == 0
    [all...]
pkcs8.c 105 if (!strcmp(*args,"-v2"))
121 else if (!strcmp(*args,"-v1"))
137 else if (!strcmp(*args,"-inform"))
146 else if (!strcmp(*args,"-outform"))
155 else if (!strcmp (*args, "-topk8"))
157 else if (!strcmp (*args, "-noiter"))
159 else if (!strcmp (*args, "-nocrypt"))
161 else if (!strcmp (*args, "-nooct"))
163 else if (!strcmp (*args, "-nsdb"))
165 else if (!strcmp (*args, "-embed")
    [all...]
rsa.c 137 if (strcmp(*argv,"-inform") == 0)
142 else if (strcmp(*argv,"-outform") == 0)
147 else if (strcmp(*argv,"-in") == 0)
152 else if (strcmp(*argv,"-out") == 0)
157 else if (strcmp(*argv,"-passin") == 0)
162 else if (strcmp(*argv,"-passout") == 0)
168 else if (strcmp(*argv,"-engine") == 0)
174 else if (strcmp(*argv,"-sgckey") == 0)
176 else if (strcmp(*argv,"-pubin") == 0)
178 else if (strcmp(*argv,"-pubout") == 0
    [all...]
  /external/dbus/bus/
main.c 256 if (strcmp (arg, "--help") == 0 ||
257 strcmp (arg, "-h") == 0 ||
258 strcmp (arg, "-?") == 0)
260 else if (strcmp (arg, "--version") == 0)
262 else if (strcmp (arg, "--introspect") == 0)
264 else if (strcmp (arg, "--nofork") == 0)
266 else if (strcmp (arg, "--fork") == 0)
268 else if (strcmp (arg, "--system") == 0)
275 else if (strcmp (arg, "--session") == 0)
295 strcmp (prev_arg, "--config-file") == 0
    [all...]
  /external/iproute2/tc/
q_gred.c 62 if (strcmp(*argv, "DPs") == 0) {
73 } else if (strcmp(*argv, "default") == 0) {
87 } else if (strcmp(*argv, "grio") == 0) {
89 } else if (strcmp(*argv, "help") == 0) {
135 if (strcmp(*argv, "limit") == 0) {
142 } else if (strcmp(*argv, "setup") == 0) {
149 } else if (strcmp(*argv, "min") == 0) {
156 } else if (strcmp(*argv, "max") == 0) {
163 } else if (strcmp(*argv, "DP") == 0) {
174 } else if (strcmp(*argv, "burst") == 0)
    [all...]
q_red.c 52 if (strcmp(*argv, "limit") == 0) {
59 } else if (strcmp(*argv, "min") == 0) {
66 } else if (strcmp(*argv, "max") == 0) {
73 } else if (strcmp(*argv, "burst") == 0) {
80 } else if (strcmp(*argv, "avpkt") == 0) {
87 } else if (strcmp(*argv, "probability") == 0) {
94 } else if (strcmp(*argv, "bandwidth") == 0) {
101 } else if (strcmp(*argv, "ecn") == 0) {
104 } else if (strcmp(*argv, "help") == 0) {
  /external/dbus/tools/
dbus-send.c 104 if (strcmp (value, "true") == 0)
109 else if (strcmp (value, "false") == 0)
181 if (!strcmp (arg, "string"))
183 else if (!strcmp (arg, "int16"))
185 else if (!strcmp (arg, "uint16"))
187 else if (!strcmp (arg, "int32"))
189 else if (!strcmp (arg, "uint32"))
191 else if (!strcmp (arg, "int64"))
193 else if (!strcmp (arg, "uint64"))
195 else if (!strcmp (arg, "double")
    [all...]
  /external/clearsilver/cgi/
html.c 619 if (!strcmp(s, "agrave")) return 0xe0; /* ? */
620 if (!strcmp(s, "aacute")) return 0xe1; /* ? */
621 if (!strcmp(s, "acirc")) return 0xe2; /* ? */
622 if (!strcmp(s, "atilde")) return 0xe3; /* ? */
623 if (!strcmp(s, "auml")) return 0xe4; /* ? */
624 if (!strcmp(s, "aring")) return 0xe5; /* ? */
625 if (!strcmp(s, "aelig")) return 0xe6; /* ? */
626 if (!strcmp(s, "amp")) return '&';
629 if (!strcmp(s, "ccedil")) return 0xe7; /* ? */
632 if (!strcmp(s, "egrave")) return 0xe8; /* ? *
    [all...]
  /external/bluetooth/glib/gobject/
gobject-query.c 142 if (strcmp ("-s", argv[i]) == 0)
148 else if (strcmp ("-i", argv[i]) == 0)
169 else if (strcmp ("-b", argv[i]) == 0)
175 else if (strcmp ("-r", argv[i]) == 0)
181 else if (strcmp ("-n", argv[i]) == 0)
185 else if (strcmp ("froots", argv[i]) == 0)
189 else if (strcmp ("tree", argv[i]) == 0)
193 else if (strcmp ("-h", argv[i]) == 0)
197 else if (strcmp ("--help", argv[i]) == 0)
  /system/extras/tests/sdcard/
testcase.cpp 171 if (strcmp(mName, "write") == 0) mType = WRITE;
172 if (strcmp(mName, "read") == 0) mType = READ;
173 if (strcmp(mName, "read_write") == 0) mType = READ_WRITE;
174 if (strcmp(mName, "open_create") == 0) mType = OPEN_CREATE;
192 if (strcmp(advice, "sequential") == 0)
196 else if (strcmp(advice, "random") == 0)
200 else if (strcmp(advice, "noreuse") == 0)
204 else if (strcmp(advice, "willneed") == 0)
208 else if (strcmp(advice, "dontneed") == 0)

Completed in 6028 milliseconds

1 23 4 5 6 7 8 91011>>