Searched defs:fetch (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/spell/ |
H A D | hashlook.c | 45 #define fetch(wp, bp)\ macro 48 #define fetch(wp, bp) ((wp[0] << (B - bp)) | (wp[1] >> bp)) macro
|
H A D | hashcheck.c | 49 fetch(void) in fetch() function
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumponline.c | 221 mapfile(fd, offset, bytes, fetch) in mapfile() argument
|
/titanic_50/usr/src/cmd/col/ |
H A D | col.c | 480 fetch(int lno) in fetch() function
|
/titanic_50/usr/src/cmd/prtconf/ |
H A D | prt_xxx.c | 137 init_priv_data(struct di_priv_data *fetch) in init_priv_data()
|
H A D | pdevinfo.c | 168 struct di_priv_data fetch; in prtconf_devinfo() local
|
/titanic_50/usr/src/ucblib/libdbm/ |
H A D | dbm.c | 143 fetch(datum key) in fetch() function
|
/titanic_50/usr/src/lib/libnsl/yp/ |
H A D | dbm.c | 140 fetch(datum key) in fetch() function
|
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt_dma.c | 622 qlt_dma_handle_t *fetch; in qlt_ddi_dma_nextcookie() local
|
/titanic_50/usr/src/cmd/diff/ |
H A D | diff.c | 916 fetch(long *f, int a, int b, int filen, char *s, int oldfile) in fetch() function
|
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | forth.c | 1550 fetch(fcode_env_t *env) in fetch() function
|
/titanic_50/usr/src/cmd/sendmail/db/ |
H A D | db.h | 951 #define fetch(a) __db_dbm_fetch(a) macro
|