Home
last modified time | relevance | path

Searched defs:Strlen (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/libparse/
H A Dparse.c77 Strlen( in Strlen() function
H A Dparsestreams.c123 Strlen( in Strlen() function
/freebsd/contrib/libedit/
H A Dhistory.c66 #define Strlen(s) strlen(s) macro
84 #define Strlen(s) wcslen(s) macro
/freebsd/contrib/tcsh/
H A Dsh.h1113 #define Strlen(a) strlen(a) macro
1136 #define Strlen(a) wcslen(a) macro
1146 #define Strlen(a) s_strlen(a) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c748 static int checkBounds(int Idx, int Strlen) { in checkBounds()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp17089 for (uint64_t Strlen = 0; /**/; ++Strlen) { in EvaluateBuiltinStrLen() local