Searched refs:fgets (Results 1 - 25 of 560) sorted by relevance

1234567891011>>

/macosx-10.10.1/Chess-310.6/sjeng/
H A Drcfile.c95 fgets(line, STR_BUFF, rcfile);
96 while (line[0] == '#') fgets(line, STR_BUFF, rcfile);
99 fgets(line, STR_BUFF, rcfile);
100 while (line[0] == '#') fgets(line, STR_BUFF, rcfile);
103 fgets(line, STR_BUFF, rcfile);
104 while (line[0] == '#') fgets(line, STR_BUFF, rcfile);
107 fgets(line, STR_BUFF, rcfile);
108 while (line[0] == '#') fgets(line, STR_BUFF, rcfile);
111 fgets(line, STR_BUFF, rcfile);
112 while (line[0] == '#') fgets(lin
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/os_brew/
H A Dfgets.c6 * $Id: fgets.c,v 1.4 2008/01/08 20:58:44 bostic Exp $
14 * fgets --
17 * PUBLIC: char *fgets __P((char *, int, FILE *));
21 fgets(s, n, fp) function
/macosx-10.10.1/CrackLib-37765/cracklib27/util/
H A Dtestlib.c19 while (fgets (buffer, STRINGSIZE, stdin))
H A Dtestnum.c26 while (fgets (buffer, STRINGSIZE, stdin))
H A Dteststr.c26 while (fgets (buffer, STRINGSIZE, stdin))
H A Dpacker.c35 for (readed = 0; fgets(buffer, STRINGSIZE, stdin); /* nothing */)
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dfgetln.c53 if (fgets(buf, bufsiz, fp) == NULL)
71 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dtestavl.c55 while ( fgets( command, sizeof( command ), stdin ) != NULL ) {
78 if ( fgets( name, sizeof( name ), stdin ) == NULL )
89 if ( fgets( name, sizeof( name ), stdin ) == NULL )
98 if ( fgets( name, sizeof( name ), stdin ) == NULL )
H A Dtesttavl.c55 while ( fgets( command, sizeof( command ), stdin ) != NULL ) {
74 if ( fgets( name, sizeof( name ), stdin ) == NULL )
85 if ( fgets( name, sizeof( name ), stdin ) == NULL )
94 if ( fgets( name, sizeof( name ), stdin ) == NULL )
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/testsuite/
H A Dexp_test.c18 fgets (line, ARRAYSIZE, stdin);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/demo/
H A Ddemo.c233 fgets(buf, sizeof(buf), stdin);
431 fgets(cmd, 4095, stdin);
437 fgets(buf, 4095, stdin);
439 fgets(buf, 4095, stdin);
441 fgets(buf, 4095, stdin);
454 fgets(buf, 4095, stdin);
456 fgets(buf, 4095, stdin);
458 fgets(buf, 4095, stdin);
474 fgets(buf, 4095, stdin);
476 fgets(bu
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bio/
H A Dbio_lcl.h9 #define UP_fgets fgets
/macosx-10.10.1/OpenSSL098-52/src/crypto/lhash/
H A Dlh_test.c76 fgets(buf,256,stdin);
/macosx-10.10.1/cups-408/cups/tools/
H A Dproducts.php8 while ($line = fgets($fp, 1024))
/macosx-10.10.1/vim-55/src/po/
H A Dsjiscorr.c17 while (fgets(buffer, BUFSIZ, stdin) != NULL)
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dfgetln.c61 if (fgets(buf, bufsiz, fp) == NULL)
78 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) {
/macosx-10.10.1/Security-57031.1.35/securityd/tests/
H A Dexectest.cpp91 while (fgets(buffer, sizeof(buffer), stdin))
95 while (fgets(buffer, sizeof(buffer), f))
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dunlocked-io.h32 # undef fgets macro
33 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
/macosx-10.10.1/gpatch-3/patch/
H A Dunlocked-io.h32 # undef fgets macro
33 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
/macosx-10.10.1/libtelnet-13/
H A Dread_password.c114 while (!fgets(s, max, stdin));
121 if (!fgets(key_string, sizeof(key_string), stdin)) {
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dfilepointer.m27 return [NSString stringWithCString: fgets(buf, sizeof(buf), fp)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dmkversion.c93 if (fgets(version, sizeof (version)-1, fd) == NULL) {
107 if (fgets(rawReleaseDate, sizeof (rawReleaseDate)-1, fd) == NULL) {
/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpop_send.c103 fgets (buffer,MAXMSGLINELEN,p->drop);
135 while (fgets(buffer,MAXMSGLINELEN,p->drop)) {
151 while (fgets(buffer, MAXMSGLINELEN-1, p->drop)) {
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dunlocked-io.h66 # 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)
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dunlocked-io.h66 # 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)

Completed in 292 milliseconds

1234567891011>>