Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H 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()
/kernel/linux/linux-6.6/fs/
H 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 2 milliseconds