Home
last modified time | relevance | path

Searched refs:st_mtimensec (Results 1 – 8 of 8) sorted by relevance

/external/mksh/src/
Dfuncs.c2757 #undef st_mtimensec
2758 #define st_mtimensec st_mtim.tv_nsec macro
2769 if (sb1->st_mtimensec < sb2->st_mtimensec) in mtimecmp()
2771 if (sb1->st_mtimensec > sb2->st_mtimensec) in mtimecmp()
DBuild.sh2294 ac_test st_mtimensec '!' st_mtim 0 'for struct stat.st_mtimensec' <<-'EOF'
2297 int main(void) { struct stat sb; return (sizeof(sb.st_mtimensec)); }
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp298 out->st_mtimensec = in->st_mtime_nsec; in kernel_stat_to_stat()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs114 pub st_mtimensec: ::c_long,
/external/python/cpython2/
Dpyconfig.h.in709 /* Define if you have struct stat.st_mtimensec */
Dconfigure.ac4527 [Define if you have struct stat.st_mtimensec])
/external/python/cpython3/
Dpyconfig.h.in1021 /* Define if you have struct stat.st_mtimensec */
Dconfigure.ac5130 [Define if you have struct stat.st_mtimensec])