Searched defs:fgets (Results 1 - 25 of 87) sorted by relevance

1234

/netbsd-current/lib/libc/stdio/
H A Dfgets.c51 #undef fgets macro
60 fgets(char *buf, int n, FILE *fp) function
/netbsd-current/include/ssp/
H A Dstdio.h70 #define fgets(str, len, fp) \ macro
/netbsd-current/lib/libc/ssp/
H A Dfgets_chk.c43 #undef fgets macro
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dunlocked-io.h34 # undef fgets macro
35 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
/netbsd-current/external/gpl3/gcc.old/dist/libssp/ssp/
H A Dstdio.h50 #undef fgets macro
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
/netbsd-current/external/gpl3/gcc/dist/libssp/ssp/
H A Dstdio.h50 #undef fgets macro
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstdio-read.c152 fgets (char *s, int n, FILE *stream) function
153 #undef fgets macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dsystem.h117 # undef fgets macro
118 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/
H A Drl-fgets.c318 fgets ( function
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Dstdio.c109 #undef fgets macro
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drl-fgets.c318 fgets ( function
[all...]
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h117 # undef fgets macro
118 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dunlocked-io.h66 # undef fgets macro
67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h66 # undef fgets macro
67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dunlocked-io.h66 # undef fgets macro
67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dunlocked-io.h66 # undef fgets macro
67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
/netbsd-current/crypto/external/bsd/openssl/lib/libdes/
H A Doread_pwd.c164 #define fgets(a,b,c) noecho_fgets(a,b,c) macro
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dlocalealias.c114 # undef fgets macro
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/netbsd-current/external/gpl3/binutils/dist/intl/
H A Dlocalealias.c114 # undef fgets macro
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dlocalealias.c114 # undef fgets macro
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlocalealias.c116 # undef fgets macro
117 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dlocalealias.c114 # undef fgets macro
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dlocalealias.c104 # undef fgets macro
105 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dlocalealias.c116 # undef fgets macro
117 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/netbsd-current/crypto/external/bsd/openssl.old/lib/libdes/
H A Doread_pwd.c164 #define fgets(a,b,c) noecho_fgets(a,b,c) macro

Completed in 480 milliseconds

1234