HomeSort by relevance Sort by last modified time
    Searched defs:STRLEN (Results 1 - 13 of 13) sorted by null

  /bionic/libc/arch-x86/atom/string/
sse2-strnlen-atom.S 32 #define STRLEN strnlen
33 #include "sse2-strlen-atom.S"
sse2-strlen-atom.S 33 # ifndef STRLEN
34 # define STRLEN strlen
101 ENTRY (STRLEN)
748 END (STRLEN)
ssse3-strlcpy-atom.S 33 #define STRLEN strlcpy
  /bionic/libc/arch-x86_64/string/
sse2-strlen-slm.S 33 #ifndef STRLEN
34 # define STRLEN strlen
65 ENTRY (STRLEN)
293 END (STRLEN)
  /bionic/libc/arch-x86/silvermont/string/
sse2-strlen-slm.S 31 #ifndef STRLEN
32 # define STRLEN strlen
86 ENTRY (STRLEN)
327 END (STRLEN)
  /external/valgrind/exp-sgcheck/
h_intercepts.c 119 // calls to strlen() with its own built-in version. This can be very
122 #define STRLEN(soname, fnname) \
131 STRLEN(VG_Z_LIBC_SONAME, strlen)
133 STRLEN(VG_Z_LIBC_SONAME, __GI_strlen)
134 STRLEN(VG_Z_LD_LINUX_SO_2, strlen)
135 STRLEN(VG_Z_LD_LINUX_X86_64_SO_2, strlen)
136 STRLEN(VG_Z_LD_SO_1, strlen
    [all...]
  /external/ltp/testcases/kernel/syscalls/nftw/
nftw.h 50 #define STRLEN 512
69 char contents[STRLEN];
nftw64.h 49 #define STRLEN 512
68 char contents[STRLEN];
  /external/ltp/lib/
parse_opts.c 108 #define STRLEN 2048
110 static char Mesg2[STRLEN]; /* holds possible return string */
165 optstrlen += strlen(std_options[i].optstr);
168 if (strlen(user_optarr[i].option) > 2)
171 optstrlen += strlen(user_optarr[i].option);
241 option[strlen(user_optarr[i].option)
  /external/valgrind/shared/
vg_replace_strmem.c 65 20070 STRLEN
363 to be nul-terminated after the copy, unless n <= strlen(dst_orig).
364 Returns min(n, strlen(dst_orig)) + strlen(src_orig).
385 /* Finish counting min(n, strlen(dst_orig)) + strlen(src_orig) */ \
439 /*---------------------- strlen ----------------------*/
442 // calls to strlen() with its own built-in version. This can be very
446 #define STRLEN(soname, fnname) \
458 STRLEN(VG_Z_LIBC_SONAME, strlen
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp     [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 78 #define STRLEN(a) wcslen(a)
88 #define STRLEN(a) strlen(a)
456 insize = strlen(mbsarg);
    [all...]
  /external/pcre/dist2/src/
pcre2test.c     [all...]

Completed in 1919 milliseconds