Lines Matching defs:string
34 #include <string.h>
84 * strdup guaranteed to succeed. If the input string is NULL, the output
85 * string is NULL. If the input string is a string pointer, we strdup or
108 * @param strp pointer to set to newly allocated string.
110 * @param fmt the format string to use for printing.
286 * parse a string containing a list of doubles into a double array.
288 * @param in string to parse
289 * @param separator string used to separate double in list e.g. ","
341 kv_double_from_string(const char *string,
354 char **pairs = strv_from_string(string, pair_separator, &npairs);
393 * input string.
395 * @return a newly allocated string with none of "what" at the beginning or
396 * end of string
421 * empty string, strendswith() always returns false.
458 * Return a copy of str with all % converted to %% to make the string