Searched refs:i_sep (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_script.c | 36 const char *i_name, *i_sep, *i_arg, *i_end, *buf_end; in load_script() local 83 i_sep = next_terminator(i_name, i_end); in load_script() 84 if (i_sep && (*i_sep != '\0')) in load_script() 85 i_arg = next_non_spacetab(i_sep, i_end); in load_script() 115 *((char *)i_sep) = '\0'; in load_script()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_script.c | 36 const char *i_name, *i_sep, *i_arg, *i_end, *buf_end; in load_script() local 83 i_sep = next_terminator(i_name, i_end); in load_script() 84 if (i_sep && (*i_sep != '\0')) in load_script() 85 i_arg = next_non_spacetab(i_sep, i_end); in load_script() 115 *((char *)i_sep) = '\0'; in load_script()
|
Completed in 1 milliseconds