gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:FRELE (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/file.h - 5.0KB - 115 lines
97: #define FREF(fp) do { (fp)->f_usecount++; } while (0)
98: #define FRELE(fp) do {                                  \
99:         --(fp)->f_usecount;                                    \