Searched refs:skipn_spaces (Results 1 – 3 of 3) sorted by relevance
163 * skipn_spaces - Removes leading whitespace from @str.171 const char *skipn_spaces(const char *str, size_t n) in skipn_spaces() function 184 const char *name = skipn_spaces(fqname, n); in aa_splitn_fqname() 194 *ns_name = skipn_spaces(&name[1], end - &name[1]); in aa_splitn_fqname() 204 name = skipn_spaces(split, end - split); in aa_splitn_fqname()
1839 const char *first = skipn_spaces(str, n); in fqlookupn_profile() 1872 str = skipn_spaces(str, n); in aa_label_strn_parse()
80 const char *skipn_spaces(const char *str, size_t n);