Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/m4/
Dunlocked-io.m425 dnl fgets_unlocked(), fputs_unlocked() etc.
32 AC_CHECK_DECLS_ONCE([fgets_unlocked])
/ndk/sources/host-tools/sed-4.2.1/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
/ndk/sources/host-tools/make-3.81/config/
Dgettext.m4400 gt_CHECK_DECL(fgets_unlocked, [#include <stdio.h>])
/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in175 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if