/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | putc.c | 58 #undef putc 62 putc(int c, FILE *fp) in putc() function
|
D | Stdio.inf | 55 putc.c #
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | pgenmain.c | 102 putc('\t', stderr); in getgrammar() 104 putc(' ', stderr); in getgrammar()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_debug.c | 148 putc('\n', file); in fp_resstat() 173 putc('\n', file); in do_section() 248 putc(';', file); in fp_nquery() 280 putc('\n',file); in fp_nquery() 291 putc('\n', file); in fp_nquery() 302 putc('.', file); in p_cdnname()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | stdio.h | 1183 int putc (int C, FILE *Stream); 1606 #define putc(x, fp) __sputc(x, fp) macro 1610 #define putchar(x) putc(x, stdout)
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | lex.c | 661 if ( !firstTime || initialComma ) putc(',', output); /* MR5 */ 736 putc(';', output); putc('\n', output); 739 else {putc(*pdecl, output); pdecl++;} 741 putc(';', output); 742 putc('\n', output);
|
D | bits.c | 993 {putc('\\', f); putc('\\', f); e+=2;} 995 {putc('\\', f); putc('"', f); e+=2;} 996 else if ( *e=='\\' ) {putc('\\', f); putc('\\', f); e++;} 997 else {putc(*e, f); e++;}
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/ |
D | EfiRom.c | 564 putc (~0, OutFptr); in ProcessBinFile() 566 putc (ByteCheckSum, OutFptr); in ProcessBinFile() 805 if (putc (0, OutFptr) == EOF) { in ProcessEfiFile() 840 if (putc (~0, OutFptr) == EOF) { in ProcessEfiFile()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/ |
D | EfiRom.c | 383 putc (~0, OutFptr); in ProcessBinFile() 676 if (putc (0, OutFptr) == EOF) { in ProcessEfiFile() 705 if (putc (~0, OutFptr) == EOF) { in ProcessEfiFile() 725 if (putc (~0, OutFptr) == EOF) { in ProcessEfiFile()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | marshal.c | 76 #define w_byte(c, p) if (((p)->fp)) putc((c), (p)->fp); \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/ |
D | marshal.c | 75 #define w_byte(c, p) if (((p)->fp)) putc((c), (p)->fp); \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | marshal.c | 76 #define w_byte(c, p) if (((p)->fp)) putc((c), (p)->fp); \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | deflate.c | 1249 do { putc(s->window[start++], stderr); } while (--length != 0);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | object.c | 2256 putc('\n', fp); in _Py_PrintReferences()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | object.c | 2277 putc('\n', fp); in _Py_PrintReferences()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.c | 1373 do { putc(s->window[start++], stderr); } while (--length != 0);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regcomp.c | 5848 for (i = 0; i < indent; i++) putc(' ', f); in Indent()
|