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 * the current option in the string.
47 * 0 - no int in string
83 * get_options - Parse a string into a list of integers
84 * @str: String to be parsed
88 * This function parses a string containing a comma-separated
92 * string.
102 * Return value is the character in the string which caused
142 * memparse - parse a string with mem suffixes into a number
146 * Parses a string into a number. The number stored at @ptr is
152 char *endptr; /* local pointer to end of parsed string */ in memparse()
194 * parse_option_str - Parse a string and check an option is set or not
195 * @str: String to be parsed
198 * This function parses a string containing a comma-separated list of
201 * Return true if there's such option in the string, or return false.
223 * Parse a string to get a param value pair.