OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:futimens
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
sys_stat.in.h
387
/* Macros for
futimens
and utimensat. */
509
/* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our
futimens
511
to
futimens
that is meant to invoke the libc's
futimens
(), not gnulib's
512
futimens
(). */
515
# undef
futimens
516
# define
futimens
rpl_futimens
518
_GL_FUNCDECL_RPL (
futimens
, int, (int fd, struct timespec const times[2]));
519
_GL_CXXALIAS_RPL (
futimens
, int, (int fd, struct timespec const times[2]));
522
_GL_FUNCDECL_SYS (
futimens
, int, (int fd, struct timespec const times[2]))
[
all
...]
/src/external/gpl3/gdb.old/dist/gnulib/import/
sys_stat.in.h
387
/* Macros for
futimens
and utimensat. */
509
/* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our
futimens
511
to
futimens
that is meant to invoke the libc's
futimens
(), not gnulib's
512
futimens
(). */
515
# undef
futimens
516
# define
futimens
rpl_futimens
518
_GL_FUNCDECL_RPL (
futimens
, int, (int fd, struct timespec const times[2]));
519
_GL_CXXALIAS_RPL (
futimens
, int, (int fd, struct timespec const times[2]));
522
_GL_FUNCDECL_SYS (
futimens
, int, (int fd, struct timespec const times[2]))
[
all
...]
/src/sys/sys/
stat.h
233
* Special values for utimensat and
futimens
292
int
futimens
(int, const struct timespec [2]);
/src/bin/mv/
mv.c
345
if (
futimens
(to_fd, ts))
/src/lib/libc/sys/
Makefile.inc
119
__fstatvfs190.S fstatat.S __futimes50.S
futimens
.S \
402
MLINKS+=utimes.2 utimens.2 utimes.2
futimens
.2 utimes.2 lutimens.2
/src/external/bsd/cron/dist/
crontab.c
433
if (
futimens
(t, ts) == -1)
/src/external/public-domain/xz/dist/src/xz/
file_io.c
443
(void)
futimens
(pair->dest_fd, tv);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
stat.d
1419
int
futimens
(int fd, ref const(timespec)[2] times);
1492
int
futimens
(int fd, ref const(timespec)[2] times);
1732
int
futimens
(int fd, ref const(timespec)[2] times);
/src/sbin/restore/
tape.c
818
(void)
futimens
(ofile, ctimep);
819
(void)
futimens
(ofile, mtimep);
/src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc
784
if (::
futimens
(FD, Times))
808
#warning Missing futimes() and
futimens
()
/src/external/mit/libuv/dist/src/unix/
fs.c
255
return
futimens
(req->file, ts);
1325
if (
futimens
(dstfd, times) == -1) {
/src/lib/librumphijack/
hijack.c
349
{ DUALCALL_FUTIMENS, "
futimens
", RSYS_NAME(
FUTIMENS
) },
2653
FDCALL(int,
futimens
, DUALCALL_FUTIMENS, \
/src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_posix.c
1961
/*
futimens
() is defined in POSIX.1-2008. */
1962
if (
futimens
(fd, timespecs) == 0)
archive_write_disk_posix.c
3591
* utimensat() and
futimens
() are defined in
3602
return
futimens
(fd, ts);
/src/sys/rump/librump/rumpkern/
rump_syscalls.c
6255
__weak_alias(
futimens
,rump___sysimpl_futimens);
8550
}, /* 472 =
futimens
*/
/src/external/public-domain/xz/dist/
configure
18236
for ac_func in
futimens
futimes futimesat utimes _futime utime
Completed in 253 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026