HomeSort by relevance Sort by last modified time
    Searched refs:strchr (Results 76 - 100 of 604) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/ril/reference-ril/
at_tok.c 37 *p_cur = strchr(*p_cur, ':');
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
string.h 49 extern char* strchr(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
string.h 49 extern char* strchr(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
string.h 49 extern char* strchr(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
string.h 49 extern char* strchr(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
string.h 49 extern char* strchr(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
string.h 49 extern char* strchr(const char *, int);
  /system/core/sh/
miscbltin.c 144 if (strchr(ifs, c))
145 is_ifs = strchr(" \t\n", c) ? 1 : 2;
194 if (!strchr(ifs, *p))
196 if (strchr(" \t\n", *p))
  /system/core/toolbox/
chown.c 27 if ((group = strchr(user, '.')) != NULL) {
  /system/extras/tests/framebuffer/
mdp_test.c 37 fn = strchr(name, ':');
146 if (!(ptr = strchr(geom, 'x')))
152 ptr = strchr(geom, '+');
161 if (!x || !y || !(ptr = strchr(geom, '+')))
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui.h 317 pos = strchr(reply + 1, '"');
328 pos = strchr(reply + 1, '"');
379 pos = strchr(reply + 1, '"');
392 pos = strchr(reply + 1, '"');
404 pos = strchr(reply + 1, '"');
417 pos = strchr(reply + 1, '"');
457 pos = strchr(reply + 1, '"');
  /external/qemu/android/
qemu-setup.c 83 char* p = strchr(end, ',');
149 char* end = strchr(path, ',');
395 p = strchr(env, '@');
397 q = strchr(env, ':');
417 p = strchr(env,':');
boot-properties.c 87 if (strchr(reject, name[nn]) != NULL)
185 char* q = strchr(param,'=');
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui.h 314 pos = strchr(reply + 1, '"');
365 pos = strchr(reply + 1, '"');
378 pos = strchr(reply + 1, '"');
390 pos = strchr(reply + 1, '"');
403 pos = strchr(reply + 1, '"');
443 pos = strchr(reply + 1, '"');
  /external/bluetooth/glib/gio/
glocalvfs.c 96 if (strchr (uri, '#') != NULL)
99 hash = strchr (stripped_uri, '#');
  /external/iptables/extensions/
libipt_NETMAP.c 79 slash = strchr(arg, '/');
89 if (strchr(slash+1, '.')) {
libipt_REDIRECT.c 48 if (strchr(arg, '.'))
55 dash = strchr(arg, '-');
  /external/qemu/
envlist.c 145 if ((eq_sign = strchr(env, '=')) == NULL)
193 if (strchr(env, '=') != NULL)
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osRgstry_parser.c 97 buf = strchr(buf+1, '\n' );
157 s = strchr(buf, '\n');
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osRgstry_parser.c 93 buf = strchr(buf+1, '\n' );
153 s = strchr(buf, '\n');
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osRgstry_parser.c 97 buf = strchr(buf+1, '\n' );
156 s = strchr(buf, '\n');
  /bionic/libc/unistd/
getopt_long.c 183 if ((has_equal = strchr(current_argv, '=')) != NULL) {
347 (place[1] == '\0' && strchr(options, '-') == NULL)) {
412 else if (*place != ':' && strchr(options, *place) != NULL)
425 (oli = strchr(options, optchar)) == NULL) {
  /external/blktrace/btt/
trace.c 81 char *slash = strchr(iop->pdu, '/');
  /external/bluetooth/bluez/compat/
msdun.c 82 if (strchr(buf, '~'))
  /external/dnsmasq/src/
helper.c 211 if ((p = strchr((char *)buf, '=')))
225 if ((p = strchr((char *)buf, '=')))
240 if ((p = strchr((char *)buf, '=')))
259 else if ((dot = strchr(hostname, '.')))

Completed in 1710 milliseconds

1 2 34 5 6 7 8 91011>>