Searched refs:ret_word (Results 1 – 3 of 3) sorted by relevance
42 static int proc_cmdline_extract_first(const char **p, char **ret_word, ProcCmdlineFlags flags) { in proc_cmdline_extract_first() argument72 *ret_word = TAKE_PTR(word); in proc_cmdline_extract_first()77 *ret_word = NULL; in proc_cmdline_extract_first()
1123 …ntains_word_strv(const char *string, const char *separators, char **words, const char **ret_word) { in string_contains_word_strv() argument1145 if (ret_word) in string_contains_word_strv()1146 *ret_word = found; in string_contains_word_strv()
230 …ontains_word_strv(const char *string, const char *separators, char **words, const char **ret_word);