Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfclose.c61 if (HASLB(fp)) in cleanfile()
H A Dlocal.h121 #define HASLB(fp) ((fp)->_lb._base != NULL) macro
H A Dfreopen.c181 if (HASLB(fp)) in freopen()