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

/freebsd-13-stable/lib/libc/tests/nss/
H A Dgetproto_test.c59 static int compare_protoent(struct protoent *, struct protoent *, void *);
127 compare_protoent(struct protoent *pe1, struct protoent *pe2, void *mdata) function
326 return (TEST_DATA_FIND(protoent, td, pe, compare_protoent,
343 if ((compare_protoent(pe, pe_model, NULL) != 0) &&
354 if ((compare_protoent(pe, pe_model, NULL) != 0) &&
379 ((compare_protoent(pe, pe_model, NULL) != 0) &&
454 compare_protoent, NULL);
462 compare_protoent, NULL);

Completed in 72 milliseconds