Searched refs:stat (Results 201 - 225 of 862) sorted by relevance

1234567891011>>

/external/quake/quake/src/QW/client/
H A Dsys_android.c35 #include <sys/stat.h>
184 struct stat buf;
186 if (stat (path,&buf) == -1)
201 struct stat fileinfo;
H A Dsys_linux.c32 #include <sys/stat.h>
179 struct stat buf;
181 if (stat (path,&buf) == -1)
196 struct stat fileinfo;
/external/quake/quake/src/WinQuake/
H A Dsys_linux.cpp13 #include <sys/stat.h>
177 struct stat buf;
179 if (stat (path,&buf) == -1)
194 struct stat fileinfo;
/external/srec/portable/src/UNIX/
H A DPFileWrapUNIX_OS_Specific.c21 #include <sys/stat.h>
/external/valgrind/main/callgrind/
H A Dfn.c241 CLG_(stat).distinct_objs ++;
242 obj->number = CLG_(stat).distinct_objs;
299 CLG_(stat).distinct_files++;
300 file->number = CLG_(stat).distinct_files;
340 CLG_(stat).distinct_fns++;
341 fn->number = CLG_(stat).distinct_fns;
365 if (CLG_(stat).distinct_fns >= current_fn_active.size)
451 CLG_(stat).no_debug_BBs++;
458 CLG_(stat).full_debug_BBs++;
462 CLG_(stat)
[all...]
H A Djumps.c132 CLG_(stat).jcc_hash_resizes++;
178 CLG_(stat).distinct_jccs++;
182 CLG_(stat).distinct_jccs, jcc);
213 CLG_(stat).jcc_lru_misses++;
H A Dcontext.c136 CLG_(stat).cxt_hash_resizes++;
213 cxt->base_number = CLG_(stat).context_counter;
216 CLG_(stat).context_counter += recs;
217 CLG_(stat).distinct_contexts++;
256 CLG_(stat).cxt_lru_misses++;
/external/valgrind/main/none/tests/
H A Dpth_cancel2.c21 #include <sys/stat.h>
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
H A Drule_bison.py79 os.stat(outputHTry)
/external/webkit/Source/WebCore/
H A DWebCorePrefix.h107 #include <sys/stat.h>
/external/webkit/Source/WebCore/platform/android/
H A DFileSystemAndroid.cpp37 #include <sys/stat.h>
/external/chromium/base/
H A Dfile_util.h20 #include <sys/stat.h>
414 struct stat stat;
481 struct stat stat; member in struct:file_util::FileEnumerator::DirectoryEntryInfo
575 struct stat stat_buf;
576 if (stat(path.value().c_str(), &stat_buf) != 0)
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h70 int *stat, rsa_key *key);
83 int *stat, rsa_key *key);
137 int hash_idx, int *stat,
246 int *stat, ecc_key *key);
338 int *stat, dsa_key *key);
342 int *stat, dsa_key *key);
355 int dsa_verify_key(dsa_key *key, int *stat);
/external/zlib/src/examples/
H A Dgzlog.c235 #include <sys/stat.h> /* stat */
345 if stat() or unlink() fails, it may be due to another process noticing the
351 struct stat st;
357 if (stat(log->path, &st) == 0 && time(NULL) - st.st_mtime > PATIENCE) {
364 if (stat(log->path, &st) == 0)
374 struct stat st;
378 if (stat(log->path, &st) == 0)
386 struct stat st;
389 if (stat(lo
[all...]
/external/e2fsprogs/util/
H A Dsubst.c15 #include <sys/stat.h>
312 struct stat stbuf;
376 struct stat st;
381 if (stat(outfn, &stbuf) == 0) {
397 if (stat(outfn, &st) == 0)
/external/icu4c/common/
H A Dumapfile.c45 # include <sys/stat.h>
166 struct stat mystat;
172 if(stat(path, &mystat)!=0 || mystat.st_size<=0) {
380 struct stat mystat;
385 if(stat(path, &mystat)!=0 || mystat.st_size<=0) {
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/
H A DSDL_syscdrom.c29 #include <sys/stat.h>
63 static int CheckDrive(char *drive, struct stat *stbuf)
69 if ( stat(drive, stbuf) < 0 ) {
97 static void AddDrive(char *drive, struct stat *stbuf)
139 struct stat stbuf;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
H A DSDL_syscdrom.c30 #include <sys/stat.h>
66 static int CheckDrive(char *drive, struct stat *stbuf)
72 if ( stat(drive, stbuf) < 0 ) {
102 static void AddDrive(char *drive, struct stat *stbuf)
148 struct stat stbuf;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
H A DSDL_syscdrom.c29 #include <sys/stat.h>
64 static int CheckDrive(char *drive, struct stat *stbuf)
75 if (stat(drive, stbuf) < 0)
110 static void AddDrive(char *drive, struct stat *stbuf)
149 struct stat stbuf;
/external/doclava/src/com/google/doclava/apicheck/
H A DApiFile.java118 boolean stat = false;
138 stat = true;
167 pkgpriv, false/*isPrivate*/, stat, iface, abs, true/*isOrdinaryClass*/,
278 boolean stat = false;
298 stat = true;
324 stat, false/*isSynthetic*/, abs/*isAbstract*/, syn, false/*isNative*/,
351 boolean stat = false;
372 stat = true;
411 field = new FieldInfo(name, cl, cl, pub, prot, pkgpriv, false/*isPrivate*/, fin, stat,
/external/grub/lib/
H A Ddevice.c33 #include <sys/stat.h>
233 struct stat st;
271 struct stat st;
273 dev_devfsd_exists = stat ("/dev/.devfsd", &st) == 0;
459 struct stat st;
685 struct stat st;
690 if (stat (discn, &st) < 0)
833 struct stat st;
836 assert (stat (map[drive], &st) == 0);
/external/mdnsresponder/mDNSPosix/
H A DNetMonitor.c105 int stat[OP_NumTypes]; member in struct:ActivityStat_struct
176 unsigned long stat[OP_NumTypes]; member in struct:__anon10010
230 for (i=0; i<OP_NumTypes; i++) entry->stat[i] = 0;
366 e->stat[OP_probe], e->stat[OP_goodbye],
367 e->stat[OP_browseq], e->stat[OP_browsea],
368 e->stat[OP_resolveq], e->stat[OP_resolvea]);
429 for (i=0; i<OP_NumTypes; i++) (*s)->stat[
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
H A DSDL_syscdrom.c30 #include <sys/stat.h>
119 static int CheckDrive(char *drive, char *mnttype, struct stat *stbuf)
125 if ( stat(drive, stbuf) < 0 ) {
154 static void AddDrive(char *drive, struct stat *stbuf)
191 struct stat stbuf;
268 struct stat stbuf;
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c69 #include <sys/stat.h>
233 static const struct stat *findFile(const char *file, const char **fullPath);
236 static struct dlstatus *lookupStatus(const struct stat *sbuf);
237 static void insertStatus(struct dlstatus *dls, const struct stat *sbuf);
242 static struct dlstatus *loadModule(const char *path, const struct stat *sbuf, int mode);
444 static const struct stat *findFile(const char *file, const char **fullPath)
447 static struct stat sbuf;
451 if (0 == stat(file, &sbuf))
460 if (0 == stat(*fullPath, &sbuf))
488 static struct dlstatus *lookupStatus(const struct stat *sbu
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedParser.m113 * $ANTLR start stat
114 * Combined.g:7:1: stat : ( identifier )+ ;
116 - (void) stat
170 /* $ANTLR end stat */

Completed in 514 milliseconds

1234567891011>>