Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 114) sorted by relevance

12345

/ndk/sources/host-tools/make-3.81/config/
Ddepcomp95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat=$?
[all …]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Ddepcomp116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat=$?
[all …]
/ndk/sources/host-tools/sed-4.2.1/m4/
Dsys_stat_h.m48 dnl Test whether <sys/stat.h> contains lstat and mkdir or must be substituted.
15 dnl stat is a good replacement.
27 dnl Check for broken stat macros.
30 gl_CHECK_NEXT_HEADERS([sys/stat.h])
31 SYS_STAT_H='sys/stat.h'
35 dnl <sys/stat.h>.
38 [Define to the type of st_nlink in struct stat, or a supertype.])],
40 #include <sys/stat.h>])
Dlstat.m414 dnl If lstat does not exist, the replacement <sys/stat.h> does
15 dnl "#define lstat stat", and lstat.c does not need to be compiled.
/ndk/sources/host-tools/sed-4.2.1/lib/
Dlstat.c29 orig_lstat (const char *filename, struct stat *buf) in orig_lstat()
54 rpl_lstat (const char *file, struct stat *sbuf) in rpl_lstat()
70 if (stat (file, sbuf) != 0) in rpl_lstat()
Dacl.h23 int file_has_acl (char const *, struct stat const *);
Dfile-has-acl.c221 acl_nontrivial (int count, struct acl_entry *entries, struct stat *sb) in acl_nontrivial()
275 file_has_acl (char const *name, struct stat const *sb) in file_has_acl()
491 struct stat statbuf; in file_has_acl()
493 if (stat (name, &statbuf) < 0) in file_has_acl()
Dtempname.c65 # define struct_stat64 struct stat
73 # define __xstat64(version, file, buf) stat (file, buf)
Dsys_stat.in.h293 # define lstat stat
297 extern int rpl_lstat (const char *name, struct stat *buf);
Dgnulib.mk541 EXTRA_DIST += stat-macros.h
886 sys/stat.h: sys_stat.in.h
903 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
Dacl-internal.h206 extern int acl_nontrivial (int count, struct acl_entry *entries, struct stat *sb);
Dcopy-acl.c459 struct stat source_statbuf; in qcopy_acl()
463 : stat (src_name, &source_statbuf)) == 0) in qcopy_acl()
Dset-mode-acl.c408 struct stat statbuf; in qset_acl()
415 ret = stat (name, &statbuf); in qset_acl()
/ndk/tests/device/stat/jni/
DAndroid.mk4 LOCAL_MODULE := stat
5 LOCAL_SRC_FILES := stat.c
Dstat.c24 struct stat sb; in main()
31 if (stat(paths[i], &sb) != 0) in main()
/ndk/sources/host-tools/make-3.81/glob/
Dglob.h118 struct stat;
132 int (*gl_lstat) __PMT ((__const char *, struct stat *));
134 int (*gl_stat) __PMT ((__const char *, struct stat *, ...));
136 int (*gl_stat) __PMT ((__const char *, struct stat *));
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/
Dutility.hpp40 int stat; in demangle() local
42 realname = abi::__cxa_demangle(name,NULL,&len,&stat); in demangle()
/ndk/sources/host-tools/make-3.81/w32/compat/
Ddirent.c30 struct stat sb; in opendir()
40 if (stat(pDirName, &sb) != 0) { in opendir()
/ndk/sources/host-tools/make-3.81/
Ddir.c174 vmsstat_dir (char *name, struct stat *st) in vmsstat_dir()
448 struct stat st; in find_directory()
469 EINTRLOOP (r, stat (name, &st)); in find_directory()
586 struct stat st; in dir_contents_file_exists_p()
649 else if (stat(dir->path_key, &st) == 0 && st.st_mtime > dir->mtime) in dir_contents_file_exists_p()
1181 #ifndef stat
1183 extern int stat PARAMS ((const char *path, struct stat *sbuf));
1185 # define local_stat stat
1188 local_stat (const char *path, struct stat *buf) in local_stat()
1192 EINTRLOOP (e, stat (path, buf)); in local_stat()
Dacinclude.m4111 [AC_CACHE_CHECK([for nanoseconds field of struct stat.st_mtim],
123 #include <sys/stat.h>
124 ], [struct stat s; s.st_mtim.ST_MTIM_NSEC;],
132 [Define if struct stat contains a nanoseconds field])
Dvmsify.c116 int stat; in trnlog() local
125 stat = lib$sys_trnlog (&name_dsc, &resltlen, &reslt_dsc); in trnlog()
127 if ((stat&1) == 0) in trnlog()
131 if (stat == SS$_NOTRAN) in trnlog()
Dconfig.ami82 /* Define if your struct stat has st_blksize. */
85 /* Define if your struct stat has st_blocks. */
91 /* Define if your struct stat has st_rdev. */
141 /* Define if you need to in order for stat and other things to work. */
161 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
204 /* Define to be the nanoseconds member of struct stat's st_mtim,
Dvmsfunctions.c145 vms_stat (char *name, struct stat *buf) in vms_stat()
231 status = stat (name, buf); in vms_stat()
Dconfig.h-vms101 /* Define if your struct stat has st_blksize. */
104 /* Define if your struct stat has st_blocks. */
110 /* Define if your struct stat has st_rdev. */
165 /* Define if you need to in order for stat and other things to work. */
185 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
227 /* Define to be the nanoseconds member of struct stat's st_mtim,
Dvpath.c518 struct stat st; in selective_vpath_search()
529 EINTRLOOP (e, stat (name, &st)); /* Does it really exist? */ in selective_vpath_search()

12345