HomeSort by: relevance | last modified time | path
    Searched refs:utimensat (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/lib/libc/gen/
utimens.c 45 return utimensat(AT_FDCWD, path, times, 0);
51 return utimensat(AT_FDCWD, path, times, AT_SYMLINK_NOFOLLOW);
  /src/tests/lib/libc/c063/
t_utimensat.c 52 #define FILE "dir/utimensat"
53 #define BASEFILE "utimensat"
87 atf_tc_set_md_var(tc, "descr", "See that utimensat works with fd");
101 RL(utimensat(dfd, BASEFILE, tptr, 0));
113 "See that utimensat works with fd as AT_FDCWD");
126 RL(utimensat(AT_FDCWD, BASEFILE, tptr, 0));
137 "See that utimensat fails with fd as AT_FDCWD and bad path");
142 ATF_CHECK_ERRNO(ENOENT, utimensat(AT_FDCWD, FILEERR, tptr, 0) == -1);
149 "See that utimensat fail with bad path");
157 ATF_CHECK_ERRNO(ENOENT, utimensat(dfd, FILEERR, tptr, 0) == -1)
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
sys_stat.in.h 387 /* Macros for futimens and utimensat. */
891 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our utimensat
893 to utimensat that is meant to invoke the libc's utimensat(), not gnulib's
894 utimensat(). */
897 # undef utimensat
898 # define utimensat rpl_utimensat
900 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name,
903 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name,
907 _GL_FUNCDECL_SYS (utimensat, int, (int fd, char const *name
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
sys_stat.in.h 387 /* Macros for futimens and utimensat. */
891 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our utimensat
893 to utimensat that is meant to invoke the libc's utimensat(), not gnulib's
894 utimensat(). */
897 # undef utimensat
898 # define utimensat rpl_utimensat
900 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name,
903 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name,
907 _GL_FUNCDECL_SYS (utimensat, int, (int fd, char const *name
    [all...]
  /src/lib/librumpuser/
configure.ac 31 arc4random_buf getsubopt fsync_range __quotactl utimensat \
  /src/external/gpl3/binutils/dist/binutils/
rename.c 176 result = utimensat (AT_FDCWD, destination, times, 0);
  /src/external/gpl3/binutils.old/dist/binutils/
rename.c 176 result = utimensat (AT_FDCWD, destination, times, 0);
  /src/sys/sys/
stat.h 233 * Special values for utimensat and futimens
282 int utimensat(int, const char *, const struct timespec [2], int);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
stat.d 1417 int utimensat(int dirfd, const char *pathname,
1490 int utimensat(int dirfd, const char *pathname,
1655 int utimensat(int dirfd, const char *pathname,
1694 int utimensat(int dirfd, const char *pathname,
1730 int utimensat(int dirfd, const char *pathname,
  /src/lib/libc/sys/
Makefile.inc 163 utimensat.S utrace.S uuidgen.S
403 MLINKS+=utimes.2 utimensat.2
  /src/external/gpl3/gdb/dist/gdb/
i386-syscalls.def 340 SYSCALL (320, utimensat)
i386-linux-tdep.c 724 UNSUPPORTED_SYSCALL_MAP (utimensat);
loongarch-linux-tdep.c 677 UNSUPPORTED_SYSCALL_MAP (utimensat);
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
filesystem_common.h 32 // utimensat.
511 if (::utimensat(AT_FDCWD, p.c_str(), TS.data(), 0) == -1) {
  /src/external/bsd/cron/dist/
crontab.c 153 return utimensat(AT_FDCWD, name, ts, 0);
  /src/external/mit/libuv/dist/src/unix/
fs.c 1154 return utimensat(AT_FDCWD, req->path, ts, 0);
1188 return utimensat(AT_FDCWD, req->path, ts, AT_SYMLINK_NOFOLLOW);
  /src/external/bsd/zstd/dist/programs/
util.c 36 # include <sys/stat.h> /* utimensat, st_mtime */
283 ret = utimensat(AT_FDCWD, filename, timebuf, 0);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops.cc 49 # include <sys/stat.h> // stat, utimensat, fchmodat
934 if (::utimensat(AT_FDCWD, p.c_str(), ts, 0))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops.cc 49 # include <sys/stat.h> // stat, utimensat, fchmodat
919 if (::utimensat(AT_FDCWD, p.c_str(), ts, 0))
std-ops.cc 45 # include <sys/stat.h> // stat, utimensat, fchmodat
1137 if (::utimensat(AT_FDCWD, p.c_str(), ts, 0))
  /src/crypto/external/bsd/openssh/dist/
sftp-server.c 1475 r = utimensat(AT_FDCWD, name,
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_ops.cc 48 # include <sys/stat.h> // stat, utimensat, fchmodat
1098 if (::utimensat(AT_FDCWD, p.c_str(), ts, 0))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_ops.cc 48 # include <sys/stat.h> // stat, utimensat, fchmodat
1069 if (::utimensat(AT_FDCWD, p.c_str(), ts, 0))
  /src/lib/librumphijack/
hijack.c 348 { DUALCALL_UTIMENSAT, "utimensat", RSYS_NAME(UTIMENSAT) },
2492 ATCALL(int, utimensat, DUALCALL_UTIMENSAT, \
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
file.d 1570 static if (is(typeof(&utimensat)))
1575 cenforce(utimensat(AT_FDCWD, namez, t, 0) == 0, names, namez);
4364 else static if (is(typeof(&utimensat)) || is(typeof(&setattrlist)))

Completed in 66 milliseconds

1 2