Searched refs:nextkey (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/ucbhead/ |
H A D | dbm.h | 79 datum nextkey(datum); 87 datum nextkey();
|
/titanic_50/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; in get_next_link() local 794 nextkey = LN_NEXT(new_linkp); in get_next_link() 797 lnp->lnkey, nextkey, nextsize) == 0)) { in get_next_link() 816 (void) memcpy(linkkey, nextkey, nextsize); in get_next_link() 1100 update_next_link(struct db_list *dbp, char *nextkey, int nextsize, in update_next_link() argument 1113 nextlinkp = fetch_record(dbp, nextkey, nextsize, nextlinkp, in update_next_link() 1130 *errorp = store_record(dbp, nextkey, nextsize, nextlinkp, in update_next_link() [all …]
|
/titanic_50/usr/src/head/rpcsvc/ |
H A D | dbm.h | 72 datum nextkey(datum);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_subr.c | 1082 char *key, *nextkey, *val; in i_parse_optstring() local 1106 nextkey = strchr(key, (int)','); in i_parse_optstring() 1107 if (nextkey != NULL) { in i_parse_optstring() 1108 comma = nextkey++; in i_parse_optstring() 1147 key = nextkey; in i_parse_optstring()
|
/titanic_50/usr/src/ucblib/libdbm/ |
H A D | mapfile-vers | 55 nextkey;
|
H A D | dbm.c | 276 nextkey(datum key) in nextkey() function
|
/titanic_50/usr/src/lib/libnsl/yp/ |
H A D | dbm.c | 261 nextkey(datum key) in nextkey() function
|
/titanic_50/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; in sbd_pgr_remove_keys() local 642 nextkey = key->pgr_key_next; in sbd_pgr_remove_keys() 663 key = nextkey; in sbd_pgr_remove_keys()
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 238 nextkey;
|
H A D | llib-lnsl | 965 datum nextkey(datum key);
|
/titanic_50/usr/src/cmd/sendmail/db/ |
H A D | db.h | 953 #define nextkey(a) __db_dbm_nextkey(a) macro
|