OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strlen
(Results
1001 - 1025
of
5643
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/bionic/libc/arch-x86_64/string/
sse2-strcat-slm.S
72
#include "sse2-
strlen
-slm.S"
/bionic/libc/arch-x86_64/
x86_64.mk
45
arch-x86_64/string/sse2-
strlen
-slm.S \
/bionic/libc/bionic/
pthread_setname_np.cpp
49
size_t thread_name_len =
strlen
(thread_name);
/bionic/libc/dns/include/
hostent.h
89
size_t _len =
strlen
(src) + 1; \
/bionic/libc/include/
ar.h
51
#define SARMAG 8 /*
strlen
(ARMAG); */
/bionic/libc/upstream-netbsd/lib/libc/string/
strcasestr.c
59
len =
strlen
(find);
strxfrm.c
62
srclen =
strlen
(src);
/bionic/libc/upstream-openbsd/lib/libc/stdio/
fputs.c
50
iov.iov_len = uio.uio_resid =
strlen
(s);
puts.c
45
size_t c =
strlen
(s);
sscanf.c
59
f._bf._size = f._r =
strlen
(str);
vsscanf.c
55
f._bf._size = f._r =
strlen
(str);
/bionic/libc/upstream-openbsd/lib/libc/string/
strncat.c
37
* Concatenate src on the end of dst. At most
strlen
(dst)+n+1 bytes
strstr.c
46
len =
strlen
(find);
/bionic/libstdc++/include/
cstring
56
using ::
strlen
;
/bionic/tests/
gtest_main.cpp
934
if (strncmp(args[i], "--gtest-filter",
strlen
("--gtest-filter")) == 0) {
[
all
...]
/cts/suite/audio_quality/lib/src/
StringUtil.cpp
65
size_t l2 =
strlen
(other);
/development/ndk/platforms/android-21/include/
ar.h
51
#define SARMAG 8 /*
strlen
(ARMAG); */
/device/google/dragon/sensor_hub/
cros_ec_sensors.h
33
#define IIO_MAX_DEVICE_NAME_LENGTH (
strlen
(IIO_DIR) + IIO_MAX_NAME_LENGTH)
/external/autotest/client/profilers/powertop/src/
cpufreq.c
94
if (
strlen
(gov)==0)
/external/avahi/avahi-common/
strlst.c
66
return avahi_string_list_add_arbitrary(l, (const uint8_t*) text,
strlen
(text));
361
r->size =
strlen
((char*) r->text);
382
n =
strlen
(key);
411
n =
strlen
(key);
/external/bison/lib/
strerror.c
65
len =
strlen
(msg);
unsetenv.c
68
len =
strlen
(name);
/external/bison/tests/
cxx-type.at
273
buffer = (char *) malloc (
strlen
(node->nterm.form) +
strlen
(child0)
274
+
strlen
(child1) +
strlen
(child2) + 1);
/external/blktrace/btt/
bno_dump.c
36
oname = malloc(
strlen
(bno_dump_name) + 32);
latency.c
35
char oname[
strlen
(name) + 32];
Completed in 1298 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>