Home
last modified time | relevance | path

Searched defs:strlen (Results 1 – 14 of 14) sorted by relevance

/openbsd/lib/libc/string/
H A Dstrlen.c35 strlen(const char *str) in strlen() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dbuiltin2.C3 static inline void strlen (const char *) { } in strlen() function
/openbsd/sys/lib/libkern/
H A Dstrlen.c35 strlen(const char *str) in strlen() function
/openbsd/sys/lib/libsa/
H A Dstrlen.c35 strlen(const char *str) in strlen() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dlinkage4.C4 static int strlen (const char*) { return 0; } in strlen() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstring-opt-13.c53 strlen (const char *s) in strlen() function
H A Dstring-opt-3.c108 strlen (const char *s) in strlen() function
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp154 size_t strlen(const char *s) { return __sanitizer::internal_strlen(s); } in strlen() function
/openbsd/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_audio.c409 uint32_t strlen = 0; in dce_aud_az_configure() local
/openbsd/gnu/usr.bin/perl/
H A Dconfig_h.SH2060 * you need to do strlen() on the d_name field. function
/openbsd/sys/nfs/
H A Dnfs_subs.c773 uint32_t strlen; in nfsm_strtombuf() local
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dm32r-stub.c1750 strlen (const unsigned char *src) in strlen() function
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c408 WRAPPER2(size_t, strlen, const char *s) in WRAPPER2() argument
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp4554 TEST(MemorySanitizerOrigins, strlen) { in TEST() argument