Searched refs:fgets_unlocked (Results 1 - 5 of 5) sorted by relevance

/external/bison/lib/
H A Dunlocked-io.h66 # define fgets(x,y,z) fgets_unlocked (x,y,z)
68 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
/external/e2fsprogs/intl/
H A Dlocalealias.c98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp)
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s)
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc568 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) {
570 char *res = REAL(fgets_unlocked)(s, size, stream);
1045 INTERCEPT_FUNCTION(fgets_unlocked);
/external/e2fsprogs/
H A Dconfigure8104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fgets_unlocked is declared" >&5
8105 $as_echo_n "checking whether fgets_unlocked is declared... " >&6; }
8116 #ifndef fgets_unlocked
8117 char *p = (char *) fgets_unlocked;
/external/bison/
H A Dconfigure19854 ac_fn_c_check_decl "$LINENO" "fgets_unlocked" "ac_cv_have_decl_fgets_unlocked" "$ac_includes_default"

Completed in 228 milliseconds