/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11.c | 42 #include <sys/stat.h>
|
/third_party/lz4/programs/ |
H A D | lz4io.c | 55 #include <sys/stat.h> /* stat64 */
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 261 pub struct stat { structure names
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 238 pub struct stat { structure names
|
/third_party/pulseaudio/src/pulse/ |
H A D | context.c | 34 #include <sys/stat.h>
|
/third_party/python/Lib/test/ |
H A D | test_httpservers.py | 370 mtime = os.stat(tempname).st_mtime
|
H A D | test_urllib2.py | 818 stats = os.stat(TESTFN)
|
/third_party/python/Python/ |
H A D | pylifecycle.c | 2210 struct stat st; in is_valid_fd()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 48 #include <sys/stat.h>
|
/third_party/python/Modules/ |
H A D | selectmodule.c | 23 #include <sys/stat.h>
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 140 pub struct stat { structure names
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config_file.c | 15 #include <sys/stat.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_file.c | 15 #include <sys/stat.h>
|
/third_party/elfutils/src/ |
H A D | elflint.c | 35 #include <sys/stat.h> 165 struct stat st; in main() 169 printf ("cannot stat '%s': %m\n", argv[remaining]); in main()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | basic_tests.c | 31 #include <sys/stat.h> 4272 struct stat sbuf; in amdgpu_gpu_reset_test()
|
/third_party/mksh/ |
H A D | edit.c | 433 struct stat statb; in x_file_glob() 447 stat(words[0], &statb) < 0) || in x_file_glob()
|
/third_party/backends/backend/ |
H A D | microtek2.c | 76 #include <sys/stat.h> 509 struct stat st; in sane_open() 578 rc = stat(PASSWD_FILE, &st); in sane_open()
|
H A D | umax1220u-common.c | 63 #include <sys/stat.h>
|
H A D | hp4200.c | 56 #include <sys/stat.h>
|
/third_party/icu/icu4c/source/ |
H A D | configure | 598 # include <sys/stat.h> 3433 struct stat; 3436 FILE * (*rcsopen) (struct buf *, struct stat *, int); 3470 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 4770 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 6431 #include <sys/stat.h>
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 861 struct stat primary_stat = {0}, render_stat = {0}; in radv_physical_device_try_create() 867 stat(drm_device->nodes[DRM_NODE_PRIMARY], &primary_stat) != 0) { in radv_physical_device_try_create() 869 "failed to stat DRM primary node %s", in radv_physical_device_try_create() 876 stat(drm_device->nodes[DRM_NODE_RENDER], &render_stat) != 0) { in radv_physical_device_try_create() 878 "failed to stat DRM render node %s", in radv_physical_device_try_create()
|
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 16 #include <sys/stat.h> 15968 struct stat s; 16011 struct stat s;
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 598 # include <sys/stat.h> 3421 struct stat; 3424 FILE * (*rcsopen) (struct buf *, struct stat *, int); 3458 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 4756 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 6422 #include <sys/stat.h>
|
/third_party/curl/lib/vssh/ |
H A D | libssh.c | 80 #include <sys/stat.h> 105 /* These stat values may not be the same as the user's S_IFMT / S_IFLNK */ 1613 * just doesn't support stat() in myssh_statemach_act() 1614 * OR the server doesn't return a file size with a stat() in myssh_statemach_act()
|
/third_party/curl/lib/vtls/ |
H A D | sectransp.c | 1309 if(stat(filename, &st) == 0) in is_file()
|