/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
H A D | fputs.c | 2 Implementation of fputs as declared in <stdio.h>.
43 NetBSD: fputs.c,v 1.14 2005/06/22 19:45:22 christos Exp
44 fputs.c 8.1 (Berkeley) 6/4/93
60 fputs(const char *s, FILE *fp)
function
|
H A D | Stdio.inf | 42 fputs.c #
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
H A D | fpectlmodule.c | 254 fputs("Operation not implemented\n", stderr);
273 fputs("Operation not implemented\n", stderr);
|
H A D | main.c | 116 fputs(usage_1, f);
117 fputs(usage_2, f);
118 fputs(usage_3, f);
|
H A D | _collectionsmodule.c | 845 fputs("[...]", fp);
855 fputs("deque([", fp);
859 fputs(emit, fp);
877 fputs("])", fp);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
H A D | OnigurumaUefiPort.h | 47 #define fputs(a,b)
macro
|
H A D | regcomp.c | 5086 fputs("inf", f);
5090 fputs("-", f);
5093 fputs("inf", f);
5185 if (c > 0) fputs(", ", f);
5854 fputs(":", f);
6033 fputs(" ", f);
6037 if (i > 0) fputs(", ", f);
6052 fputs(" ", f);
6056 if (i > 0) fputs(", ", f);
6107 fputs("]", [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
H A D | obmalloc.c | 1676 fputs("FORBIDDENBYTE, as expected.\n", stderr);
1684 fputs(" *** OUCH", stderr);
1688 fputs(" Because memory is corrupted at the start, the "
1704 fputs("FORBIDDENBYTE, as expected.\n", stderr);
1713 fputs(" *** OUCH", stderr);
1724 fputs(" Data at p:", stderr);
1734 fputs(" ...", stderr);
1753 fputs(msg, stderr);
1777 fputs(buf, stderr);
1871 fputs("clas [all...] |
H A D | boolobject.c | 11 fputs(self->ob_ival == 0 ? "False" : "True", fp);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
H A D | obmalloc.c | 1627 fputs("FORBIDDENBYTE, as expected.\n", stderr);
1635 fputs(" *** OUCH", stderr);
1639 fputs(" Because memory is corrupted at the start, the "
1655 fputs("FORBIDDENBYTE, as expected.\n", stderr);
1664 fputs(" *** OUCH", stderr);
1675 fputs(" Data at p:", stderr);
1685 fputs(" ...", stderr);
1704 fputs(msg, stderr);
1728 fputs(buf, stderr);
1822 fputs("clas [all...] |
H A D | boolobject.c | 11 fputs(self->ob_ival == 0 ? "False" : "True", fp);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
H A D | main.c | 121 fputs(usage_1, f);
122 fputs(usage_2, f);
123 fputs(usage_3, f);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
H A D | main.c | 121 fputs(usage_1, f);
122 fputs(usage_2, f);
123 fputs(usage_3, f);
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Tools/ |
H A D | replace.c | 120 fputs (Match[i].Replace, Out);
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/ |
H A D | replace.c | 120 fputs (Match[i].Replace, Out);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/ |
H A D | SetStamp.c | 118 if (fputs (buffer, fp) == EOF) {
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
H A D | res_debug.c | 196 fputs(buf, file);
304 fputs(name, file);
349 fputs(name, file);
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 224 int fputs (const char *, FILE *);
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
H A D | timesoftfloat.c | 54 fputs( "timesoftfloat: ", stderr );
58 fputs( ".\n", stderr );
76 fputs( ", precision ", stdout );
77 fputs( roundingPrecisionName, stdout );
79 fputs( ", rounding ", stdout );
80 fputs( roundingModeName, stdout );
82 fputs( ", tininess ", stdout );
83 fputs( tininessModeName, stdout );
84 fputs( " rounding", stdout );
2501 fputs(
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
H A D | _collectionsmodule.c | 894 fputs("[...]", fp);
904 fputs("deque([", fp);
908 fputs(emit, fp);
926 fputs("])", fp);
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
H A D | stdio.h | 42 int fputs (const char * __restrict, FILE * __restrict);
1112 The fputs function writes String to the stream pointed to by Stream. The
1118 @return The fputs function returns EOF if a write error occurs; otherwise
1121 int fputs (const char * __restrict String, FILE * __restrict Stream);
|
/device/google/marlin/usb/ |
H A D | Usb.cpp | 117 int ret = fputs(convertRoletoString(newRole).c_str(), fp);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
H A D | lua.c | 78 ((void)L, fputs(p, stdout), fflush(stdout), /* show prompt */ \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
H A D | sysmodule.c | 1769 fputs(buffer, fp);
1775 fputs(truncated, fp);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
H A D | sysmodule.c | 1748 fputs(buffer, fp);
1754 fputs(truncated, fp);
|