Searched refs:upp_case (Results 1 – 1 of 1) sorted by relevance
660 char *upp_case; in emit_single_in_line() local671 upp_case = upcase(decl->type); in emit_single_in_line()674 if (strcmp(upp_case, "INT") == 0) in emit_single_in_line()676 free(upp_case); in emit_single_in_line()677 upp_case = strdup("LONG"); in emit_single_in_line()680 if (strcmp(upp_case, "U_INT") == 0) in emit_single_in_line()682 free(upp_case); in emit_single_in_line()683 upp_case = strdup("U_LONG"); in emit_single_in_line()688 "%s(buf, objp->%s);\n", upp_case, decl->name); in emit_single_in_line()690 f_print(fout, "%s(buf, *genp++);\n", upp_case); in emit_single_in_line()[all …]