Searched refs:fgets_unlocked (Results 1 – 9 of 9) sorted by relevance
/external/bison/m4/ |
D | unlocked-io.m4 | 25 dnl fgets_unlocked(), fputs_unlocked() etc. 32 AC_CHECK_DECLS_ONCE([fgets_unlocked])
|
/external/bison/lib/ |
D | unlocked-io.h | 66 # 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/ |
D | localealias.c | 98 # 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/ |
D | msan_interceptors.cc | 640 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/ |
D | gettext.m4 | 400 gt_CHECK_DECL(fgets_unlocked, [#include <stdio.h>])
|
/external/e2fsprogs/ |
D | aclocal.m4 | 423 gt_CHECK_DECL(fgets_unlocked, [#include <stdio.h>])
|
D | configure | 8117 char *p = (char *) fgets_unlocked;
|
/external/bison/ |
D | configure | 19854 ac_fn_c_check_decl "$LINENO" "fgets_unlocked" "ac_cv_have_decl_fgets_unlocked" "$ac_includes_defaul…
|
/external/valgrind/main/VEX/orig_ppc32/ |
D | date.orig | 93627 ==== BB 2376 fgets_unlocked(0xFEC8078) approx BBs exec'd 0 ====
|