Home
last modified time | relevance | path

Searched refs:tokenize_str (Results 1 - 1 of 1) sorted by relevance

/third_party/selinux/libsepol/src/
H A Dutil.c200 * The tokenize and tokenize_str functions may be used to
205 static inline int tokenize_str(char delim, char **str, char **ptr, size_t *len) in tokenize_str() function
251 * This function calls tokenize_str() to do the actual string processing. The
282 rc = tokenize_str(delim, arg, &buf_p, &arg_len); in tokenize()

Completed in 2 milliseconds