Home | Sort by: relevance | last modified time | path |
/src/usr.bin/rpcgen/ | |
rpc_parse.c | 369 static const char *const reserved_types[] = { variable in typeref:typename:const char * const[] 387 for (i = 0; reserved_types[i] != NULL; i++) { 388 if (strcmp(name, reserved_types[i]) == 0) { |
rpc_parse.c | 369 static const char *const reserved_types[] = { variable in typeref:typename:const char * const[] 387 for (i = 0; reserved_types[i] != NULL; i++) { 388 if (strcmp(name, reserved_types[i]) == 0) { |