| /bionic/libc/stdio/ |
| flockfile.c | 34 * Instead, we use a pthread_mutex_t within the FILE* internal state. 38 * file is locked is totally undefined. 47 flockfile(FILE * fp) 56 ftrylockfile(FILE *fp) 70 funlockfile(FILE * fp)
|
| clrerr.c | 39 clearerr(FILE *fp)
|
| fgetpos.c | 40 fgetpos(FILE *fp, fpos_t *pos)
|
| fputc.c | 38 fputc(int c, FILE *fp)
|
| fsetpos.c | 40 fsetpos(FILE *iop, const fpos_t *pos)
|
| fvwrite.h | 48 extern int __sfvwrite(FILE *, struct __suio *);
|
| local.h | 48 int __sflush(FILE *); 49 int __sflush_locked(FILE *); 50 FILE *__sfp(void); 51 int __srefill(FILE *); 58 void __smakebuf(FILE *); 59 int __swhatbuf(FILE *, size_t *, int *); 60 int _fwalk(int (*)(FILE *)); 61 int __swsetup(FILE *); 63 int __vfprintf(FILE *, const char *, __va_list); 69 * Return true if the given FILE cannot be written now [all...] |
| rewind.c | 38 rewind(FILE *fp)
|
| rget.c | 43 __srget(FILE *fp)
|
| setbuf.c | 38 setbuf(FILE *fp, char *buf)
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| plugin.h | 1 /* Header file for internal GCC plugin mechanism. 4 This file is part of GCC. 17 along with GCC; see the file COPYING3. If not see 32 extern void dump_active_plugins (FILE *); 34 extern void print_plugins_versions (FILE *file, const char *indent); 35 extern void print_plugins_help (FILE *file, const char *indent);
|
| /external/skia/src/ports/ |
| SkOSFile_stdio.cpp | 6 * found in the LICENSE file. 39 size_t curr = ::ftell((FILE*)f); // remember where we are 40 ::fseek((FILE*)f, 0, SEEK_END); // go to the end 41 size_t size = ::ftell((FILE*)f); // record the size 42 ::fseek((FILE*)f, (long)curr, SEEK_SET); // go back to our prev loc 49 ::rewind((FILE*)f); 50 // ::fseek((FILE*)f, 0, SEEK_SET); 59 size_t curr = ::ftell((FILE*)f); 61 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f))) [all...] |
| /external/clang/test/Analysis/ |
| taint-tester.cpp | 3 typedef struct _FILE FILE; 5 extern FILE *stdin; 7 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); 12 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); 16 FILE *fp;
|
| /external/compiler-rt/SDKs/darwin/usr/include/ |
| stdio.h | 5 * This file is dual licensed under the MIT and the University of Illinois Open 10 * This is a stub SDK header file. This file is not part of the interface of 20 typedef struct __sFILE FILE; 52 extern FILE *__stderrp; 54 int fclose(FILE *); 55 int fflush(FILE *); 56 FILE *fopen(const char * restrict, const char * restrict) __asm(__FOPEN_NAME); 57 int fprintf(FILE * restrict, const char * restrict, ...); 58 size_t fwrite(const void * restrict, size_t, size_t, FILE * restrict [all...] |
| /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
| perf_print.h | 33 FILE *fDebug; /* file to event debugs */ 34 FILE *fPrint; /* file to event prints (Buffer) */ 53 __print_Boundary(FILE *fOut, 57 __print_Buffer(FILE *fOut, 64 __print_Command(FILE *fOut, 71 __print_Create(FILE *fOut, 75 __print_Done(FILE *fOut, 79 __print_Log(FILE *fOut [all...] |
| /ndk/tests/build/import-install/ |
| build.sh | 26 FILE=$DIR/$FILENAME 27 if [ ! -f "$FILE" ]; then 28 MISSING="$MISSING $FILE" 36 for FILE in $MISSING; do echo " $FILE"; done
|
| /sdk/emulator/qtools/ |
| dmtrace.h | 44 void write2LE(FILE* fstream, unsigned short val); 45 void write4LE(FILE* fstream, unsigned int val); 46 void write8LE(FILE* fstream, unsigned long long val); 47 void writeHeader(FILE *fstream, uint64_t startTime); 48 void writeDataRecord(FILE *fstream, int threadId, 51 void writeKeyFile(FILE *fstream); 52 void writeThreads(FILE *fstream); 53 void writeFunctions(FILE *fstream); 55 FILE *fData; 56 FILE *fTrace [all...] |
| /external/icu4c/tools/toolutil/ |
| writesrc.h | 8 * file name: writesrc.h 27 * Creates a source text file and write a header comment with the ICU copyright. 30 U_CAPI FILE * U_EXPORT2 34 * Creates a source text file and write a header comment with the ICU copyright. 37 U_CAPI FILE * U_EXPORT2 48 usrc_writeArray(FILE *f, 59 usrc_writeUTrie2Arrays(FILE *f, 70 usrc_writeUTrie2Struct(FILE *f, 87 usrc_writeArrayOfMostlyInvChars(FILE *f,
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| plugin.h | 1 /* Header file for internal GCC plugin mechanism. 4 This file is part of GCC. 17 along with GCC; see the file COPYING3. If not see 32 extern void dump_active_plugins (FILE *); 37 extern void print_plugins_versions (FILE *file, const char *indent); 38 extern void print_plugins_help (FILE *file, const char *indent);
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| plugin.h | 1 /* Header file for internal GCC plugin mechanism. 4 This file is part of GCC. 17 along with GCC; see the file COPYING3. If not see 32 extern void dump_active_plugins (FILE *); 37 extern void print_plugins_versions (FILE *file, const char *indent); 38 extern void print_plugins_help (FILE *file, const char *indent);
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| plugin.h | 1 /* Header file for internal GCC plugin mechanism. 4 This file is part of GCC. 17 along with GCC; see the file COPYING3. If not see 32 extern void dump_active_plugins (FILE *); 37 extern void print_plugins_versions (FILE *file, const char *indent); 38 extern void print_plugins_help (FILE *file, const char *indent);
|
| /external/bison/src/ |
| conflicts.h | 4 This file is part of Bison, the GNU Compiler Compiler. 17 along with Bison; see the file COPYING. If not, write to the Free 28 void conflicts_output (FILE *out);
|
| reduce.h | 5 This file is part of Bison, the GNU Compiler Compiler. 18 along with Bison; see the file COPYING. If not, write to 26 void reduce_output (FILE *out);
|
| /external/icu4c/samples/cal/ |
| uprint.h | 7 * File uprint.h 23 /* Print a ustring to the specified FILE* in the default codepage */ 24 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
|
| /external/icu4c/samples/date/ |
| uprint.h | 7 * File uprint.h 23 /* Print a ustring to the specified FILE* in the default codepage */ 24 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
|