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()
Dgetc.c61 getc(FILE *fp) in getc()
78 getc_unlocked(FILE *fp) in getc_unlocked()
Dstdio.c63 FILE *fp = cookie; in __sread() local
85 FILE *fp = cookie; in __swrite() local
103 FILE *fp = cookie; in __sseek() local
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()
Dfgetwc.c50 __fgetwc_unlock(FILE *fp) in __fgetwc_unlock()
102 fgetwc(FILE *fp) in fgetwc()
Dmakebuf.c68 __smakebuf(FILE *fp) in __smakebuf()
105 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) in __swhatbuf()
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/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/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/arm-trusted-firmware/tools/cert_create/src/
Dkey.c78 FILE *fp = NULL; in key_load() local
114 FILE *fp = NULL; in key_store() local
/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/Lib/email/
Dparser.py56 def parse(self, fp, headersonly=False): argument
87 def parse(self, fp, headersonly=True): argument

12345678910