HomeSort by relevance Sort by last modified time
    Searched full:strsep (Results 251 - 275 of 412) sorted by null

<<11121314151617

  /external/ltrace/etc/
libc.so.conf 317 string strsep(addr,string);
  /external/tcpdump/
interface.h 67 extern char *strsep(char **, const char *);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 326 if (!(name = strsep(&c, ":")))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /external/fio/
init.c 1351 p = strsep(&file, "\n");
1409 p = strsep(&file, "\n");
    [all...]
options.c 78 while ((fname = strsep(&str, ":")) != NULL) {
254 while ((fname = strsep(&str, ":")) != NULL) {
478 while ((cpu = strsep(&str, ",")) != NULL) {
487 while ((cpu2 = strsep(&str2, "-")) != NULL) {
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 458 tok = strsep(&str, ",");
589 tok = strsep(&str, ",");
    [all...]
  /external/chromium_org/third_party/libevent/
ChangeLog 178 o Fix implementation of strsep on platforms that lack it
  /external/chromium_org/third_party/yasm/
yasm.host.darwin-x86.mk 202 third_party/yasm/source/patched-yasm/libyasm/strsep.c \
yasm.host.darwin-x86_64.mk 202 third_party/yasm/source/patched-yasm/libyasm/strsep.c \
yasm.host.linux-x86.mk 202 third_party/yasm/source/patched-yasm/libyasm/strsep.c \
yasm.host.linux-x86_64.mk 202 third_party/yasm/source/patched-yasm/libyasm/strsep.c \
  /external/elfutils/0.153/libdwfl/
linux-kernel-modules.c 473 type = strsep (&p, " \t\n");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.c 859 while ((p = strsep(&t, ",")) != NULL) {

Completed in 880 milliseconds

<<11121314151617