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

<<11121314151617

  /external/llvm/lib/Support/Unix/
Path.inc 155 while ((t = strsep(&s, ":")) != NULL) {
  /external/netcat/
netcat.c 357 proxyhost = strsep(&proxy, ":");
  /external/oprofile/libop/
op_events.c 323 while ((s = strsep(&value, ",")) != NULL) {
  /external/tcpdump/
netdissect.h 71 extern char *strsep(char **, const char *);
configure.in 547 AC_REPLACE_FUNCS(vfprintf strcasecmp strlcat strlcpy strdup strsep)
  /external/tcpdump/win32/prj/
WinDump.dsp 628 SOURCE=..\..\missing\strsep.c
WinDump.vcproj     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
string.h 557 extern char *strsep (char **__restrict __stringp,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
string.h 557 extern char *strsep (char **__restrict __stringp,
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 378 while ((str = strsep(&eopts, " ")) != NULL)
  /external/dnsmasq/src/
dnsmasq.c 1010 cmd = strsep(&params, ":");
    [all...]
  /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...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /external/dhcpcd/
dhcp.c 218 while ((token = strsep(&p, ", "))) {
    [all...]
  /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...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/lib/
libc.so 
  /system/netd/server/
BandwidthController.cpp 211 while ((tmp = strsep(&next, " "))) {
    [all...]
  /bionic/libc/
Android.mk 485 upstream-openbsd/lib/libc/string/strsep.c \
    [all...]

Completed in 585 milliseconds

<<11121314151617