Search | Google it | Results 1 - 1 of 1 for funcall:FUNLOCKFILE from t2ex/bsd_source/lib/libc/src_bsd/stdio/fgets.c (0.00 seconds) |
68: if (s == buf) { 69: FUNLOCKFILE(fp); 70: return (NULL); 92: s[len] = '\0'; 93: FUNLOCKFILE(fp); 94: return (buf); 102: *s = '\0'; 103: FUNLOCKFILE(fp); 104: return (buf);