Lines Matching full:strings
3 * Helpers for formatting and printing strings
751 * kasprintf_strarray - allocate and fill array of sequential strings
756 * Allocates and fills @n strings using pattern "%s-%zu", where prefix
760 * Returns array of strings or NULL when memory can't be allocated.
784 * kfree_strarray - free a number of dynamically allocated strings contained
787 * @array: Dynamically allocated array of strings to free.
788 * @n: Number of strings (starting from the beginning of the array) to free.
880 * sysfs_streq - return true if strings are equal, modulo trailing newline
884 * This routine returns true iff two strings are equal, treating both
886 * geared for use with sysfs input strings, which generally terminate
908 * @array: array of strings
909 * @n: number of strings in the array or -1 for NULL terminated arrays
912 * This routine will look for a string in an array of strings up to the
942 * @array: array of strings
943 * @n: number of strings in the array or -1 for NULL terminated arrays
949 * This routine will look for a string in an array of strings up to the