Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/
H A Dmemdev.c113 static char * nonspace(char *pos, char *end);
499 ba = nonspace(ba, lp); /* Find non-space */ in mdevinit()
551 nonspace(char *pos, char *end) /* Find next non-space in s… in nonspace() function