Home
last modified time | relevance | path

Searched refs:nkey (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c173 char *key, *nkey, *val; local
181 nkey = NULL; nkl = 0;
200 &nkey, &nkl, &val, &vl);
205 &nkey, &nkl, &val, &vl);
215 &nkey, &nkl, &val, &vl);
222 &nkey, &nkl, &val, &vl);
233 key = nkey;
315 char *key, *nkey, *val, *my_nismap; local
321 nkey = NULL; nkl = 0;
334 err = yp_first(nis_mydomain, my_nismap, &nkey, &nkl,
[all …]
/titanic_50/usr/src/lib/libtecla/common/
H A Dkeytab.c64 int nkey; /* The current number of members in the table */ member
106 kt->nkey = 0; in _new_KeyTab()
318 (kt->nkey - first - 1) * sizeof(kt->table[0])); in _kt_set_keyfn()
319 kt->nkey--; in _kt_set_keyfn()
350 if(kt->nkey + 1 > kt->size) { in _kt_set_keyfn()
359 if(last < kt->nkey) { in _kt_set_keyfn()
361 (kt->nkey - last) * sizeof(kt->table[0])); in _kt_set_keyfn()
376 kt->nkey++; in _kt_set_keyfn()
419 top = kt->nkey - 1; in _kt_locate_keybinding()
444 if(*last < kt->nkey && kt->table[*last].nc > nc && in _kt_locate_keybinding()
[all …]
H A Dgetline.c8186 int nkey=0; /* The number of characters in the key sequence */ in gl_interpret_char() local
8219 keyseq[nkey++] = GL_ESC_CHAR; in gl_interpret_char()
8227 keyseq[nkey++] = '\\'; in gl_interpret_char()
8232 while(nkey < GL_KEY_MAX) { in gl_interpret_char()
8242 keyseq[nkey++] = GL_ESC_CHAR; in gl_interpret_char()
8249 keyseq[nkey++] = c; in gl_interpret_char()
8259 switch(_kt_lookup_keybinding(gl->bindings, keyseq, nkey, &keysym, &nsym)) { in gl_interpret_char()
/titanic_50/usr/src/uts/common/io/idm/
H A Didm_text.c1273 char *nkey; in idm_nvlist_add_keyvalue() local
1281 nkey = kmem_zalloc(len, KM_SLEEP); in idm_nvlist_add_keyvalue()
1282 (void) strncpy(nkey, key, len-1); in idm_nvlist_add_keyvalue()
1283 rc = nvlist_add_string(nvl, nkey, value); in idm_nvlist_add_keyvalue()
1284 kmem_free(nkey, len); in idm_nvlist_add_keyvalue()
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h244 int nkey; member
H A Dldap_principal.c378 while (i < secretkey->nkey) {
/titanic_50/usr/src/lib/libc_db/common/
H A Dthread_db.c2148 int nkey; in __td_thr_tsd() local
2179 nkey = tsd_paddr == NULL ? TSD_NFAST : stsd.tsd_nalloc; in __td_thr_tsd()
2203 nkey = addr == NULL ? TSD_NFAST : stsd.tsd_nalloc; in __td_thr_tsd()
2218 if (return_val != TD_OK || key >= nkey) { in __td_thr_tsd()