Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l53 {WS}*:{WS}*fill{WS}* { return FILL; }
H A Dfsdb_yacc.y80 %token BASE BLOCK CD DIRECTORY TFILE FIND FILL
364 fill : FILL '=' WORD
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h148 #define FILL(cnt) while (Buffr.b_cnt < cnt) rstbuf() macro
H A Dcpio.c2795 FILL(pad); in data_in()
4485 FILL(Hdrsz); in gethdr()
4535 FILL(Hdrsz); in gethdr()
4549 FILL(Hdrsz); in gethdr()
4562 FILL(Hdrsz); in gethdr()
4581 FILL(hsize); in gethdr()
4616 FILL(hsize); in gethdr()
4900 FILL(cnt); in gethdr()
4911 FILL(pad); in gethdr()
8782 FILL(cnt); in read_xattr_hdr()
[all …]
/illumos-gate/usr/src/common/ficl/test/
H A Dcore.fr918 TESTING FILL MOVE
924 { FBUF 0 20 FILL -> }
927 { FBUF 1 20 FILL -> }
930 { FBUF 3 20 FILL -> }
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c269 #define FILL 0x90 /* Fill byte used for alignment (nop) */ macro