/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, ",");
|
/bootable/diskinstaller/ |
installer.c | 292 while ((tmp = strsep(&flagstr, ","))) {
|
/external/tcpdump/ |
interface.h | 65 extern char *strsep(char **, const char *);
|
netdissect.h | 65 extern char *strsep(char **, const char *);
|
configure | [all...] |
/system/core/liblog/ |
logprint.c | 315 // Yes, I'm using strsep 316 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) {
|
/dalvik/vm/ |
Thread.c | [all...] |
/bionic/libc/ |
Android.mk | 205 string/strsep.c \
|
/external/dhcpcd/ |
dhcp.c | 179 while ((token = strsep(&p, ", "))) {
|
dhcpcd.c | 745 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...] |
/system/core/init/ |
init.c | 278 while((bword = strsep(&next, " "))) {
|
/external/bluetooth/bluez/lib/ |
hci.c | 85 while ((t = strsep(&ptr, ","))) { 128 while ((t = strsep(&ptr, ","))) { [all...] |
/bionic/linker/ |
linker.c | [all...] |
/hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
wl_iw.c | [all...] |