Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 25 of 49) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/
DGenAprioriFile.c150 while (fgets (Line, sizeof (Line), AprioriFptr) != NULL) { in main()
207 … if ((fgets (Line, sizeof (Line), AprioriFptr) != NULL) || (fread (&GuidIn, 1, 1, BinFptr) != 0)) { in main()
243 while (fgets (Line, sizeof (Line), AprioriFptr) != NULL) { in main()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
DGuidChk.c893 while (fgets (Line, sizeof (Line), Fptr) != NULL) { in ProcessPkgFileGuids()
960 while (fgets (Line, sizeof (Line), Fptr) != NULL) { in ProcessIA32FileGuids()
1200 while (fgets (Line, sizeof (Line), Fptr) != NULL) { in ProcessINFFileGuids()
1359 while (fgets (Line, sizeof (Line), Fptr) != NULL) { in ProcessCFileSigs()
1436 while (fgets (Line, sizeof (Line), Fptr) != NULL) { in ProcessCFileGuids()
1528 if (fgets (Cptr, Len, Fptr) == NULL){ in ProcessCFileGuids()
1535 if (fgets (Cptr, Len, Fptr) == NULL) { in ProcessCFileGuids()
1640 if (fgets (Line, sizeof (Line), Fptr) == NULL) { in ProcessIA64FileGuids()
1666 if (fgets (Line, sizeof (Line), Fptr) == NULL) { in ProcessIA64FileGuids()
1685 if (fgets (Line, sizeof (Line), Fptr) == NULL) { in ProcessIA64FileGuids()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dpgenmain.c144 q = fgets(p, n, sys_stdin); in PyOS_Readline()
159 return fgets(buf, n, stream); in Py_UniversalNewlineFgets()
Dmyreadline.c47 p = fgets(buf, len, fp); in my_fgets()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dgetcwd.c68 if (fgets(buf, size, fp) == NULL || pclose(fp) != 0) { in getcwd()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfgets.c61 fgets(char *buf, int n, FILE *fp) in fgets() function
DStdio.inf38 fgets.c #
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetprotoent.c82 if ((p = fgets(line, BUFSIZ, protof)) == NULL) in getprotoent()
Dgetnetbyht.c98 p = fgets(line, sizeof line, netf); in getnetent()
Dgetnetnamadr.c93 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) { in init_services()
Dgethostbyht.c122 if ( NULL == (p = fgets(hostbuf, sizeof hostbuf, hostf))) { in gethostent()
Dgethostnamadr.c98 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) { in init_services()
Dgetservent.c224 if ((p = fgets(line, BUFSIZ, servf)) == NULL) in getservent()
Dres_query.c409 while (fgets(buf, sizeof(buf), fp)) { in hostalias()
Dres_init.c260 while (fgets(buf, sizeof(buf), fp) != NULL) { in res_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dmyreadline.c52 p = fgets(buf, len, fp); in my_fgets()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrServices.cpp360 if (fgets (Line, sizeof (Line), InFptr) != NULL) { in WriteIfrBytes()
395 while (fgets (Line, sizeof (Line), InFptr) != NULL) { in WriteIfrBytes()
/device/generic/opengl-transport/host/commands/emugen/
DTypeFactory.cpp64 while(fgets(line, sizeof(line), fp) != NULL) { in initFromFile()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
DSetStamp.c87 if (fgets (buffer, LINE_MAXLEN, fp) == NULL) { in GetDateTime()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
DMakeDeps.c530 while ((fgets (Line, sizeof (Line), Fptr) != NULL) && (Status == STATUS_SUCCESS)) { in ProcessFile()
757 if (fgets (Line, sizeof (Line), Fptr) != NULL) { in ProcessClOutput()
772 while (fgets (Line, sizeof (Line), Fptr) != NULL) { in ProcessClOutput()
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h231 char *fgets (char *, int, FILE *);
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DParseInf.c621 if (fgets (InputBuffer, MAX_LONG_FILE_PATH, InputFile) == NULL) { in ReadLineInStream()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h1090 char *fgets (char * __restrict Buff, int Limit, FILE * __restrict Stream);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DDscFile.c223 if (fgets (Line, sizeof (Line), FilePtr) == NULL) { in DSCParseInclude()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DParseInf.c691 if (fgets (InputBuffer, _MAX_PATH, InputFile) == NULL) { in ReadLineInStream()

12