Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds