/ndk/sources/host-tools/make-3.81/config/ |
D | depcomp | 95 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/ |
D | depcomp | 116 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/ |
D | sys_stat_h.m4 | 8 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>])
|
D | lstat.m4 | 14 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/ |
D | lstat.c | 29 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()
|
D | acl.h | 23 int file_has_acl (char const *, struct stat const *);
|
D | file-has-acl.c | 221 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()
|
D | tempname.c | 65 # define struct_stat64 struct stat 73 # define __xstat64(version, file, buf) stat (file, buf)
|
D | sys_stat.in.h | 293 # define lstat stat 297 extern int rpl_lstat (const char *name, struct stat *buf);
|
D | gnulib.mk | 541 EXTRA_DIST += stat-macros.h 886 sys/stat.h: sys_stat.in.h 903 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
|
D | acl-internal.h | 206 extern int acl_nontrivial (int count, struct acl_entry *entries, struct stat *sb);
|
D | copy-acl.c | 459 struct stat source_statbuf; in qcopy_acl() 463 : stat (src_name, &source_statbuf)) == 0) in qcopy_acl()
|
D | set-mode-acl.c | 408 struct stat statbuf; in qset_acl() 415 ret = stat (name, &statbuf); in qset_acl()
|
/ndk/tests/device/stat/jni/ |
D | Android.mk | 4 LOCAL_MODULE := stat 5 LOCAL_SRC_FILES := stat.c
|
D | stat.c | 24 struct stat sb; in main() 31 if (stat(paths[i], &sb) != 0) in main()
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.h | 118 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/ |
D | utility.hpp | 40 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/ |
D | dirent.c | 30 struct stat sb; in opendir() 40 if (stat(pDirName, &sb) != 0) { in opendir()
|
/ndk/sources/host-tools/make-3.81/ |
D | dir.c | 174 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()
|
D | acinclude.m4 | 111 [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])
|
D | vmsify.c | 116 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()
|
D | config.ami | 82 /* 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,
|
D | vmsfunctions.c | 145 vms_stat (char *name, struct stat *buf) in vms_stat() 231 status = stat (name, buf); in vms_stat()
|
D | config.h-vms | 101 /* 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,
|
D | vpath.c | 518 struct stat st; in selective_vpath_search() 529 EINTRLOOP (e, stat (name, &st)); /* Does it really exist? */ in selective_vpath_search()
|