Home
last modified time | relevance | path

Searched defs:ST_ATIM_NSEC (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/fusefs-libs/fuse-2.9.9/lib/
H A Dfuse_misc.h39 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
46 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro
52 #define ST_ATIM_NSEC(stbuf) 0 macro
/dports/emulators/qemu5/qemu-5.2.0/tools/virtiofsd/
H A Dfuse_misc.h39 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
47 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro
54 #define ST_ATIM_NSEC(stbuf) 0 macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tools/virtiofsd/
H A Dfuse_misc.h39 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
47 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro
54 #define ST_ATIM_NSEC(stbuf) 0 macro
/dports/emulators/qemu/qemu-6.2.0/tools/virtiofsd/
H A Dfuse_misc.h38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
46 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro
53 #define ST_ATIM_NSEC(stbuf) 0 macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tools/virtiofsd/
H A Dfuse_misc.h38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
46 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro
53 #define ST_ATIM_NSEC(stbuf) 0 macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tools/virtiofsd/
H A Dfuse_misc.h39 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
47 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro
54 #define ST_ATIM_NSEC(stbuf) 0 macro
/dports/sysutils/fusefs-libs3/fuse-3.10.5/lib/
H A Dfuse_misc.h27 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
35 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro
42 #define ST_ATIM_NSEC(stbuf) 0 macro
/dports/emulators/qemu60/qemu-6.0.0/tools/virtiofsd/
H A Dfuse_misc.h38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
46 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro
53 #define ST_ATIM_NSEC(stbuf) 0 macro
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/dsymutil/X86/
H A Dswift-ast-x86_64.test1 RUN: dsymutil -oso-prepend-path %p/.. %p/../Inputs/swift-ast.macho.x86_64 -o %T/swift-ast.dSYM -ver…
2 RUN: llvm-readobj --sections --section-data %T/swift-ast.dSYM/Contents/Resources/DWARF/swift-ast.ma…
3 RUN: llvm-dwarfdump --show-section-sizes %T/swift-ast.dSYM/Contents/Resources/DWARF/swift-ast.macho…
4
5 The tested object file has been created by the dummy Swift code:
6 let x = 1
7
8 Compiled with:
9 swiftc /tmp/test.swift -Onone -target x86_64-apple-macosx10.9 -c
10 …ld swift-ast.o -add_ast_path Inputs/swift-ast.swiftmodule -arch x86_64 -lSystem -macosx_version_mi…
[all …]