OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:futimes
(Results
1 - 12
of
12
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
time.h
149
extern int
futimes
(int __fd, __const struct timeval __tvp[2]) __THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
time.h
149
extern int
futimes
(int __fd, __const struct timeval __tvp[2]) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
time.h
149
extern int
futimes
(int __fd, __const struct timeval __tvp[2]) __THROW;
/external/chromium/base/
platform_file_posix.cc
168
//
futimes
() isn't actually POSIX.
178
return !
futimes
(file, times);
/external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h
198
DECL_TEMPLATE(darwin,
futimes
); // 139
syswrap-darwin.c
[
all
...]
/external/elfutils/src/
strip.c
[
all
...]
ar.c
671
if (unlikely (
futimes
(xfd, tv) != 0))
[
all
...]
/external/openssh/
sftp-server.c
858
ret =
futimes
(fd, attrib_to_tv(a));
[
all
...]
configure
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 1115 milliseconds