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

/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c373 const int at_offset = 3; /* alg type */ local
443 if (NIS_SEC_CF_NA_CMP(*(flds + at_offset)))
445 else if (!isnumberstr(*(flds + at_offset))) {
450 m->algtype = atoi(*(flds + at_offset));

Completed in 46 milliseconds