Home
last modified time | relevance | path

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

/freebsd-src/contrib/ntp/libparse/
H A Dparse.c77 Strlen( in Strlen() function
H A Dparsestreams.c123 Strlen( in Strlen() function
/freebsd-src/contrib/libedit/
H A Dhistory.c66 #define Strlen(s) strlen(s) macro
84 #define Strlen(s) wcslen(s) macro
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c744 checkBounds(int Idx,int Strlen) checkBounds() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16667 for (uint64_t Strlen = 0; /**/; ++Strlen) { EvaluateBuiltinStrLen() local