Home
last modified time | relevance | path

Searched refs:HASLB (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/stdio/
H A Dfclose.c62 if (HASLB(fp)) in fclose()
H A Dlocal.h133 #define HASLB(fp) ((fp)->_lb._base != NULL) macro
H A Dfreopen.c178 if (HASLB(fp)) in freopen()