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

1 2 3 4 5 6 7 891011>>

  /development/ndk/platforms/android-L/arch-mips/symbols/
libc.so.functions.txt 961 strsep
  /development/ndk/platforms/android-L/arch-x86/symbols/
libc.so.functions.txt 957 strsep
  /external/chromium_org/third_party/libevent/android/
config.h 127 /* Define to 1 if you have the `strsep' function. */
event-config.h 131 /* Define to 1 if you have the `strsep' function. */
  /external/chromium_org/third_party/libevent/
config.h.in 126 /* Define to 1 if you have the `strsep' function. */
configure.in 139 AC_CHECK_FUNCS(gettimeofday vasprintf fcntl clock_gettime strtok_r strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid)
  /external/chromium_org/third_party/libevent/freebsd/
config.h 127 /* Define to 1 if you have the `strsep' function. */
event-config.h 134 /* Define to 1 if you have the `strsep' function. */
  /external/chromium_org/third_party/libevent/linux/
config.h 127 /* Define to 1 if you have the `strsep' function. */
event-config.h 134 /* Define to 1 if you have the `strsep' function. */
  /external/chromium_org/third_party/libevent/mac/
config.h 127 /* Define to 1 if you have the `strsep' function. */
event-config.h 134 /* Define to 1 if you have the `strsep' function. */
  /external/chromium_org/third_party/libevent/solaris/
config.h 127 /* Define to 1 if you have the `strsep' function. */
event-config.h 134 /* Define to 1 if you have the `strsep' function. */
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/
Makefile.dj 39 libyasm/strsep.o \
  /external/elfutils/0.153/libdwfl/
dwfl_build_id_find_elf.c 97 while (fd < 0 && (dir = strsep (&path, ":")) != NULL)
  /external/fio/crc/
test.c 328 while ((name = strsep(&str, ",")) != NULL) {
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
string.h 84 extern char* strsep(char** __restrict, const char* __restrict);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
string.h 84 extern char* strsep(char** __restrict, const char* __restrict);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
string.h 84 extern char* strsep(char** __restrict, const char* __restrict);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
string.h 84 extern char* strsep(char** __restrict, const char* __restrict);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
string.h 84 extern char* strsep(char** __restrict, const char* __restrict);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
string.h 84 extern char* strsep(char** __restrict, const char* __restrict);
  /system/core/toolbox/
ps.c 18 char *p = strsep(strp,sep);
  /development/ndk/platforms/android-L/include/
string.h 83 extern char* strsep(char** __restrict, const char* __restrict);

Completed in 263 milliseconds

1 2 3 4 5 6 7 891011>>