Lines Matching full:strings
3 * Helpers for formatting and printing strings
748 * kasprintf_strarray - allocate and fill array of sequential strings
753 * Allocates and fills @n strings using pattern "%s-%zu", where prefix
757 * Returns array of strings or NULL when memory can't be allocated.
781 * kfree_strarray - free a number of dynamically allocated strings contained
784 * @array: Dynamically allocated array of strings to free.
785 * @n: Number of strings (starting from the beginning of the array) to free.
877 * sysfs_streq - return true if strings are equal, modulo trailing newline
881 * This routine returns true iff two strings are equal, treating both
883 * geared for use with sysfs input strings, which generally terminate
905 * @array: array of strings
906 * @n: number of strings in the array or -1 for NULL terminated arrays
909 * This routine will look for a string in an array of strings up to the
939 * @array: array of strings
940 * @n: number of strings in the array or -1 for NULL terminated arrays
946 * This routine will look for a string in an array of strings up to the