Searched refs:nextkey (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/ucbhead/
H A Ddbm.h79 datum nextkey(datum);
87 datum nextkey();
/illumos-gate/usr/src/head/rpcsvc/
H A Ddbm.h72 datum nextkey(datum);
/illumos-gate/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; 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/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c1082 char *key, *nextkey, *val; local
1106 nextkey = strchr(key, (int)',');
1107 if (nextkey != NULL) {
1108 comma = nextkey++;
1147 key = nextkey;
/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c261 nextkey(datum key) function
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c276 nextkey(datum key) function
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c637 sbd_pgr_key_t *nextkey, *key = pgr->pgr_keylist; local
642 nextkey = key->pgr_key_next;
663 key = nextkey;
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h953 #define nextkey(a) __db_dbm_nextkey(a) macro
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl965 datum nextkey(datum key);

Completed in 103 milliseconds