Searched refs:upp_case (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_cout.c | 671 const char *upp_case; in emit_single_in_line() local 683 upp_case = freeable = upcase(decl->type); in emit_single_in_line() 686 if (strcmp(upp_case, "INT") == 0) { in emit_single_in_line() 689 upp_case = "INT32"; in emit_single_in_line() 690 } else if (strcmp(upp_case, "U_INT") == 0) { in emit_single_in_line() 693 upp_case = "U_INT32"; in emit_single_in_line() 697 f_print(fout, "%s(buf, objp->%s);\n", upp_case, decl->name); in emit_single_in_line() 699 f_print(fout, "%s(buf, *genp++);\n", upp_case); in emit_single_in_line() 702 f_print(fout, "%s(buf);\n", upp_case); in emit_single_in_line()
|