Searched defs:fmt_type (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c2073 int fmt_type; local
2085 fmt_type = 0; /* nss_XbyY_args_t */
2088 fmt_type = 1; /* struct nss_groupsbymem */
2091 fmt_type = 2; /* struct nss_innetgr_args */
2096 if (fmt_type == 0) {
2111 if (fmt_type == 1) {
2125 if (fmt_type == 2) {

Completed in 437 milliseconds