Searched refs:add_type (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/rpcgen/ |
H A D | rpc_main.c | 62 extern void add_type(int, char *); 444 add_type(1, "int"); in c_initialize() 445 add_type(1, "long"); in c_initialize() 446 add_type(1, "short"); in c_initialize() 447 add_type(1, "bool"); in c_initialize() 448 add_type(1, "u_int"); in c_initialize() 449 add_type(1, "u_long"); in c_initialize() 450 add_type(1, "u_short"); in c_initialize() 451 add_type(1, "rpcprog_t"); in c_initialize() 452 add_type(1, "rpcvers_t"); in c_initialize() [all …]
|
H A D | rpc_util.c | 431 add_type(int len, char *type) in add_type() function
|