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

/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddtview.c40 Void_t *o, *n, *ok, *nk; local
61 n = nk = NIL(Void_t*); p = NIL(Dt_t*);
69 { cmp = _DTCMP(d,ok,nk,d->disc,cmpf,sz);
77 nk = ok;
/osnet-11/usr/src/lib/libsqlite/src/
H A Dtokenize.c164 int nk; local
165 nk = sizeof(aKeywordTable)/sizeof(aKeywordTable[0]);
166 for(i=0; i<nk; i++){
/osnet-11/usr/src/lib/libpkg/common/
H A Dp12lib.c2253 int nk; local
2256 nk = (kl != NULL) ? sk_EVP_PKEY_num(kl) : 0;
2260 if (nk > 0 && n >= 0 || n < nk) {
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c266 char *nk; local
304 nk = strchr(*rule, '<');
305 while (nk != NULL) {
308 if (strncmp(nk, nextkw->value, nextkw->length) == 0) {
309 /* Found a keyword, nk points to the beginning */
315 nk = strchr(nk+1, '<'); /* keep looking */
320 if (nk != NULL && found_next_kw)
321 len = (nk - *rule);

Completed in 38 milliseconds