Lines Matching defs:string
13 #include <linux/string.h>88 * - if string != NULL -> parse string95 char *string;138 * passing. There should be either a valid string or value, but not both.139 * When value is ULLONG_MAX then string will be used.142 char *string, u64 value,149 else if (string)150 optval->string = string;