Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dlogin_cap.c103 strcspn_quote(const char *str, const char *exclude, int *is_quoted) in strcspn_quote() function
207 int count = strcspn_quote(cptr, chars, NULL); in arrayize()
222 int count = strcspn_quote(ptr, chars, &quoted); in arrayize()