Home
last modified time | relevance | path

Searched refs:nextkey (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/ucbhead/
H A Ddbm.h79 datum nextkey(datum);
87 datum nextkey();
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c121 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 Ddbm.h72 datum nextkey(datum);
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c1082 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 Dmapfile-vers55 nextkey;
H A Ddbm.c276 nextkey(datum key) in nextkey() function
/titanic_50/usr/src/lib/libnsl/yp/
H A Ddbm.c261 nextkey(datum key) in nextkey() function
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c637 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 Dmapfile-vers238 nextkey;
H A Dllib-lnsl965 datum nextkey(datum key);
/titanic_50/usr/src/cmd/sendmail/db/
H A Ddb.h953 #define nextkey(a) __db_dbm_nextkey(a) macro