Searched defs:nextkey (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | dbm.c | 261 nextkey(datum key) function
|
/illumos-gate/usr/src/ucblib/libdbm/ |
H A D | dbm.c | 276 nextkey(datum key) function
|
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_pgr.c | 637 sbd_pgr_key_t *nextkey, *key = pgr->pgr_keylist; local 642 nextkey = key->pgr_key_next; 663 key = nextkey;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_subr.c | 1082 char *key, *nextkey, *val; local 1106 nextkey = strchr(key, (int)','); 1107 if (nextkey != NULL) { 1108 comma = nextkey++; 1147 key = nextkey;
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | dbtab.c | 121 static linkinfo_ent *update_next_link(struct db_list *dbp, char *nextkey, 123 static int update_prev_link(struct db_list *dbp, char *nextkey, int nextsize, 125 static linkinfo_ent *update_linked_list(struct db_list *dbp, char *nextkey, 762 char *nextkey; local 794 nextkey = LN_NEXT(new_linkp); 797 lnp->lnkey, nextkey, nextsize) == 0)) { 816 (void) memcpy(linkkey, nextkey, nextsize); 1100 update_next_link(struct db_list *dbp, char *nextkey, int nextsize, argument 1113 nextlinkp = fetch_record(dbp, nextkey, nextsize, nextlinkp, 1130 *errorp = store_record(dbp, nextkey, nextsiz 1144 update_prev_link(struct db_list *dbp, char *nextkey, int nextsize, char *prevkey, int prevsize) argument 1167 (void) memcpy(LN_NEXT(prevlinkp), nextkey, nextsize); local 1187 update_linked_list(struct db_list *dbp, char *nextkey, int nextsize, char *prevkey, int prevsize, int *errorp) argument 1461 char *nextkey, *prevkey, *fhkey; local [all...] |
/illumos-gate/usr/src/cmd/sendmail/db/ |
H A D | db.h | 953 #define nextkey(a) __db_dbm_nextkey(a) macro
|
Completed in 79 milliseconds