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

1 2 3 4 5 6 7 891011>>

  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 954 strtok_r
  /development/ndk/platforms/android-L/arch-arm/symbols/
libc.so.functions.txt 1080 strtok_r
  /development/ndk/platforms/android-L/arch-mips/symbols/
libc.so.functions.txt 969 strtok_r
  /development/ndk/platforms/android-L/arch-x86/symbols/
libc.so.functions.txt 965 strtok_r
  /external/bison/lib/
time.in.h 64 # undef strtok_r
  /external/chromium_org/third_party/libevent/android/
config.h 130 /* Define to 1 if you have the `strtok_r' function. */
event-config.h 134 /* Define to 1 if you have the `strtok_r' function. */
  /external/chromium_org/third_party/libevent/
config.h.in 129 /* Define to 1 if you have the `strtok_r' function. */
  /external/chromium_org/third_party/libevent/freebsd/
config.h 130 /* Define to 1 if you have the `strtok_r' function. */
event-config.h 137 /* Define to 1 if you have the `strtok_r' function. */
  /external/chromium_org/third_party/libevent/linux/
config.h 130 /* Define to 1 if you have the `strtok_r' function. */
event-config.h 137 /* Define to 1 if you have the `strtok_r' function. */
  /external/chromium_org/third_party/libevent/mac/
config.h 130 /* Define to 1 if you have the `strtok_r' function. */
event-config.h 137 /* Define to 1 if you have the `strtok_r' function. */
  /external/chromium_org/third_party/libevent/solaris/
config.h 130 /* Define to 1 if you have the `strtok_r' function. */
event-config.h 137 /* Define to 1 if you have the `strtok_r' function. */
  /hardware/intel/common/libva/va/
va.c 71 token = strtok_r(oneline, "=\n", &saveptr);
72 value = strtok_r(NULL, "=\n", &saveptr);
212 driver_dir = strtok_r(search_path, ":", &saveptr);
356 driver_dir = strtok_r(NULL, ":", &saveptr);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
string.h 67 extern char* strtok_r(char* __restrict, const char* __restrict, char** __restrict);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
string.h 67 extern char* strtok_r(char* __restrict, const char* __restrict, char** __restrict);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
string.h 67 extern char* strtok_r(char* __restrict, const char* __restrict, char** __restrict);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
string.h 67 extern char* strtok_r(char* __restrict, const char* __restrict, char** __restrict);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
string.h 67 extern char* strtok_r(char* __restrict, const char* __restrict, char** __restrict);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
string.h 67 extern char* strtok_r(char* __restrict, const char* __restrict, char** __restrict);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-record.c 732 tok = strtok_r((char *)buf, ",", &saveptr);
738 if (!strtok_r(NULL, ",", &saveptr)) {
755 tok = strtok_r(NULL, ",", &saveptr);
  /hardware/qcom/display/msm8084/libexternal/
external.cpp 214 ce_info_str = strtok_r(scanInfo, token, &save_ptr);
217 ce_info_str = strtok_r(NULL, token, &save_ptr);
220 ce_info_str = strtok_r(NULL, token, &save_ptr);

Completed in 3189 milliseconds

1 2 3 4 5 6 7 891011>>