Lines Matching full:strings
3 * Helpers for formatting and printing strings
740 * kasprintf_strarray - allocate and fill array of sequential strings
745 * Allocates and fills @n strings using pattern "%s-%zu", where prefix
749 * Returns array of strings or NULL when memory can't be allocated.
773 * kfree_strarray - free a number of dynamically allocated strings contained
776 * @array: Dynamically allocated array of strings to free.
777 * @n: Number of strings (starting from the beginning of the array) to free.
903 * sysfs_streq - return true if strings are equal, modulo trailing newline
907 * This routine returns true iff two strings are equal, treating both
909 * geared for use with sysfs input strings, which generally terminate
931 * @array: array of strings
932 * @n: number of strings in the array or -1 for NULL terminated arrays
935 * This routine will look for a string in an array of strings up to the
965 * @array: array of strings
966 * @n: number of strings in the array or -1 for NULL terminated arrays
972 * This routine will look for a string in an array of strings up to the