/external/e2fsprogs/include/nonunix/ |
H A D | utime.h | 1 #include <sys/utime.h>
|
/external/bluetooth/glib/glib/ |
H A D | gstdio.h | 48 #define g_utime utime
|
H A D | gstdio.c | 41 #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 D | jhead.h | 22 #include <sys/utime.h> 24 #include <utime.h>
|
H A D | jhead.c | 1151 utime(FileName, &mtime); 1180 if (utime(FileName, &mtime) != 0){
|
H A D | main.c | 148 utime(filename, &mtime);
|
/external/kernel-headers/original/linux/raid/ |
H A D | md_p.h | 142 __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 D | md_u.h | 73 int utime; /* 0 Superblock update time */ member in struct:mdu_array_info_s
|
H A D | md_k.h | 130 time_t ctime, utime; member in struct:mddev_s
|
/external/e2fsprogs/debugfs/ |
H A D | dump.c | 22 #include <utime.h> 96 if (utime(name, &ut) == -1)
|
H A D | logdump.c | 24 #include <utime.h>
|
H A D | set_fields.c | 33 #include <utime.h>
|
/external/e2fsprogs/util/ |
H A D | subst.c | 17 #include <utime.h> 388 if (utime(outfn, &ut) < 0) 389 perror("utime");
|
/external/chromium/third_party/zlib/contrib/minizip/ |
H A D | miniunz.c | 18 # include <utime.h> 81 utime(filename,&ut);
|
H A D | minizip.c | 17 # include <utime.h>
|
/external/zlib/contrib/minizip/ |
H A D | miniunz.c | 39 # include <utime.h> 102 utime(filename,&ut);
|
H A D | minizip.c | 40 # include <utime.h>
|
/external/zlib/contrib/untgz/ |
H A D | untgz.c | 36 # include <utime.h> 246 return utime(fname,&settime);
|
/external/zlib/examples/ |
H A D | gun.c | 67 #include <utime.h> /* utime() */ 534 (void)utime(to, &when);
|
/external/e2fsprogs/misc/ |
H A D | e2initrd_helper.c | 24 #include <utime.h>
|
/external/netcat/ |
H A D | stupidh | 46 getopt string strings signal setjmp io param stat types time timeb utime \
|
/external/kernel-headers/original/linux/ |
H A D | sched.h | 432 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 D | bzip2.c | 72 # include <utime.h> 1059 retVal = utime ( dstName, &uTimBuf );
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | tdb.c | 55 #include <utime.h> 2110 utime() call 2119 utime(tdb->name, NULL);
|
/external/e2fsprogs/ |
H A D | configure | 11790 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
|