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

/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnssscf.c244 int nmlen, tplen, listlen, l; local
269 tplen = scf_limit(SCF_LIMIT_MAX_PG_TYPE_LENGTH) + 1;
270 if ((pgtype = (char *)malloc(tplen)) == NULL) {
280 if (scf_pg_get_type(pg, pgtype, tplen) < 0)

Completed in 1458 milliseconds