Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/spell/
H A Dhashlook.c45 #define fetch(wp, bp)\ macro
48 #define fetch(wp, bp) ((wp[0] << (B - bp)) | (wp[1] >> bp)) macro
H A Dhashcheck.c49 fetch(void) in fetch() function
/titanic_50/usr/src/cmd/backup/dump/
H A Ddumponline.c221 mapfile(fd, offset, bytes, fetch) in mapfile() argument
/titanic_50/usr/src/cmd/col/
H A Dcol.c480 fetch(int lno) in fetch() function
/titanic_50/usr/src/cmd/prtconf/
H A Dprt_xxx.c137 init_priv_data(struct di_priv_data *fetch) in init_priv_data()
H A Dpdevinfo.c168 struct di_priv_data fetch; in prtconf_devinfo() local
/titanic_50/usr/src/ucblib/libdbm/
H A Ddbm.c143 fetch(datum key) in fetch() function
/titanic_50/usr/src/lib/libnsl/yp/
H A Ddbm.c140 fetch(datum key) in fetch() function
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c622 qlt_dma_handle_t *fetch; in qlt_ddi_dma_nextcookie() local
/titanic_50/usr/src/cmd/diff/
H A Ddiff.c916 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 Dforth.c1550 fetch(fcode_env_t *env) in fetch() function
/titanic_50/usr/src/cmd/sendmail/db/
H A Ddb.h951 #define fetch(a) __db_dbm_fetch(a) macro