OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/valgrind/shared/
vg_replace_strmem.c
65
20070
STRLEN
359
to be nul-terminated after the copy, unless n <=
strlen
(dst_orig).
360
Returns min(n,
strlen
(dst_orig)) +
strlen
(src_orig).
381
/* Finish counting min(n,
strlen
(dst_orig)) +
strlen
(src_orig) */ \
435
/*----------------------
strlen
----------------------*/
438
// calls to
strlen
() with its own built-in version. This can be very
442
#define
STRLEN
(soname, fnname) \
454
STRLEN
(VG_Z_LIBC_SONAME, strlen
[
all
...]
/external/ltp/lib/
parse_opts.c
113
#define
STRLEN
2048
115
static char Mesg2[
STRLEN
]; /* holds possible return string */
170
optstrlen +=
strlen
(std_options[i].optstr);
173
if (
strlen
(user_optarr[i].option) > 2)
176
optstrlen +=
strlen
(user_optarr[i].option);
253
option[
strlen
(user_optarr[i].option)
/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 463 milliseconds