Lines Matching full:string
14 #include <linux/string.h>
36 * get_option - Parse integer from an option string
37 * @str: option string
40 * Read an int from an option string; if available accept a subsequent
44 * 0 - no int in string
71 * get_options - Parse a string into a list of integers
72 * @str: String to be parsed
76 * This function parses a string containing a comma-separated
80 * string.
82 * Return value is the character in the string which caused
117 * memparse - parse a string with mem suffixes into a number
121 * Parses a string into a number. The number stored at @ptr is
127 char *endptr; /* local pointer to end of parsed string */ in memparse()
168 * parse_option_str - Parse a string and check an option is set or not
169 * @str: String to be parsed
172 * This function parses a string containing a comma-separated list of
175 * Return true if there's such option in the string, or return false.
197 * Parse a string to get a param value pair.