/external/ltrace/etc/ |
libc.so.conf | 317 string strsep(addr,string);
|
/external/dhcpcd/ |
dhcp.c | 218 while ((token = strsep(&p, ", "))) { [all...] |
/external/dnsmasq/src/ |
dnsmasq.c | 1010 cmd = strsep(¶ms, ":"); [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
parse-events.c | 859 while ((p = strsep(&t, ",")) != NULL) {
|
/external/oprofile/libop/ |
op_events.c | 323 while ((s = strsep(&value, ",")) != NULL) {
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/ |
SDL_dlcompat.c | 420 path[i] = strsep((char **)&list, ":"); [all...] |
/system/core/init/ |
init.c | 348 while((bword = strsep(&next, " "))) { [all...] |
/system/netd/server/ |
BandwidthController.cpp | 211 while ((tmp = strsep(&next, " "))) { [all...] |
/external/chromium_org/third_party/yasm/ |
yasm.host.darwin-x86.mk | 203 third_party/yasm/source/patched-yasm/libyasm/strsep.c \
|
yasm.host.darwin-x86_64.mk | 203 third_party/yasm/source/patched-yasm/libyasm/strsep.c \
|
yasm.host.linux-x86.mk | 203 third_party/yasm/source/patched-yasm/libyasm/strsep.c \
|
yasm.host.linux-x86_64.mk | 203 third_party/yasm/source/patched-yasm/libyasm/strsep.c \
|
/external/iptables/libxtables/ |
xtoptions.c | 638 while ((arg = strsep(&wp_arg, ":")) != NULL) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
string2.h | 1287 # define strsep macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
string2.h | 1287 # define strsep macro [all...] |
/bionic/libc/ |
Android.mk | 485 upstream-openbsd/lib/libc/string/strsep.c \ [all...] |
/bionic/linker/ |
linker.cpp | 361 while (i < max_count && (array[i] = strsep(&buf_p, delimiters))) { [all...] |
/external/bison/ |
configure | [all...] |
/external/chromium_org/third_party/libevent/ |
configure | [all...] |