/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/ |
D | GenAprioriFile.c | 150 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/ |
D | GuidChk.c | 893 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/ |
D | pgenmain.c | 144 q = fgets(p, n, sys_stdin); in PyOS_Readline() 159 return fgets(buf, n, stream); in Py_UniversalNewlineFgets()
|
D | myreadline.c | 47 p = fgets(buf, len, fp); in my_fgets()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | getcwd.c | 68 if (fgets(buf, size, fp) == NULL || pclose(fp) != 0) { in getcwd()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fgets.c | 61 fgets(char *buf, int n, FILE *fp) in fgets() function
|
D | Stdio.inf | 38 fgets.c #
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getprotoent.c | 82 if ((p = fgets(line, BUFSIZ, protof)) == NULL) in getprotoent()
|
D | getnetbyht.c | 98 p = fgets(line, sizeof line, netf); in getnetent()
|
D | getnetnamadr.c | 93 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) { in init_services()
|
D | gethostbyht.c | 122 if ( NULL == (p = fgets(hostbuf, sizeof hostbuf, hostf))) { in gethostent()
|
D | gethostnamadr.c | 98 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) { in init_services()
|
D | getservent.c | 224 if ((p = fgets(line, BUFSIZ, servf)) == NULL) in getservent()
|
D | res_query.c | 409 while (fgets(buf, sizeof(buf), fp)) { in hostalias()
|
D | res_init.c | 260 while (fgets(buf, sizeof(buf), fp) != NULL) { in res_init()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | myreadline.c | 52 p = fgets(buf, len, fp); in my_fgets()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrServices.cpp | 360 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/ |
D | TypeFactory.cpp | 64 while(fgets(line, sizeof(line), fp) != NULL) { in initFromFile()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/ |
D | SetStamp.c | 87 if (fgets (buffer, LINE_MAXLEN, fp) == NULL) { in GetDateTime()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/ |
D | MakeDeps.c | 530 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/ |
D | OpenSslSupport.h | 231 char *fgets (char *, int, FILE *);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | ParseInf.c | 621 if (fgets (InputBuffer, MAX_LONG_FILE_PATH, InputFile) == NULL) { in ReadLineInStream()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | stdio.h | 1090 char *fgets (char * __restrict Buff, int Limit, FILE * __restrict Stream);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
D | DscFile.c | 223 if (fgets (Line, sizeof (Line), FilePtr) == NULL) { in DSCParseInclude()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | ParseInf.c | 691 if (fgets (InputBuffer, _MAX_PATH, InputFile) == NULL) { in ReadLineInStream()
|