| /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
| D | local.h | 89 #define cantwrite(fp) \ argument 96 #define HASUB(fp) (_UB(fp)._base != NULL) argument 97 #define FREEUB(fp) { \ argument 106 #define HASLB(fp) ((fp)->_lb._base != NULL) argument 107 #define FREELB(fp) { \ argument
|
| D | flockfile.c | 68 flockfile(FILE *fp) in flockfile() 75 ftrylockfile(FILE *fp) in ftrylockfile() 99 funlockfile(FILE *fp) in funlockfile() 106 __flockfile_internal(FILE *fp, int internal) in __flockfile_internal() 140 __funlockfile_internal(FILE *fp, int internal) in __funlockfile_internal()
|
| D | fileext.h | 47 #define _EXT(fp) ((struct __sfileext *)(void *)((fp)->_ext._base)) argument 48 #define _UB(fp) _EXT(fp)->_ub argument 50 #define _LOCK(fp) (_EXT(fp)->_lock) argument 51 #define _LOCKCOND(fp) (_EXT(fp)->_lockcond) argument 52 #define _LOCKOWNER(fp) (_EXT(fp)->_lockowner) argument 53 #define _LOCKCOUNT(fp) (_EXT(fp)->_lockcount) argument 54 #define _LOCKINTERNAL(fp) (_EXT(fp)->_lockinternal) argument 55 #define _LOCKCANCELSTATE(fp) (_EXT(fp)->_lockcancelstate) argument
|
| D | wcio.h | 39 #define WCIO_GET(fp) (&(_EXT(fp)->_wcio)) argument 51 #define _SET_ORIENTATION(fp, mode) \ argument 61 #define WCIO_FREE(fp) \ argument 67 #define WCIO_FREEUB(fp) \ argument
|
| D | refill.c | 61 lflush(FILE *fp) in lflush() 80 __srefill(FILE *fp) in __srefill()
|
| D | getc.c | 61 getc(FILE *fp) in getc() 78 getc_unlocked(FILE *fp) in getc_unlocked()
|
| D | stdio.c | 63 FILE *fp = cookie; in __sread() local 85 FILE *fp = cookie; in __swrite() local 103 FILE *fp = cookie; in __sseek() local
|
| D | setbuffer.c | 52 setbuffer(fp, buf, size) in setbuffer() argument 68 setlinebuf(fp) in setlinebuf() argument
|
| D | putc.c | 62 putc(int c, FILE *fp) in putc() 79 putc_unlocked(int c, FILE *fp) in putc_unlocked()
|
| D | ungetc.c | 64 __submore(FILE *fp) in __submore() 102 ungetc(int c, FILE *fp) in ungetc()
|
| D | fflush.c | 60 fflush(FILE *fp) in fflush() 83 __sflush(FILE *fp) in __sflush()
|
| D | fgetwc.c | 50 __fgetwc_unlock(FILE *fp) in __fgetwc_unlock() 102 fgetwc(FILE *fp) in fgetwc()
|
| D | makebuf.c | 68 __smakebuf(FILE *fp) in __smakebuf() 105 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) in __swhatbuf()
|
| D | fputwc.c | 52 __fputwc_unlock(wchar_t wc, FILE *fp) in __fputwc_unlock() 98 fputwc(wchar_t wc, FILE *fp) in fputwc()
|
| D | fgetstr.c | 68 __slbexpand(FILE *fp, size_t newsize) in __slbexpand() 98 __fgetstr(FILE *fp, size_t *lenp, int sep) in __fgetstr()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
| D | printgrammar.c | 14 printgrammar(grammar *g, FILE *fp) in printgrammar() 31 printnonterminals(grammar *g, FILE *fp) in printnonterminals() 44 printarcs(int i, dfa *d, FILE *fp) in printarcs() 62 printstates(grammar *g, FILE *fp) in printstates() 82 printdfas(grammar *g, FILE *fp) in printdfas() 102 printlabels(grammar *g, FILE *fp) in printlabels()
|
| D | listnode.c | 21 listnode(FILE *fp, node *n) in listnode() 29 list1node(FILE *fp, node *n) in list1node()
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/ |
| D | SetStamp.c | 65 FILE *fp, in GetDateTime() 178 FILE *fp, in ReadFromFile() 218 FILE *fp, in WriteToFile() 258 FILE *fp, in SetStamp() 438 FILE *fp; in main() local
|
| /device/generic/opengl-transport/host/commands/emugen/ |
| D | ApiGen.cpp | 71 FILE *fp = fopen(filename.c_str(), "wt"); in genProcTypes() local 132 FILE *fp = fopen(filename.c_str(), "wt"); in genFuncTable() local 163 FILE *fp = fopen(filename.c_str(), "wt"); in genContext() local 232 FILE *fp = fopen(filename.c_str(), "wt"); in genEntryPoints() local 301 FILE *fp = fopen(filename.c_str(), "wt"); in genOpcodes() local 321 FILE *fp = fopen(filename.c_str(), "wt"); in genAttributesTemplate() local 340 FILE *fp = fopen(filename.c_str(), "wt"); in genEncoderHeader() local 422 static int writeVarEncodingSize(Var& var, bool excludeOutVars, FILE* fp) in writeVarEncodingSize() 443 static void writeVarEncodingExpression(Var& var, FILE* fp) in writeVarEncodingExpression() 484 static void writeVarLargeEncodingExpression(Var& var, FILE* fp) in writeVarLargeEncodingExpression() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | pythonrun.h | 85 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) argument 86 #define PyRun_AnyFileEx(fp, name, closeit) \ argument 88 #define PyRun_AnyFileFlags(fp, name, flags) \ argument 95 #define PyRun_File(fp, p, s, g, l) \ argument 97 #define PyRun_FileEx(fp, p, s, g, l, c) \ argument 99 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
| D | pythonrun.h | 85 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) argument 86 #define PyRun_AnyFileEx(fp, name, closeit) \ argument 88 #define PyRun_AnyFileFlags(fp, name, flags) \ argument 95 #define PyRun_File(fp, p, s, g, l) \ argument 97 #define PyRun_FileEx(fp, p, s, g, l, c) \ argument 99 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
| D | pp.py | 66 fp = sys.stdin variable 68 fp = open(ARGS[0], 'r') variable 122 fp = tempfile.NamedTemporaryFile() variable
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
| D | listnode.c | 21 listnode(FILE *fp, node *n) in listnode() 29 list1node(FILE *fp, node *n) in list1node()
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
| D | ctypeio.c | 61 FILE *fp; in __loadctype() local 145 FILE *fp; in __savectype() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
| D | parser.py | 56 def parse(self, fp, headersonly=False): argument 87 def parse(self, fp, headersonly=True): argument
|