Searched refs:cast (Results 1 – 2 of 2) sorted by relevance
294 const char *cast) in convert_variable_type() argument305 if (cast && strcmp(cast, "string") != 0 && strcmp(cast, "x") != 0 && in convert_variable_type()306 strcmp(cast, "s") != 0 && strcmp(cast, "u") != 0) { in convert_variable_type()309 tvar->type = strdup(cast); in convert_variable_type()334 if (cast && strcmp(cast, "string") == 0) { /* String type */ in convert_variable_type()365 tvar->type = strdup(cast); in convert_variable_type()369 if (cast && (strcmp(cast, "u") == 0)) in convert_variable_type()371 else if (cast && (strcmp(cast, "s") == 0)) in convert_variable_type()373 else if (cast && (strcmp(cast, "x") == 0) && in convert_variable_type()
22 EXTRA_WARNINGS := -Wbad-function-cast