Searched refs:is_space (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_copyright.c88 static boolean_t is_space(const char c)
104 is_space(const char c) function
124 return (is_space(c) || (',' == c) || ('\0' == c));

Completed in 15 milliseconds