Home
last modified time | relevance | path

Searched refs:fgets_unlocked (Results 1 – 9 of 9) sorted by relevance

/external/bison/m4/
Dunlocked-io.m425 dnl fgets_unlocked(), fputs_unlocked() etc.
32 AC_CHECK_DECLS_ONCE([fgets_unlocked])
/external/bison/lib/
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/
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/
Dmsan_interceptors.cc640 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() argument
642 char *res = REAL(fgets_unlocked)(s, size, stream); in INTERCEPTOR()
1241 INTERCEPT_FUNCTION(fgets_unlocked); in InitializeInterceptors()
/external/libexif/auto-m4/
Dgettext.m4400 gt_CHECK_DECL(fgets_unlocked, [#include <stdio.h>])
/external/e2fsprogs/
Daclocal.m4423 gt_CHECK_DECL(fgets_unlocked, [#include <stdio.h>])
Dconfigure8117 char *p = (char *) fgets_unlocked;
/external/bison/
Dconfigure19854 ac_fn_c_check_decl "$LINENO" "fgets_unlocked" "ac_cv_have_decl_fgets_unlocked" "$ac_includes_defaul…
/external/valgrind/main/VEX/orig_ppc32/
Ddate.orig93627 ==== BB 2376 fgets_unlocked(0xFEC8078) approx BBs exec'd 0 ====