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

/linux-master/fs/
H A Dbinfmt_script.c18 static inline bool spacetab(char c) { return c == ' ' || c == '\t'; } function
22 if (!spacetab(*first))
29 if (spacetab(*first) || !*first)
73 while (spacetab(i_end[-1]))

Completed in 119 milliseconds