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

/external/e2fsprogs/include/nonunix/
H A Dutime.h1 #include <sys/utime.h>
/external/bluetooth/glib/glib/
H A Dgstdio.h48 #define g_utime utime
H A Dgstdio.c41 #include <sys/utime.h>
43 #include <utime.h>
772 * A wrapper for the POSIX utime() function. The utime() function
775 * See your C library manual for more details about how utime() works
806 return utime (filename, utb);
/external/jhead/
H A Djhead.h22 #include <sys/utime.h>
24 #include <utime.h>
H A Djhead.c1151 utime(FileName, &mtime);
1180 if (utime(FileName, &mtime) != 0){
H A Dmain.c148 utime(filename, &mtime);
/external/kernel-headers/original/linux/raid/
H A Dmd_p.h142 __u32 utime; /* 0 Superblock update time */ member in struct:mdp_superblock_s
250 __u64 utime; /* 40 bits second, 24 btes microseconds */ member in struct:mdp_superblock_1
H A Dmd_u.h73 int utime; /* 0 Superblock update time */ member in struct:mdu_array_info_s
H A Dmd_k.h130 time_t ctime, utime; member in struct:mddev_s
/external/e2fsprogs/debugfs/
H A Ddump.c22 #include <utime.h>
96 if (utime(name, &ut) == -1)
H A Dlogdump.c24 #include <utime.h>
H A Dset_fields.c33 #include <utime.h>
/external/e2fsprogs/util/
H A Dsubst.c17 #include <utime.h>
388 if (utime(outfn, &ut) < 0)
389 perror("utime");
/external/chromium/third_party/zlib/contrib/minizip/
H A Dminiunz.c18 # include <utime.h>
81 utime(filename,&ut);
H A Dminizip.c17 # include <utime.h>
/external/zlib/contrib/minizip/
H A Dminiunz.c39 # include <utime.h>
102 utime(filename,&ut);
H A Dminizip.c40 # include <utime.h>
/external/zlib/contrib/untgz/
H A Duntgz.c36 # include <utime.h>
246 return utime(fname,&settime);
/external/zlib/examples/
H A Dgun.c67 #include <utime.h> /* utime() */
534 (void)utime(to, &when);
/external/e2fsprogs/misc/
H A De2initrd_helper.c24 #include <utime.h>
/external/netcat/
H A Dstupidh46 getopt string strings signal setjmp io param stat types time timeb utime \
/external/kernel-headers/original/linux/
H A Dsched.h432 cputime_t utime, stime, cutime, cstime; member in struct:signal_struct
439 * from jiffies_to_ns(utime + stime) if sched_clock uses something
846 cputime_t utime, stime; member in struct:task_struct
/external/bzip2/
H A Dbzip2.c72 # include <utime.h>
1059 retVal = utime ( dstName, &uTimBuf );
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c55 #include <utime.h>
2110 utime() call
2119 utime(tdb->name, NULL);
/external/e2fsprogs/
H A Dconfigure11790 for ac_header in dirent.h errno.h getopt.h malloc.h mntent.h paths.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h unistd.h utime.h linux/fd.h linux/major.h net/if_dl.h netinet/in.h sys/disklabel.h sys/ioctl.h sys/mkdev.h sys/mman.h sys/prctl.h sys/queue.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys/syscall.h sys/sysmacros.h sys/time.h sys/types.h sys/un.h sys/wait.h
14846 for ac_func in chflags getrusage llseek lseek64 open64 fstat64 ftruncate64 getmntinfo strtoull strcasecmp srandom jrand48 fchown mallinfo fdatasync strnlen strptime strdup sysconf pathconf posix_memalign memalign valloc __secure_getenv prctl mmap utime setresuid setresgid

Completed in 1551 milliseconds