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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/
Makefile.flat 42 libyasm/strsep.o \
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/libyasm/
libyasm.vcproj 424 RelativePath="..\..\..\libyasm\strsep.c"
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure.ac 125 AC_CHECK_FUNCS([strsep mergesort getcwd])
Makefile.in 266 strsep.$(OBJEXT) symrec.$(OBJEXT) valparam.$(OBJEXT) \
    [all...]
  /external/elfutils/0.153/libdwfl/
find-debuginfo.c 201 while ((p = strsep (&path, ":")) != NULL)
  /external/fio/profiles/
act.c 282 dev = strsep(&device_names, ",");
  /external/iptables/extensions/
libxt_CT.c 102 while ((t = strsep(&e, ","))) {
  /external/tcpdump/
config.h 185 /* Define to 1 if you have the `strsep' function. */
config.h.in 184 /* Define to 1 if you have the `strsep' function. */
  /external/tcpdump/win32/prj/
GNUmakefile 40 ../../missing/strsep.o \
  /system/core/toolbox/upstream-netbsd/bin/dd/
args.c 366 tmp.name = strsep(&arg, ",");
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 387 section.$(OBJEXT) strcasecmp.$(OBJEXT) strsep.$(OBJEXT) \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 387 section.$(OBJEXT) strcasecmp.$(OBJEXT) strsep.$(OBJEXT) \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 387 section.$(OBJEXT) strcasecmp.$(OBJEXT) strsep.$(OBJEXT) \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 387 section.$(OBJEXT) strcasecmp.$(OBJEXT) strsep.$(OBJEXT) \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 387 section.$(OBJEXT) strcasecmp.$(OBJEXT) strsep.$(OBJEXT) \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 387 section.$(OBJEXT) strcasecmp.$(OBJEXT) strsep.$(OBJEXT) \
    [all...]
  /external/dhcpcd/
if-options.c 286 while ((t = strsep(&p, ", "))) {
839 option = strsep(&line, " \t");
  /system/core/liblog/
logprint.c 289 // Yes, I'm using strsep
290 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) {
  /external/dnsmasq/src/
network.c 948 while((interface = strsep(&next, ":"))) {
1075 mark_string = strsep(&next, ":");
1078 while ((saddr = strsep(&next, ":"))) {
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plstr.h 460 * Things not (yet?) included: strspn/strcspn, strsep.
  /external/chromium_org/third_party/yasm/
BUILD.gn 154 "source/patched-yasm/libyasm/strsep.c",
yasm.gyp 104 'source/patched-yasm/libyasm/strsep.c',
  /external/fio/
Makefile 83 SOURCE += lib/strsep.c
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kmem.c 647 tok = strsep(&str, ",");

Completed in 565 milliseconds

1 2 3 4 5 6 7 8 91011>>