Home
last modified time | relevance | path

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

/lib/
A Dparser.c145 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN) in match_number()
176 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN) in match_u64int()
214 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN) in match_uint()
336 size_t match_strlcpy(char *dest, const substring_t *src, size_t size) in match_strlcpy() function
347 EXPORT_SYMBOL(match_strlcpy);

Completed in 21 milliseconds