Home
last modified time | relevance | path

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

/include/linux/
Dparser.h26 } substring_t; typedef
28 int match_token(char *, const match_table_t table, substring_t args[]);
29 int match_int(substring_t *, int *result);
30 int match_octal(substring_t *, int *result);
31 int match_hex(substring_t *, int *result);
33 size_t match_strlcpy(char *, const substring_t *, size_t);
34 char *match_strdup(const substring_t *);