Home
last modified time | relevance | path

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

/freebsd-11-stable/bin/ls/
HDutil.c187 int goodchar, i, len, prtlen; in get_octal() local
194 goodchar = clen != (size_t)-1 && clen != (size_t)-2; in get_octal()
195 if (goodchar && iswprint(wc) && wc != L'\"' && wc != L'\\') { in get_octal()
199 } else if (goodchar && f_octal_escape && in get_octal()
209 if (goodchar) in get_octal()
/freebsd-11-stable/contrib/file/src/
HDapprentice.c2324 goodchar(unsigned char x, const char *extra) in goodchar() function
2353 for (i = 0; *l && i < llen && i < len && goodchar(*l, extra); in parse_extra()
2364 if (!isspace(CAST(unsigned char, *l)) && !goodchar(*l, extra)) in parse_extra()