Searched refs:utime (Results 1 - 25 of 33) sorted by relevance

12

/haiku-fatelf/headers/posix/
H A Dutime.h22 int utime(const char *path, const struct utimbuf *buffer);
/haiku-fatelf/src/system/libroot/posix/
H A Dutime.c7 #include <utime.h>
27 utime(const char *path, const struct utimbuf *times) function
/haiku-fatelf/src/tools/unzip/unix/
H A Dunxcfg.h8 # include <utime.h>
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_compat.h26 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_compat25
85 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_compat22
136 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_compat2
184 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_compat1
H A Dfuse.h30 #include <utime.h>
140 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations
H A Dfuse_lowlevel.h28 #include <utime.h>
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing-Windows/
H A Dbetalk.h14 #include <sys/utime.h> // windows
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A Dbetalk.h14 #include <sys/utime.h> // windows
/haiku-fatelf/src/bin/coreutils/lib/
H A Dutimens.c38 # include <utime.h>
41 /* Some systems (even some that do have <utime.h>) don't declare this
367 return utime (file, ut);
/haiku-fatelf/src/bin/zip/
H A Dbeos.c45 # include <utime.h>
47 int utime OF((char *, time_t *));
259 struct utimbuf u; /* argument for utime() const ?? */
261 time_t u[2]; /* argument for utime() */
267 utime(f, &u);
270 utime(f, u);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp249 if (fs->ops.utime != NULL) {
254 return fs->ops.utime(path, &timeBuffer);
H A DFUSEFileSystem.cpp440 || fFS->ops.utime != NULL);
/haiku-fatelf/src/bin/rcs/
H A Dconf.h37 #include <utime.h>
352 /* utime.h */
H A Dconf.heg37 #include <utime.h>
352 /* utime.h */
/haiku-fatelf/src/bin/gzip/
H A Dgzip.c116 # include <utime.h>
120 # include <sys/utime.h>
1608 /* Some systems (at least OS/2) do not support utime on directories */
1609 if (utime(name, &timep) && !S_ISDIR(statb->st_mode)) {
/haiku-fatelf/src/bin/unzip/
H A Dbeos.c927 if (utime(G.filename, (struct utimbuf *)&zt)) {
968 if (utime(d->fn, (const struct utimbuf *)&d->u.t2)) {
1004 return (utime(fname, &tp));
/haiku-fatelf/src/bin/network/wget/src/
H A Dutils.c50 # include <utime.h>
53 # include <sys/utime.h>
508 if (utime (file, &times) == -1)
509 logprintf (LOG_NOTQUIET, "utime(%s): %s\n", file, strerror (errno));
/haiku-fatelf/src/bin/gdb/gdb/
H A Dwince.c1567 time_t utime; local
1612 utime = to_time_t (&wrtime);
1614 if (utime < st.st_mtime)
1617 strcpy (buf, ctime(&utime));
/haiku-fatelf/src/bin/compress/
H A Dcompress.c327 #include <utime.h>
1566 utime(ofname, &timep); /* Update last accessed and modified times */
/haiku-fatelf/src/bin/patch/
H A Dpatch.c38 # include <utime.h>
40 /* Some nonstandard hosts don't declare this structure even in <utime.h>. */
406 else if (utime (outname, &utimbuf) != 0)
/haiku-fatelf/src/tests/kits/app/broster/
H A DFindAppTester.cpp9 #include <utime.h>
168 CHK(utime(filename, &buffer) == 0);
H A DBroadcastTester.cpp9 #include <utime.h>
H A DRosterWatchingTester.cpp9 #include <utime.h>
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dmpw.c435 #include "utime.h"
438 utime (char *filename, struct utimbuf *times) function
/haiku-fatelf/src/build/libroot/
H A Dfs.cpp17 #include <utime.h>
933 // The timestamps can only be set via utime(), but that requires a
975 if (utime(realPath.c_str(), &buffer) < 0)

Completed in 290 milliseconds

12