Home
last modified time | relevance | path

Searched refs:FILL (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h53 FILL(p); \
60 FILL(p)
64 #define FILL(p) memset((p), 0xF5, sizeof *(p)) macro
66 #define FILL(p) macro
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l55 {WS}*:{WS}*fill{WS}* { return FILL; }
H A Dfsdb_yacc.y82 %token BASE BLOCK CD DIRECTORY TFILE FIND FILL
366 fill : FILL '=' WORD
/titanic_44/usr/src/cmd/cpio/
H A Dcpio.h148 #define FILL(cnt) while (Buffr.b_cnt < cnt) rstbuf() macro
H A Dcpio.c2236 FILL(datasize); in read_chunk()
2787 FILL(pad); in data_in()
4477 FILL(Hdrsz); in gethdr()
4527 FILL(Hdrsz); in gethdr()
4541 FILL(Hdrsz); in gethdr()
4554 FILL(Hdrsz); in gethdr()
4573 FILL(hsize); in gethdr()
4608 FILL(hsize); in gethdr()
4720 FILL(offset + Hdrsz); in gethdr()
4892 FILL(cnt); in gethdr()
[all …]
/titanic_44/usr/src/common/dis/i386/
H A Ddis_tables.c250 #define FILL 0x90 /* Fill byte used for alignment (nop) */ macro