HomeSort by relevance Sort by last modified time
    Searched refs:strtok_r (Results 151 - 175 of 185) sorted by null

1 2 3 4 5 67 8

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
string.h 359 extern char *strtok_r (char *__restrict __s, __const char *__restrict __delim,
  /external/libselinux/src/
android.c 383 token = strtok_r(p, " \t", &saveptr);
555 token = strtok_r(NULL, " \t", &saveptr);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 260 token = strtok_r(oneline, "=\n", &saveptr);
261 value = strtok_r(NULL, "=\n", &saveptr);
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /external/libevent/
evdns.c 3268 strtok_r(char *s, const char *delim, char **state) { function
    [all...]
  /external/valgrind/callgrind/
main.c     [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp     [all...]
  /external/curl/lib/vtls/
darwinssl.c 801 os_version_major = strtok_r(os_version, ".", &tok_buf);
802 os_version_minor = strtok_r(NULL, ".", &tok_buf);
    [all...]
  /frameworks/native/cmds/installd/
commands.cpp 726 while(strtok_r(pBuf, " ", &ctx) != NULL) {
741 while((tok = strtok_r(pBuf, " ", &ctx)) != NULL) {
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos_r.h 808 # define _XStrtok(s1,s2,p) strtok_r((s1),(s2),&(p))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 808 # define _XStrtok(s1,s2,p) strtok_r((s1),(s2),&(p))
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h 1196 # define strtok_r macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 1196 # define strtok_r macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 1196 # define strtok_r macro
    [all...]
  /external/selinux/libsepol/cil/src/
cil_resolve_ast.c     [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp     [all...]

Completed in 2378 milliseconds

1 2 3 4 5 67 8