Home
last modified time | relevance | path

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

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