| /src/lib/libc/ssp/ |
| fgets_chk.c | 43 #undef fgets macro 49 return fgets(buf, len, fp); 54 return fgets(buf, len, fp);
|
| /src/games/hangman/ |
| getword.c | 58 if (fgets(Word, BUFSIZ, inf) == NULL) 60 if (fgets(Word, BUFSIZ, inf) == NULL)
|
| /src/tests/lib/libc/ssp/ |
| h_fgets.c | 42 (void)fgets(b, len, stdin);
|
| /src/tests/lib/libc/stdio/ |
| h_testnumbers.c | 10 while (fgets(line, sizeof(line), stdin) != NULL) {
|
| /src/external/bsd/flex/dist/examples/manual/ |
| userinit.lex | 14 file_name = fgets(buffer,1024,stdin);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
| helpers.c | 24 while (fgets(line, sizeof(line), stdin)) {
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| testavl.c | 60 while ( fgets( command, sizeof( command ), stdin ) != NULL ) { 83 if ( fgets( name, sizeof( name ), stdin ) == NULL ) 94 if ( fgets( name, sizeof( name ), stdin ) == NULL ) 103 if ( fgets( name, sizeof( name ), stdin ) == NULL )
|
| testtavl.c | 60 while ( fgets( command, sizeof( command ), stdin ) != NULL ) { 79 if ( fgets( name, sizeof( name ), stdin ) == NULL ) 90 if ( fgets( name, sizeof( name ), stdin ) == NULL ) 99 if ( fgets( name, sizeof( name ), stdin ) == NULL )
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| cpu_frequency.h | 136 while (fgets (temp, 1024, procf) != NULL) 170 if (fgets (temp, 1024, cpufreqd) != NULL 183 if (fgets (temp, 1024, pstatent) != NULL) 199 if (fgets (temp, 1024, cpufreqf) != NULL) 219 if (fgets (temp, 1024, cpufreqf_max) != NULL) 238 if (fgets (temp, 1024, cpufreqf_ava) != NULL)
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| cpu_frequency.h | 136 while (fgets (temp, 1024, procf) != NULL) 170 if (fgets (temp, 1024, cpufreqd) != NULL 183 if (fgets (temp, 1024, pstatent) != NULL) 199 if (fgets (temp, 1024, cpufreqf) != NULL) 219 if (fgets (temp, 1024, cpufreqf_max) != NULL) 238 if (fgets (temp, 1024, cpufreqf_ava) != NULL)
|
| /src/tests/lib/libc/hash/ |
| h_hash.c | 86 while (fgets((char *)buf, sizeof(buf), stdin) != NULL) { 97 fgets((char *)buf, sizeof(buf), stdin) != NULL) { 110 fgets((char *)buf, sizeof(buf), stdin) != NULL) {
|
| /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/sys/external/bsd/acpica/dist/tools/efihello/ |
| efihello.c | 102 Result = fgets (LineBuffer, LINE_SIZE, File);
|
| /src/external/bsd/ntp/dist/sntp/tests/ |
| t-log.c | 71 while (fgets(line, sizeof(line), f)) {
|
| fileHandlingTest.c | 75 while ( ( (fgets(actualLine, lenAct, actual)) != NULL) 76 && ( (fgets(expectedLine, lenExp, expected)) != NULL )
|
| /src/external/bsd/wpa/dist/hostapd/ |
| nt_password_hash.c | 24 if (fgets(buf, sizeof(buf), stdin) == NULL) {
|
| /src/games/hack/ |
| hack.rumors.c | 101 if (!fgets(line, sizeof(line), rumf)) 113 if (!fgets(line, sizeof(line), rumf))
|
| /src/games/warp/ |
| sm.c | 26 fgets(screen[0],90,stdin); 57 fgets(screen[y],90,stdin);
|
| /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/external/bsd/blocklist/port/ |
| fgetln.c | 60 if (fgets(buf, bufsiz, fp) == NULL) 77 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) {
|
| /src/external/bsd/wpa/dist/src/utils/ |
| config.c | 30 while (fgets(buf, sizeof(buf), stream)) { 43 while (fgets(s, size, stream)) {
|
| /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/games/ching/printching/ |
| printching.c | 109 hexptr = fgets(hexstr, 6+1, stdin); 230 if (fgets(textln, sizeof(textln), chingf) == NULL) { 254 if (fgets(textln, sizeof(textln), chingf) == NULL) { 298 if (fgets(textln, sizeof(textln), chingf) == NULL) 318 if (fgets(textln, sizeof(textln), chingf) == NULL)
|
| /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)
|