Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 228) sorted by relevance

12345678910

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dlocal.h89 #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
Dflockfile.c68 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()
Dfileext.h47 #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
Dwcio.h39 #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
Drefill.c61 lflush(FILE *fp) in lflush()
80 __srefill(FILE *fp) in __srefill()
Dstdio.c63 FILE *fp = cookie; in __sread() local
85 FILE *fp = cookie; in __swrite() local
103 FILE *fp = cookie; in __sseek() local
Dgetc.c61 getc(FILE *fp) in getc()
78 getc_unlocked(FILE *fp) in getc_unlocked()
Dsetbuffer.c52 setbuffer(fp, buf, size) in setbuffer() argument
68 setlinebuf(fp) in setlinebuf() argument
Dputc.c62 putc(int c, FILE *fp) in putc()
79 putc_unlocked(int c, FILE *fp) in putc_unlocked()
Dungetc.c64 __submore(FILE *fp) in __submore()
102 ungetc(int c, FILE *fp) in ungetc()
Dfflush.c60 fflush(FILE *fp) in fflush()
83 __sflush(FILE *fp) in __sflush()
Dmakebuf.c68 __smakebuf(FILE *fp) in __smakebuf()
105 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) in __swhatbuf()
Dfgetwc.c50 __fgetwc_unlock(FILE *fp) in __fgetwc_unlock()
102 fgetwc(FILE *fp) in fgetwc()
Dfputwc.c52 __fputwc_unlock(wchar_t wc, FILE *fp) in __fputwc_unlock()
98 fputwc(wchar_t wc, FILE *fp) in fputwc()
Dfgetstr.c68 __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/
Dprintgrammar.c14 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()
Dlistnode.c21 listnode(FILE *fp, node *n) in listnode()
29 list1node(FILE *fp, node *n) in list1node()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
DSetStamp.c65 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/
DApiGen.cpp71 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/
Dpythonrun.h85 #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/
Dpythonrun.h85 #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/
Dpp.py66 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/
Dlistnode.c21 listnode(FILE *fp, node *n) in listnode()
29 list1node(FILE *fp, node *n) in list1node()
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dctypeio.c61 FILE *fp; in __loadctype() local
145 FILE *fp; in __savectype() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c728 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags()
744 PyRun_InteractiveLoopFlags(FILE *fp, const char *filename, PyCompilerFlags *flags) in PyRun_InteractiveLoopFlags()
795 PyRun_InteractiveOneFlags(FILE *fp, const char *filename, PyCompilerFlags *flags) in PyRun_InteractiveOneFlags()
861 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit) in maybe_pyc_file()
898 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_SimpleFileExFlags()
1315 PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *globals, in PyRun_FileExFlags()
1352 run_pyc_file(FILE *fp, const char *filename, PyObject *globals, in run_pyc_file()
1460 PyParser_ASTFromFile(FILE *fp, const char *filename, int start, char *ps1, in PyParser_ASTFromFile()
1492 PyParser_SimpleParseFileFlags(FILE *fp, const char *filename, int start, int flags) in PyParser_SimpleParseFileFlags()
1781 Py_FdIsInteractive(FILE *fp, const char *filename) in Py_FdIsInteractive()
[all …]

12345678910