Home
last modified time | relevance | path

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

/freebsd/usr.sbin/sysconf/
H A Dsysconf_edit_assign.c103 list_has(const char *list, const char *word, size_t wlen) in list_has() function
149 if (op == '-' && list_has(words, token, len)) { in list_merge()
168 if (!list_has(result, token, len)) { in list_merge()
H A Dsysconf_priv.h169 int list_has(const char *_list, const char *_word, size_t _wlen);
H A Dsysconf_edit_make.c108 if (!list_has(work[j], token, wlen)) in do_make_strikes()