Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/
H A Dmemdev.c114 static char * getspace(char *pos, char *end);
507 … ba = getspace(ba, lp); /* Find next white space or end */ in mdevinit()
571 getspace(char *pos, char *end) /* Find next non-space in s… in getspace() function