Home
last modified time | relevance | path

Searched refs:cstrlen (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d228 import core.stdc.string : cstrlen = strlen;
230 import core.stdc.wchar_ : cstrlen = wcslen;
232 static size_t cstrlen(scope const Char* s) in cstrlen() function
240 return cString ? cString[0 .. cstrlen(cString)] : null;