Home
last modified time | relevance | path

Searched refs:nrq (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c708 int nrq, ntq, err; in createNisPlusEntry() local
803 nrq = rval->numVals; in createNisPlusEntry()
805 nrq = 1 + ((rval->numVals-1)/lval->numVals); in createNisPlusEntry()
807 nrq = 1; in createNisPlusEntry()
809 nrq = 1; in createNisPlusEntry()
814 ntq = nrq; in createNisPlusEntry()
816 ntq = nq * nrq; in createNisPlusEntry()
846 for (i = 1, err = 0; i < nrq; i++) { in createNisPlusEntry()
926 for (j = i*nrq; j < (i+1)*nrq; j++) { in createNisPlusEntry()
938 for (k = j % nrq, err = 0; k < ntq; k += nrq) { in createNisPlusEntry()
/titanic_50/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c648 int r, i, j, k, l, nrq, res, len; in buildNISRuleValue() local
707 nrq = rval->numVals; in buildNISRuleValue()
709 nrq = 1 + ((rval->numVals-1)/numItems); in buildNISRuleValue()
711 nrq = 1; in buildNISRuleValue()
713 nrq = 1; in buildNISRuleValue()
731 for (j = 0; j < nrq; j++) { in buildNISRuleValue()
747 for (k = j % nrq, l = 0; l < numItems; k += nrq, l++) { in buildNISRuleValue()
/titanic_50/usr/src/cmd/ypcmd/
H A Dypserv_proc.c985 struct ypreq_key nrq; in ypoldmatch() local
1066 nrq = req.yp_reqbody.yp_req_keytype; in ypoldmatch()
1070 &nrq, nrq.map); in ypoldmatch()