Searched refs:stat (Results 176 - 200 of 868) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.h133 - (void)stat;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCTP.h96 - (void)stat;
/external/bluetooth/bluez/compat/
H A Ddun.c39 #include <sys/stat.h>
189 struct stat st;
214 while (stat(tty, &st) < 0) {
216 if (stat(tty, &st) < 0) {
/external/bluetooth/glib/gio/fen/
H A Dfen-node.h34 gint stat; member in struct:node
/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmimecache.h62 struct stat *statbuf);
/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock_posix.cc9 #include <sys/stat.h>
/external/chromium/third_party/libevent/sample/
H A Dtime-test.c12 #include <sys/stat.h>
/external/chromium/third_party/libevent/test/
H A Dtest-eof.c14 #include <sys/stat.h>
H A Dtest-time.c14 #include <sys/stat.h>
H A Dtest-weof.c14 #include <sys/stat.h>
/external/e2fsprogs/contrib/
H A Dmake-sparse.c19 #include <sys/stat.h>
/external/e2fsprogs/lib/ext2fs/
H A Dalloc_sb.c21 #include <sys/stat.h>
H A Dtst_byteswap.c19 #include <sys/stat.h>
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp22 #include <sys/stat.h>
35 # include <sys/stat.h>
178 struct stat st;
180 if(stat(pathname,&st) != 0)
196 // TODO: handle case where stat is not available
197 struct stat st;
199 if(stat(pathname,&st) != 0)
/external/kernel-headers/original/linux/
H A Dstat.h6 #include <asm/stat.h>
/external/libmtp/examples/
H A Dnewplaylist.c26 #include <sys/stat.h>
/external/libmtp/src/
H A Dutil.c34 #include <sys/stat.h>
/external/libxslt/libxslt/
H A Dsecurity.c18 #include <sys/stat.h>
46 /* MS C library seems to define stat and _stat. The definition
49 # define stat(x,y) _stat(x,y) macro
270 * if stat is not available on the target machine,
271 * returns 1. if stat fails, returns 0 (if calling
272 * stat on the filename fails, it can't be right).
273 * if stat succeeds and the file is a directory,
281 struct stat stat_buffer;
293 if (stat(path, &stat_buffer) == -1)
/external/openssh/openbsd-compat/
H A Dstrmode.c37 #include <sys/stat.h>
H A Dxmmap.c34 #include <sys/stat.h>
/external/openssh/
H A Dsftp-common.c30 #include <sys/stat.h>
63 /* Convert from struct stat to filexfer attribs */
65 stat_to_attrib(const struct stat *st, Attrib *a)
81 /* Convert from filexfer attribs to struct stat */
83 attrib_to_stat(const Attrib *a, struct stat *st)
190 ls_file(const char *name, const struct stat *st, int remote, int si_units)
/external/oprofile/daemon/
H A Dopd_pipe.c22 #include <sys/stat.h>
/external/qemu/
H A Ddevice_tree.c16 #include <sys/stat.h>
/external/qemu-pc-bios/bochs/bios/
H A Dusage.cc28 #include <sys/stat.h>
/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;

Completed in 459 milliseconds

1234567891011>>