| /src/lib/libc/ssp/ |
| fgets_chk.c | 43 #undef fgets macro 49 return fgets(buf, len, fp); 54 return fgets(buf, len, fp);
|
| /src/lib/libc/stdio/ |
| fgets.c | 1 /* $NetBSD: fgets.c,v 1.28 2012/03/15 18:22:30 christos Exp $ */ 38 static char sccsid[] = "@(#)fgets.c 8.2 (Berkeley) 12/22/93"; 40 __RCSID("$NetBSD: fgets.c,v 1.28 2012/03/15 18:22:30 christos Exp $"); 51 #undef fgets macro 60 fgets(char *buf, int n, FILE *fp) function
|
| /src/include/ssp/ |
| stdio.h | 70 #define fgets(str, len, fp) \ macro
|
| /src/external/gpl3/gcc/dist/libssp/ssp/ |
| stdio.h | 50 #undef fgets macro 89 FILE *__restrict__ __stream), fgets); 92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
|
| /src/external/gpl3/gcc.old/dist/libssp/ssp/ |
| stdio.h | 50 #undef fgets macro 89 FILE *__restrict__ __stream), fgets); 92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
|
| /src/external/gpl2/diffutils/dist/lib/ |
| unlocked-io.h | 34 # undef fgets macro 35 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| stdio-read.c | 152 fgets (char *s, int n, FILE *stream) function 153 #undef fgets macro 155 CALL_WITH_ERRNO_FIX (char *, fgets (s, n, stream), ret == NULL)
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| stdio-read.c | 152 fgets (char *s, int n, FILE *stream) function 153 #undef fgets macro 155 CALL_WITH_ERRNO_FIX (char *, fgets (s, n, stream), ret == NULL)
|
| /src/external/bsd/openldap/dist/libraries/liblber/ |
| stdio.c | 110 #undef fgets macro 114 s = (char *)fgets( s, n, fp );
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| system.h | 117 # undef fgets macro 118 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| system.h | 117 # undef fgets macro 118 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
|
| /src/external/gpl3/gdb/dist/readline/readline/examples/ |
| rl-fgets.c | 4 Subject: fgets(stdin) --> readline() redirector 10 distribution. It is a shared library that redirects calls to fgets(stdin) 23 FILE NAME: fgets.c TARGET: libfgets.so 27 ABSTRACT: Customize fgets() behavior via LD_PRELOAD in the following ways: 29 -- If fgets(stdin) is called, redirect to GNU readline() to obtain 52 AIX: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldl -lreadline -ltermcap 53 HP-UX: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldld -lreadline 54 Linux: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldl -lreadline 55 SunOS: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldl -lgen -lreadline 59 -KPIC fgets.c -Bdynamic -lc -ldl -lgen -ltermcap -lreadlin 318 fgets ( function [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| rl-fgets.c | 4 Subject: fgets(stdin) --> readline() redirector 10 distribution. It is a shared library that redirects calls to fgets(stdin) 23 FILE NAME: fgets.c TARGET: libfgets.so 27 ABSTRACT: Customize fgets() behavior via LD_PRELOAD in the following ways: 29 -- If fgets(stdin) is called, redirect to GNU readline() to obtain 52 AIX: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldl -lreadline -ltermcap 53 HP-UX: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldld -lreadline 54 Linux: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldl -lreadline 55 SunOS: gcc -fPIC fgets.c -shared -o libfgets.so -lc -ldl -lgen -lreadline 59 -KPIC fgets.c -Bdynamic -lc -ldl -lgen -ltermcap -lreadlin 318 fgets ( function [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| unlocked-io.h | 66 # undef fgets macro 67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro 69 # define fgets_unlocked(x,y,z) fgets (x,y,z)
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| unlocked-io.h | 66 # undef fgets macro 67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro 69 # define fgets_unlocked(x,y,z) fgets (x,y,z)
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| unlocked-io.h | 66 # undef fgets macro 67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro 69 # define fgets_unlocked(x,y,z) fgets (x,y,z)
|
| /src/external/gpl2/xcvs/dist/lib/ |
| unlocked-io.h | 66 # undef fgets macro 67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro 69 # define fgets_unlocked(x,y,z) fgets (x,y,z)
|
| /src/crypto/external/apache2/openssl/lib/libdes/ |
| oread_pwd.c | 164 #define fgets(a,b,c) noecho_fgets(a,b,c) macro 225 fgets(buf,SIZE,in); 337 fgets(buf,size,tty); 348 fgets(buff,size,tty); 368 perror("fgets(tty)");
|
| /src/crypto/external/bsd/openssl/lib/libdes/ |
| oread_pwd.c | 164 #define fgets(a,b,c) noecho_fgets(a,b,c) macro 225 fgets(buf,SIZE,in); 337 fgets(buf,size,tty); 348 fgets(buff,size,tty); 368 perror("fgets(tty)");
|
| /src/crypto/external/bsd/openssl.old/lib/libdes/ |
| oread_pwd.c | 164 #define fgets(a,b,c) noecho_fgets(a,b,c) macro 225 fgets(buf,SIZE,in); 337 fgets(buf,size,tty); 348 fgets(buff,size,tty); 368 perror("fgets(tty)");
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| localealias.c | 100 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp) 103 # define FGETS(buf, n, fp) fgets (buf, n, fp) 116 # undef fgets macro 117 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro 266 if (FGETS (buf, sizeof buf, fp) == NULL) 370 if (FGETS (buf, sizeof buf, fp) == NULL)
|
| /src/external/gpl2/grep/dist/intl/ |
| localealias.c | 88 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp) 91 # define FGETS(buf, n, fp) fgets (buf, n, fp) 104 # undef fgets macro 105 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro 245 if (FGETS (buf, sizeof buf, fp) == NULL) 255 if (FGETS (altbuf, sizeof altbuf, fp) == NULL)
|
| /src/external/gpl2/texinfo/dist/intl/ |
| localealias.c | 100 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp) 103 # define FGETS(buf, n, fp) fgets (buf, n, fp) 116 # undef fgets macro 117 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro 260 if (FGETS (buf, sizeof buf, fp) == NULL) 351 if (FGETS (buf, sizeof buf, fp) == NULL)
|
| /src/external/gpl3/gcc.old/dist/intl/ |
| localealias.c | 98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp) 101 # define FGETS(buf, n, fp) fgets (buf, n, fp) 114 # undef fgets macro 115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro 261 if (FGETS (buf, sizeof buf, fp) == NULL) 352 if (FGETS (buf, sizeof buf, fp) == NULL)
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| system.h | 138 # undef fgets macro 139 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
|