HomeSort by relevance Sort by last modified time
    Searched refs:strsep (Results 26 - 50 of 52) sorted by null

12 3

  /system/core/nexus/
Supplicant.cpp 313 if (!(s = strsep(&next, " "))) {
335 if (!(s = strsep(&next, " "))) {
341 if (!(s = strsep(&next, " "))) {
  /bionic/libc/unistd/
exec.c 168 while ((p = strsep(&cur, ":"))) {
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu_linux.c 158 if (!(name = strsep(&c, ":")))
  /external/qemu/proxy/
proxy_http_rewriter.c 16 #include "android/utils/system.h" /* strsep */
435 method = strsep(&p, " ");
441 uri = strsep(&p, " ");
447 version = strsep(&p, " ");
482 protocol = strsep(&p, " ");
488 number = strsep(&p, " ");
538 key = strsep(&value, ":");
    [all...]
  /system/core/toolbox/
ps.c 19 char *p = strsep(strp,sep);
dd.c 1331 tmp.name = strsep(&arg, ",");
  /external/chromium/third_party/libevent/
http.c 223 /* strsep replacement for platforms that lack it. Only works if
226 strsep(char **s, const char *del) function
1218 protocol = strsep(&line, " ");
1221 number = strsep(&line, " ");
1261 method = strsep(&line, " ");
1264 uri = strsep(&line, " ");
1267 version = strsep(&line, " ");
    [all...]
  /bootable/diskinstaller/
installer.c 292 while ((tmp = strsep(&flagstr, ","))) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 354 extern char *strsep (char **__restrict __stringp,
  /external/tcpdump/
interface.h 65 extern char *strsep(char **, const char *);
netdissect.h 65 extern char *strsep(char **, const char *);
  /system/core/init/
init.c 269 while((bword = strsep(&next, " "))) {
  /system/core/liblog/
logprint.c 315 // Yes, I'm using strsep
316 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) {
  /bionic/linker/
linker.c     [all...]
  /external/dhcpcd/
dhcp.c 179 while ((token = strsep(&p, ", "))) {
dhcpcd.c 748 while ((option = strsep(&line, " \t")))
client.c 273 while ((option = strsep(&line, " \t")))
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 999 if (!(cmd = strsep(&next, ":"))) {
    [all...]
network.c 777 while ((saddr = strsep(&next, ":"))) {
  /external/oprofile/libop/
op_events.c 323 while ((s = strsep(&value, ",")) != NULL) {
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 420 path[i] = strsep((char **)&list, ":");
    [all...]
  /bionic/libc/
Android.mk 203 string/strsep.c \
  /external/bluetooth/bluez/lib/
hci.c 85 while ((t = strsep(&ptr, ","))) {
128 while ((t = strsep(&ptr, ","))) {
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 1288 # define strsep macro
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c     [all...]

Completed in 1447 milliseconds

12 3