Searched
refs:FILE (Results
476 -
500 of
2817) sorted by null
<<11121314151617181920>>
/external/webkit/Tools/Scripts/ |
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...] |
/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,
|
/bootable/recovery/ |
common.h | 5 * you may not use this file except in compliance with the License. 44 // fopen a file, mounting volumes and making parent dirs as necessary. 45 FILE* fopen_path(const char *path, const char *mode);
|
/device/asus/flo/conn_init/ |
conn_init.c | 5 * you may not use this file except in compliance with the License. 31 FILE *fp = NULL;
|
/device/lge/mako/conn_init/ |
conn_init.c | 5 * you may not use this file except in compliance with the License. 31 FILE *fp = NULL;
|
/device/samsung/manta/libsensors/ |
IioSensorBase.h | 5 * you may not use this file except in compliance with the License. 42 FILE *mIioSysfsChanFp;
|
/external/blktrace/btt/ |
misc.c | 36 FILE *ofp; 83 * keep bumping our open file limits, and if those fail, we return NULL. 118 void add_file(FILE *fp, char *oname) 155 FILE *my_fopen(const char *path, const char *mode) 157 FILE *fp;
|
/external/chromium/chrome/browser/chromeos/login/ |
owner_manager_unittest.cc | 3 // found in the LICENSE file. 36 file_thread_(BrowserThread::FILE), 88 BrowserThread::FILE, FROM_HERE, 109 BrowserThread::FILE, FROM_HERE, 126 BrowserThread::FILE, FROM_HERE, 146 BrowserThread::FILE, FROM_HERE, 168 BrowserThread::FILE, FROM_HERE, 194 BrowserThread::FILE, FROM_HERE, 226 BrowserThread::FILE, FROM_HERE, 253 BrowserThread::FILE, FROM_HERE [all...] |
user_image_loader.cc | 3 // found in the LICENSE file. 34 BrowserThread::PostTask(BrowserThread::FILE, 44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 87 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
/external/chromium/chrome/browser/ |
icon_loader.cc | 3 // found in the LICENSE file. 35 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
|
/external/chromium/chrome/browser/net/ |
blob_url_request_job_factory.cc | 3 // found in the LICENSE file. 34 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE));
|
Completed in 795 milliseconds
<<11121314151617181920>>