| /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/ |
| wchar.h | 78 extern int fwprintf(FILE *, const wchar_t *, ...); 79 extern int fwscanf(FILE *, const wchar_t *, ...); 92 extern wint_t fgetwc(FILE *); 93 extern wchar_t *fgetws(wchar_t *, int, FILE *); 94 extern wint_t fputwc(wchar_t, FILE *); 95 extern int fputws(const wchar_t *, FILE *); 96 extern int fwide(FILE *, int); 97 extern wint_t getwc(FILE *); 103 extern wint_t putwc(wchar_t, FILE *); 109 extern wint_t ungetwc(wint_t, FILE *); [all...] |
| /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/ |
| wchar.h | 78 extern int fwprintf(FILE *, const wchar_t *, ...); 79 extern int fwscanf(FILE *, const wchar_t *, ...); 92 extern wint_t fgetwc(FILE *); 93 extern wchar_t *fgetws(wchar_t *, int, FILE *); 94 extern wint_t fputwc(wchar_t, FILE *); 95 extern int fputws(const wchar_t *, FILE *); 96 extern int fwide(FILE *, int); 97 extern wint_t getwc(FILE *); 103 extern wint_t putwc(wchar_t, FILE *); 109 extern wint_t ungetwc(wint_t, FILE *); [all...] |
| /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/ |
| wchar.h | 78 extern int fwprintf(FILE *, const wchar_t *, ...); 79 extern int fwscanf(FILE *, const wchar_t *, ...); 92 extern wint_t fgetwc(FILE *); 93 extern wchar_t *fgetws(wchar_t *, int, FILE *); 94 extern wint_t fputwc(wchar_t, FILE *); 95 extern int fputws(const wchar_t *, FILE *); 96 extern int fwide(FILE *, int); 97 extern wint_t getwc(FILE *); 104 extern wint_t putwc(wchar_t, FILE *); 110 extern wint_t ungetwc(wint_t, FILE *); [all...] |
| /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/ |
| wchar.h | 78 extern int fwprintf(FILE *, const wchar_t *, ...); 79 extern int fwscanf(FILE *, const wchar_t *, ...); 92 extern wint_t fgetwc(FILE *); 93 extern wchar_t *fgetws(wchar_t *, int, FILE *); 94 extern wint_t fputwc(wchar_t, FILE *); 95 extern int fputws(const wchar_t *, FILE *); 96 extern int fwide(FILE *, int); 97 extern wint_t getwc(FILE *); 104 extern wint_t putwc(wchar_t, FILE *); 110 extern wint_t ungetwc(wint_t, FILE *); [all...] |
| /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/ |
| wchar.h | 78 extern int fwprintf(FILE *, const wchar_t *, ...); 79 extern int fwscanf(FILE *, const wchar_t *, ...); 92 extern wint_t fgetwc(FILE *); 93 extern wchar_t *fgetws(wchar_t *, int, FILE *); 94 extern wint_t fputwc(wchar_t, FILE *); 95 extern int fputws(const wchar_t *, FILE *); 96 extern int fwide(FILE *, int); 97 extern wint_t getwc(FILE *); 104 extern wint_t putwc(wchar_t, FILE *); 110 extern wint_t ungetwc(wint_t, FILE *); [all...] |
| /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/ |
| wchar.h | 78 extern int fwprintf(FILE *, const wchar_t *, ...); 79 extern int fwscanf(FILE *, const wchar_t *, ...); 92 extern wint_t fgetwc(FILE *); 93 extern wchar_t *fgetws(wchar_t *, int, FILE *); 94 extern wint_t fputwc(wchar_t, FILE *); 95 extern int fputws(const wchar_t *, FILE *); 96 extern int fwide(FILE *, int); 97 extern wint_t getwc(FILE *); 104 extern wint_t putwc(wchar_t, FILE *); 110 extern wint_t ungetwc(wint_t, FILE *); [all...] |
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| output.h | 6 This file is part of GCC. 19 along with GCC; see the file COPYING3. If not see 57 and initialize some of the variables in this file 61 extern void final_start_function (rtx, FILE *, int); 69 extern void final (rtx, FILE *, int); 74 extern rtx final_scan_insn (rtx, FILE *, int, int, int *); 110 extern void output_addr_const (FILE *, rtx); 124 extern void asm_fprintf (FILE *file, const char *p, ...) 194 TOP_LEVEL is nonzero if this variable has file scope [all...] |
| /bionic/libc/private/ |
| resolv_static.h | 23 FILE* hostf;
|
| /bionic/libc/stdio/ |
| fprintf.c | 38 fprintf(FILE *fp, const char *fmt, ...)
|
| fscanf.c | 38 fscanf(FILE *fp, const char *fmt, ...)
|
| putw.c | 38 putw(int w, FILE *fp)
|
| stdio.c | 46 FILE *fp = cookie; 61 FILE *fp = cookie; 72 FILE *fp = cookie; 88 return (close(((FILE *)cookie)->_file));
|
| /dalvik/vm/ |
| Init.h | 5 * you may not use this file except in compliance with the License. 38 * asked to optimize a DEX file holding fundamental classes. 66 int dvmFprintf(FILE* fp, const char* format, ...)
|
| /external/bison/lib/ |
| bitsetv.h | 54 extern void bitsetv_dump (FILE *, const char *, const char *, bitsetv);
|
| timevar.h | 82 extern void timevar_print (FILE *);
|
| /external/bison/src/ |
| relation.h | 4 This file is part of Bison, the GNU Compiler Compiler. 17 along with Bison; see the file COPYING. If not, write to 38 void relation_print (relation r, relation_node size, FILE *out);
|
| /external/chromium/chrome/browser/download/ |
| download_file.cc | 3 // found in the LICENSE file. 27 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 36 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 46 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 56 " Base File = %s"
|
| /external/chromium/chrome/browser/policy/ |
| asynchronous_policy_test_base.cc | 3 // found in the LICENSE file. 18 file_thread_(BrowserThread::FILE, &loop_) {}
|
| /external/clang/test/PCH/ |
| pr4489.c | 14 typedef struct _IO_FILE FILE;
|
| /external/e2fsprogs/lib/ext2fs/ |
| write_bb_file.c | 2 * write_bb_file.c --- write a list of bad blocks to a FILE * 7 * This file may be redistributed under the terms of the GNU Public 19 FILE *f)
|
| /external/iproute2/misc/ |
| ssfilter.h | 19 int ssfilter_parse(struct ssfilter **f, int argc, char **argv, FILE *fp);
|
| /external/libnl-headers/netlink/ |
| types.h | 82 * File descriptor the dumping output should go to 84 FILE * dp_fd;
|
| /external/openssh/ |
| dns.h | 50 int export_dns_rr(const char *, Key *, FILE *, int);
|
| /external/qemu/android/utils/ |
| lineinput.h | 22 /* Create a LineInput object that reads from a FILE* object */ 23 LineInput* lineInput_newFromStdFile( FILE* file ); 28 * Returns NULL in case of error, or when the end of file is reached. 44 /* Returns TRUE iff the end of file was reached */
|
| /external/webkit/Source/ThirdParty/ANGLE/src/common/ |
| debug.cpp | 4 // found in the LICENSE file. 29 FILE *file = fopen(TRACE_OUTPUT_FILE, "a"); local 31 if (file) 35 vfprintf(file, format, vararg); 38 fclose(file);
|