Searched refs:nkey (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | ns_nis.c | 173 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 …]
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | keytab.c | 62 int nkey; /* The current number of members in the table */ member 104 kt->nkey = 0; in _new_KeyTab() 316 (kt->nkey - first - 1) * sizeof(kt->table[0])); in _kt_set_keyfn() 317 kt->nkey--; in _kt_set_keyfn() 348 if(kt->nkey + 1 > kt->size) { in _kt_set_keyfn() 357 if(last < kt->nkey) { in _kt_set_keyfn() 359 (kt->nkey - last) * sizeof(kt->table[0])); in _kt_set_keyfn() 374 kt->nkey++; in _kt_set_keyfn() 417 top = kt->nkey - 1; in _kt_locate_keybinding() 442 if(*last < kt->nkey && kt->table[*last].nc > nc && in _kt_locate_keybinding() [all …]
|
H A D | getline.c | 8186 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()
|
/illumos-gate/usr/src/uts/common/io/idm/ |
H A D | idm_text.c | 1273 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()
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kdb_ldap.h | 244 int nkey; member
|
H A D | ldap_principal.c | 378 while (i < secretkey->nkey) {
|
/illumos-gate/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 2142 int nkey; in __td_thr_tsd() local 2173 nkey = tsd_paddr == 0 ? TSD_NFAST : stsd.tsd_nalloc; in __td_thr_tsd() 2197 nkey = addr == 0 ? TSD_NFAST : stsd.tsd_nalloc; in __td_thr_tsd() 2212 if (return_val != TD_OK || key >= nkey) { in __td_thr_tsd()
|