Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c2225 goodchar(unsigned char x, const char *extra) in goodchar() function
2253 for (i = 0; *l && i < len && goodchar(*l, extra); buf[i++] = *l++) in parse_extra()
2263 if (!isspace(CAST(unsigned char, *l)) && !goodchar(*l, extra)) in parse_extra()

Completed in 16 milliseconds