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

123

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetprotoent.c82 if ((p = fgets(line, BUFSIZ, protof)) == NULL)
H A Dgethostbyht.c122 if ( NULL == (p = fgets(hostbuf, sizeof hostbuf, hostf))) {
H A Dgetnetbyht.c98 p = fgets(line, sizeof line, netf);
H A Dgetnetnamadr.c93 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) {
H A Dgethostnamadr.c98 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) {
H A Dgetservent.c224 if ((p = fgets(line, BUFSIZ, servf)) == NULL)
H A Dres_query.c409 while (fgets(buf, sizeof(buf), fp)) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfgets.c2 Implementation of fgets as declared in <stdio.h>.
43 NetBSD: fgets.c,v 1.20 2003/12/14 23:56:28 lukem Exp
44 fgets.c 8.2 (Berkeley) 12/22/93
61 fgets(char *buf, int n, FILE *fp) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16stdio.c74 bp = fgets( buf, (int) amount, stdin );
/vbox/src/VBox/Runtime/r3/linux/
H A Dsystemmem-linux.cpp75 while (fgets(sz, sizeof(sz), pFile))
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dprocess.c171 fgets(buffer, 999, f);
/vbox/src/libs/libxml2-2.6.31/
H A DtestURI.c101 if (fgets (&str[0], sizeof (str) - 1, stdin) == NULL)
H A DtestXPath.c127 while (fgets(expression, 4500, input) != NULL) {
H A DtestRegexp.c49 while (fgets(expression, 4500, input) != NULL) {
103 while (fgets(expression, 4500, input) != NULL) {
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAtoms.cpp62 char* s = fgets(buf, sizeof(buf), fp);
/vbox/src/VBox/Main/src-server/linux/
H A DNetIf-linux.cpp62 while (fgets(szBuf, sizeof(szBuf)-1, fp))
229 while (fgets(buf, sizeof(buf), fp))
H A DPerformanceLinux.cpp146 if (fgets(szBuf, sizeof(szBuf), f))
157 if (fgets(szBuf, sizeof(szBuf), f))
374 while (fgets(szBuf, sizeof(szBuf), f))
473 while (fgets(szBuf, sizeof(szBuf), f))
533 while (fgets(szBuf, sizeof(szBuf), fp))
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddbmalloc.c135 /* fgets mallocs a buffer, first time through. */
136 if( (char *)0 == fgets(buffer, BUFSIZ, fp) )
159 while( fgets(buffer, BUFSIZ, fp) )
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwpng.c89 # define FGETS fgets
176 fgets(tmpline, 80, tmpfile);
297 fgets(pnmline, 256, wpng_info.infile);
310 fgets(pnmline, 256, wpng_info.infile); /* lose any comments */
314 fgets(pnmline, 256, wpng_info.infile); /* more comment lines */
/vbox/src/bldprogs/
H A Dpreload.cpp172 while (fgets(szLine, sizeof(szLine), pFile))
/vbox/src/VBox/Main/src-server/generic/
H A DNetIf-generic.cpp116 if (fgets(pszBuffer, cBufSize, fp))
229 if (fgets(szBuf, sizeof(szBuf), fp))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h78 #define _fgetts WINE_tchar_routine(fgets, fgets, fgetws)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h78 #define _fgetts WINE_tchar_routine(fgets, fgets, fgetws)
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h191 char *fgets (char *, int, FILE *);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseInf.c609 if (fgets (InputBuffer, _MAX_PATH, InputFile) == NULL) {

Completed in 742 milliseconds

123