/src/lib/libc/gen/ |
utimens.c | 1 /* $NetBSD: utimens.c,v 1.3 2023/08/01 07:04:15 mrg Exp $ */ 34 __RCSID("$NetBSD: utimens.c,v 1.3 2023/08/01 07:04:15 mrg Exp $"); 43 utimens(const char *path, const struct timespec times[2]) function in typeref:typename:int
|
/src/lib/librefuse/refuse/ |
v26.h | 83 int (*utimens) (const char *, const struct timespec[2]); member in struct:fuse_operations_v26
|
v28.h | 83 int (*utimens) (const char *, const struct timespec[2]); member in struct:fuse_operations_v28
|
v29.h | 83 int (*utimens) (const char *, const struct timespec[2]); member in struct:fuse_operations_v29
|
v30.h | 91 int (*utimens) (const char *, const struct timespec[2], struct fuse_file_info *); member in struct:fuse_operations_v30
|
v34.h | 79 int (*utimens) (const char *, const struct timespec[2], struct fuse_file_info *); member in struct:fuse_operations_v34
|
v35.h | 79 int (*utimens) (const char *, const struct timespec[2], struct fuse_file_info *); member in struct:fuse_operations_v35
|
v38.h | 79 int (*utimens) (const char *, const struct timespec[2], struct fuse_file_info *); member in struct:fuse_operations_v38
|