Home
last modified time | relevance | path

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

/coreutils/src/
Dpathchk.c182 size_t validlen = strspn (file, in portable_chars_only() local
187 char const *invalid = file + validlen; in portable_chars_only()
192 size_t charlen = mbrlen (invalid, filelen - validlen, &mbstate); in portable_chars_only()