| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| libiberty.h | 6 Note - certain prototypes declared in this header file are for 8 FSF. Those prototypes are present in this file for reference 9 purposes only and their presence in this file should not construed 33 systems that do support those functions. In this file we only 53 avoid any multi-threaded locking. Otherwise leave the FILE pointer 56 extern void unlock_stream (FILE *); 64 /* Open and return a FILE pointer. If the OS supports it, ensure that 66 return the FILE pointer unchanged. */ 68 extern FILE *fopen_unlocked (const char *, const char *); 69 extern FILE *fdopen_unlocked (int, const char *) [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| libiberty.h | 6 Note - certain prototypes declared in this header file are for 8 FSF. Those prototypes are present in this file for reference 9 purposes only and their presence in this file should not construed 33 systems that do support those functions. In this file we only 53 avoid any multi-threaded locking. Otherwise leave the FILE pointer 56 extern void unlock_stream (FILE *); 64 /* Open and return a FILE pointer. If the OS supports it, ensure that 66 return the FILE pointer unchanged. */ 68 extern FILE *fopen_unlocked (const char *, const char *); 69 extern FILE *fdopen_unlocked (int, const char *) [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| libiberty.h | 6 Note - certain prototypes declared in this header file are for 8 FSF. Those prototypes are present in this file for reference 9 purposes only and their presence in this file should not construed 33 systems that do support those functions. In this file we only 53 avoid any multi-threaded locking. Otherwise leave the FILE pointer 56 extern void unlock_stream (FILE *); 64 /* Open and return a FILE pointer. If the OS supports it, ensure that 66 return the FILE pointer unchanged. */ 68 extern FILE *fopen_unlocked (const char *, const char *); 69 extern FILE *fdopen_unlocked (int, const char *) [all...] |
| /external/webkit/Tools/Scripts/ |
| svn-apply | 40 # Has mode where it will roll back to svn version numbers in the patch file so svn 54 # When doing a removal, check that old file matches what's being removed. 64 use File::Basename; 65 use File::Spec; 121 # Need to use a typeglob to pass the file handle as a parameter, 125 print "Parsed " . @diffHashRefs . " diffs from patch file(s).\n"; 136 for my $file (sort keys %sourceRevisions) { 137 my $version = $sourceRevisions{$file}; 138 print "Getting version $version of $file\n"; 139 system("svn", "update", "-r", $version, $file) == 0 or die "Failed to run svn update -r $version $file." [all...] |
| report-include-statistics | 32 use File::Find; 42 my $file = $_; 44 if ($file eq "icu") { 45 $File::Find::prune = 1; 49 if ($file !~ /^\./ && $file =~ /\.(h|cpp|c|mm|m)$/) { 50 $paths{$file} = $File::Find::name; 51 $sources{$file} = $File::Find::name if $file !~ /\.h/ [all...] |
| /ndk/sources/host-tools/sed-4.2.1/sed/ |
| utils.c | 50 name of the file that had the error */ 54 FILE *fp; 61 static void do_ck_fclose P_((FILE *fp)); 105 static const char *utils_fp_name P_((FILE *fp)); 108 FILE *fp; 127 FILE *fp; 152 FILE * 158 FILE *fp; 164 panic(_("couldn't open file %s: %s"), name, strerror(errno)); 174 FILE * [all...] |
| /external/blktrace/btt/ |
| output.c | 54 void output_section_hdr(FILE *ofp, char *hdr) 61 void output_hdr(FILE *ofp, char *hdr) 68 void __output_avg(FILE *ofp, char *hdr, struct avg_info *ap, int do_easy) 94 FILE *ofp; 109 void output_dip_avg(FILE *ofp, char *hdr, ai_dip_t (*func)(struct d_info *)) 118 FILE *ofp; 128 FILE *ofp = q2dp->ofp; 138 void output_q2d_histo(FILE *ofp) 186 fprintf((FILE *)arg, 225 void output_dip_merge_ratio(FILE *ofp [all...] |
| q2d.c | 69 void q2d_display_header(FILE *fp) 83 void q2d_display_dashes(FILE *fp) 92 void q2d_display(FILE *fp, void *priv)
|
| /external/iproute2/tc/ |
| tc_monitor.c | 40 FILE *fp = (FILE*)arg; 70 char *file = NULL; local 74 if (matches(*argv, "file") == 0) { 76 file = *argv; 88 if (file) { 89 FILE *fp; 90 fp = fopen(file, "r");
|
| /external/webkit/Source/WebKit2/Scripts/ |
| generate-forwarding-headers.pl | 31 use File::Find; 32 use File::Basename; 33 use File::Path qw(mkpath); 34 use File::Spec::Functions; 36 my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../..")); 60 find(\&collectFameworkHeaderPaths, File::Spec->catfile($srcRoot, $framework)); 65 my $filePath = $File::Find::name; 66 my $file = $_; 68 open(FILE, "<$file") or die "Could not open $filePath.\n" [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
| grp.h | 2 This file is part of the GNU C Library. 59 /* Rewind the group-file stream. 65 /* Close the group-file stream. 71 /* Read an entry from the group-file stream, opening it if necessary. 85 extern struct group *fgetgrent (FILE *__stream); 96 FILE *__restrict __f); 163 extern int fgetgrent_r (FILE *__restrict __stream,
|
| pwd.h | 2 This file is part of the GNU C Library. 69 /* Rewind the password-file stream. 75 /* Close the password-file stream. 81 /* Read an entry from the password-file stream, opening it if necessary. 95 extern struct passwd *fgetpwent (FILE *__stream); 104 FILE *__restrict __f); 164 extern int fgetpwent_r (FILE *__restrict __stream, 173 /* Re-construct the password-file line for the given uid 175 will expect, but this need not be the format of the password file.
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
| grp.h | 2 This file is part of the GNU C Library. 59 /* Rewind the group-file stream. 65 /* Close the group-file stream. 71 /* Read an entry from the group-file stream, opening it if necessary. 85 extern struct group *fgetgrent (FILE *__stream); 96 FILE *__restrict __f); 163 extern int fgetgrent_r (FILE *__restrict __stream,
|
| pwd.h | 2 This file is part of the GNU C Library. 69 /* Rewind the password-file stream. 75 /* Close the password-file stream. 81 /* Read an entry from the password-file stream, opening it if necessary. 95 extern struct passwd *fgetpwent (FILE *__stream); 104 FILE *__restrict __f); 164 extern int fgetpwent_r (FILE *__restrict __stream, 173 /* Re-construct the password-file line for the given uid 175 will expect, but this need not be the format of the password file.
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
| grp.h | 2 This file is part of the GNU C Library. 59 /* Rewind the group-file stream. 65 /* Close the group-file stream. 71 /* Read an entry from the group-file stream, opening it if necessary. 85 extern struct group *fgetgrent (FILE *__stream); 96 FILE *__restrict __f); 163 extern int fgetgrent_r (FILE *__restrict __stream,
|
| pwd.h | 2 This file is part of the GNU C Library. 69 /* Rewind the password-file stream. 75 /* Close the password-file stream. 81 /* Read an entry from the password-file stream, opening it if necessary. 95 extern struct passwd *fgetpwent (FILE *__stream); 104 FILE *__restrict __f); 164 extern int fgetpwent_r (FILE *__restrict __stream, 173 /* Re-construct the password-file line for the given uid 175 will expect, but this need not be the format of the password file.
|
| /system/extras/tests/bionic/libc/common/ |
| bench_stdio.c | 53 void read_file(FILE* fp, int chunkSize) 61 void write_file(FILE* fp, int chunkSize) 80 FILE* fp = fopen("/dev/zero", "rw");
|
| /bionic/libc/bionic/ |
| pututline.c | 35 FILE* f;
|
| /bionic/libc/stdio/ |
| fpurge.c | 41 * given FILE's buffer empty. 44 fpurge(FILE *fp)
|
| fwrite.c | 39 * Write `count' objects (each size `size') from memory to the given file. 43 fwrite(const void *buf, size_t size, size_t count, FILE *fp)
|
| sprintf.c | 50 FILE f;
|
| vsnprintf.c | 44 FILE f;
|
| vsprintf.c | 48 FILE f;
|
| vsscanf.c | 48 FILE f;
|
| wbuf.c | 40 * the given file. Flush the buffer out if it is or becomes full, 41 * or if c=='\n' and the file is line buffered. 44 __swbuf(int c, FILE *fp) 66 * completely, or if c is '\n' and the file is line buffered,
|