Home
last modified time | relevance | path

Searched defs:FILL (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libutil/
H A Dproperty.c77 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() enumerator
/freebsd/contrib/netbsd-tests/dev/clock_subr/
H A Dt_clock_subr.c45 #define FILL(ti,ye,mo,da,wd,ho,mi,se) \ macro
/freebsd/lib/libc/isc/
H A Deventlib_p.h67 #define FILL(p) memset((p), 0xF5, sizeof *(p)) macro
69 #define FILL(p) macro
/freebsd/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c473 #define FILL(str, flag) \ in _citrus_UTF7_encoding_module_init() macro
/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c263 #define FILL 0x90 /* Fill byte used for alignment (nop) */ macro