Searched refs:op_str (Results 1 – 2 of 2) sorted by relevance
34 static int get_op(const char *op_str) in get_op() argument54 if (!op_str || !strlen(op_str)) in get_op()58 if (!strcmp(val->name, op_str)) in get_op()
121 static char *op_str(unsigned int op, char *name_array[], int array_len) in op_str() function128 #define OP_STR(op, name_array) op_str(op, name_array, ARRAY_SIZE(name_array))