Home
last modified time | relevance | path

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

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