HomeSort by relevance Sort by last modified time
    Searched full:stat (Results 276 - 300 of 1263) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
SDL_syscdrom.c 29 #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/zlib/contrib/minizip/
minizip.c 19 # include <sys/stat.h>
68 struct stat s; /* results of stat() */
85 /* not all systems allow stat'ing a file with / appended */
86 if (stat(name,&s)==0)
  /external/blktrace/
blkiomon.c 24 #include <sys/stat.h>
58 struct blkiomon_stat stat; member in struct:dstat_msg
171 blkiomon_stat_init(&dstat->msg.stat);
186 if (dstat->msg.stat.device < device)
188 else if (dstat->msg.stat.device > device)
213 dstat->msg.stat.device = device;
237 struct blkiomon_stat *p = &dstat->msg.stat;
260 dstat->msg.stat.time = ts->tv_sec;
261 blkiomon_stat_print(human.fp, &dstat->msg.stat);
262 blkiomon_stat_to_be(&dstat->msg.stat);
    [all...]
blkrawverify.c 26 #include <sys/stat.h>
279 struct stat st;
299 if (stat(fname, &st) < 0) {
  /external/bluetooth/glib/glib/
gstdio.c 28 #include <sys/stat.h>
428 * @buf: a pointer to a <structname>stat</structname> struct, which
431 * A wrapper for the POSIX stat() function. The stat() function
432 * returns information about a file. On Windows the stat() function in
437 * See your C library manual for more details about stat().
446 struct stat *buf)
475 return stat (filename, buf);
482 * @buf: a pointer to a <structname>stat</structname> struct, which
486 * like stat() except that in the case of symbolic links, it return
    [all...]
  /external/e2fsprogs/
configure.in 626 AC_CHECK_HEADERS(dirent.h errno.h getopt.h malloc.h mntent.h paths.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h unistd.h utime.h linux/fd.h linux/major.h net/if_dl.h netinet/in.h sys/disklabel.h sys/ioctl.h sys/mkdev.h sys/mman.h sys/prctl.h sys/queue.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys/syscall.h sys/sysmacros.h sys/time.h sys/types.h sys/un.h sys/wait.h)
702 dnl See if struct stat has a st_flags field, in which case we can get file
705 AC_MSG_CHECKING(whether struct stat has a st_flags field)
707 AC_TRY_COMPILE([#include <sys/stat.h>],
708 [struct stat stat; stat.st_flags = 0;],
715 AC_TRY_COMPILE([#include <sys/stat.h>],
716 [struct stat stat; stat.st_flags |= UF_IMMUTABLE;]
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.c 786 tokenstat stat; local
793 if ((stat = whitespace (c)) == LINE_DONE)
795 } while (stat == WHITESPACE);
903 tokenstat stat; local
914 stat = gettoken ();
916 switch (stat)
1015 fprintf (stderr, "Error: unknown tokenstat %d\n", stat);
1024 tokenstat stat; local
1033 stat = parseline ();
1036 switch (stat)
    [all...]
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 786 tokenstat stat; local
793 if ((stat = whitespace (c)) == LINE_DONE)
795 } while (stat == WHITESPACE);
903 tokenstat stat; local
914 stat = gettoken ();
916 switch (stat)
1015 fprintf (stderr, "Error: unknown tokenstat %d\n", stat);
1024 tokenstat stat; local
1033 stat = parseline ();
1036 switch (stat)
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 70 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);
  /frameworks/base/tools/localize/
XLIFFFile.cpp 590 Stats stat; local
591 stat.config = config;
592 stat.files = m_files.size();
593 stat.toBeTranslated = 0;
594 stat.noComments = 0;
597 stat.toBeTranslated += file->transUnits.size();
602 stat.noComments++;
607 stat.totalStrings = stat.toBeTranslated;
609 return stat;
    [all...]
  /hardware/msm7k/librpc/
clnt.c 376 if (reply_header.stat != RPC_MSG_ACCEPTED) {
378 ret = reply_header.u.dr.stat + RPC_VERSMISMATCH;
382 } else if (reply_header.u.ar.stat != RPC_ACCEPT_SUCCESS) {
384 ret = reply_header.u.ar.stat + RPC_AUTHERROR;
453 if (!XDR_RECV_ENUM(xdr, &accreply->stat)) {
457 switch ((*accreply).stat) {
487 if (!XDR_RECV_ENUM (xdr, &rejreply->stat))
490 switch ((*rejreply).stat) {
510 if (!XDR_RECV_ENUM(xdr, &reply->stat)) {
514 switch ((*reply).stat) {
    [all...]
  /external/clearsilver/imd/
imd.c 19 #include <sys/stat.h>
161 struct stat statinfo;
162 if ( stat(dir, &statinfo) != 0) {
207 struct stat s;
255 if (!stat(rpath, &s))
263 if (stat(nfile, &s))
282 struct stat s;
285 if (!stat(cachepath, &s) && s.st_size)
288 /* we should probably stat the files and make sure the thumbnail
330 if (!stat(cachepath, &s) && s.st_size
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 69 #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 *sbuf
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 41 #include <sys/stat.h>
408 * stat() wrapper.
410 * @param filename the filename to stat
411 * @param statbuf the stat info to fill in
421 struct stat sb;
427 if (stat (filename_c, &sb) < 0)
  /external/gtest/src/
gtest-filepath.cc 42 #include <sys/stat.h>
49 #include <sys/stat.h> // NOLINT
180 struct stat file_stat = {};
181 return stat(pathname_.c_str(), &file_stat) == 0;
208 struct stat file_stat = {};
209 result = stat(pathname_.c_str(), &file_stat) == 0 &&
  /external/libpng/scripts/
makefile.cygwin 159 all-static: $(STATLIB) pngtest-stat$(EXE)
176 pngtest-stat$(EXE): pngtest.o $(STATLIB)
187 test-static: pngtest-stat$(EXE)
188 ./pngtest-stat $(S)/pngtest.png
271 pngtest-stat$(EXE) pngtest$(EXE) pngout.png $(SHAREDDEF) \
299 pngtest-stat.o: png.h pngconf.h pngtest.c
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/
SDL_syscdrom.c 30 #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/quake/quake/src/WinQuake/
sys_android.cpp 36 #include <sys/stat.h>
218 struct stat buf;
220 if (stat (path,&buf) == -1)
235 struct stat fileinfo;
399 struct stat sb;
400 if(stat(path, &sb))
  /external/yaffs2/yaffs2/utils/
mkyaffsimage.c 29 #include <sys/stat.h>
331 static int write_object_header(int objId, yaffs_ObjectType t, struct stat *s, int parent, const char *name, int equivalentObj, const char * alias)
404 struct stat stats;
531 struct stat stats;
549 if(stat(argv[1],&stats) < 0)
551 printf("Could not stat %s\n",argv[1]);
  /external/bluetooth/bluez/sbc/
sbcdec.c 35 #include <sys/stat.h>
49 struct stat st;
56 if (stat(filename, &st) < 0) {
  /external/bluetooth/bluez/tools/
l2ping.c 65 static void stat(int sig) function
84 sa.sa_handler = stat;
242 stat(0);
  /external/e2fsprogs/debugfs/
dump.c 20 #include <sys/stat.h>
319 struct stat st;
332 i = stat(argv[2], &st);
  /external/quake/quake/src/QW/server/
sys_unix.c 28 #include <sys/stat.h>
58 struct stat buf;
60 if (stat (path,&buf) == -1)
  /frameworks/base/core/jni/
android_os_Debug.cpp 229 static jint read_binder_stat(const char* stat)
248 // now that we have this process, read until we find the stat that we are looking for
249 len = snprintf(compare, 128, " %s: ", stat);
  /prebuilt/sdk/tools/linux/
acp 

Completed in 115 milliseconds

<<11121314151617181920>>