Searched refs:list_to_check (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.bin/rpcgen/
H A Drpc_main.c368 check_nettype(const char *name, const char *list_to_check[]) argument
371 for (i = 0; list_to_check[i] != NULL; i++) {
372 if (strcmp(name, list_to_check[i]) == 0) {

Completed in 103 milliseconds