Home
last modified time | relevance | path

Searched refs:modtime (Results 1 – 25 of 39) sorted by relevance

12

/external/libcups/cups/
Dppd-util.c56 time_t modtime = 0; /* Modification time */ in cupsGetPPD() local
65 if (cupsGetPPD3(CUPS_HTTP_DEFAULT, name, &modtime, pg->ppd_filename, in cupsGetPPD()
91 time_t modtime = 0; /* Modification time */ in cupsGetPPD2() local
96 if (cupsGetPPD3(http, name, &modtime, pg->ppd_filename, in cupsGetPPD2()
130 time_t *modtime, /* IO - Modification time */ in cupsGetPPD3() argument
153 "bufsize=%d)", http, name, modtime, in cupsGetPPD3()
154 modtime ? (int)*modtime : 0, buffer, (int)bufsize)); in cupsGetPPD3()
162 if (!modtime) in cupsGetPPD3()
274 if (*modtime >= ppdinfo.st_mtime) in cupsGetPPD3()
278 *modtime = ppdinfo.st_mtime; in cupsGetPPD3()
[all …]
Dtestcups.c177 time_t modtime = 0; /* Last modified */ in main() local
179 if ((http_status = cupsGetPPD3(CUPS_HTTP_DEFAULT, argv[2], &modtime, in main()
Dppd.h366 extern http_status_t cupsGetPPD3(http_t *http, const char *name, time_t *modtime, char *buffer, siz…
/external/libpng/contrib/gregbook/
Dwritepng.c173 png_time modtime; in writepng_init() local
175 png_convert_from_time_t(&modtime, mainprog_ptr->modtime); in writepng_init()
176 png_set_tIME(png_ptr, info_ptr, &modtime); in writepng_init()
Dwritepng.h94 time_t modtime; member
Dwpng.c256 wpng_info.modtime = time(NULL); in main()
/external/strace/
Dutime.c20 tprintf(", modtime=%lld", (long long) u.modtime); in SYS_FUNC()
21 tprints_comment(sprinttime(u.modtime)); in SYS_FUNC()
/external/e2fsprogs/debugfs/
Dls.c95 time_t modtime; in list_dir_proc() local
136 modtime = inode.i_mtime; in list_dir_proc()
137 tm_p = localtime(&modtime); in list_dir_proc()
Ddump.c95 ut.modtime = inode->i_mtime; in fix_perms()
/external/flac/libFLAC/
Dwindows_unicode_filenames.c140 ut.modtime = times->modtime; in flac_internal_utime_utf8()
/external/kernel-headers/original/uapi/linux/
Dutime.h9 __kernel_time_t modtime; member
/external/strace/tests/
Dutime.c54 const struct utimbuf u = { .actime = t, .modtime = t }; in main()
/external/strace/tests-m32/
Dutime.c54 const struct utimbuf u = { .actime = t, .modtime = t }; in main()
/external/strace/tests-mx32/
Dutime.c54 const struct utimbuf u = { .actime = t, .modtime = t }; in main()
/external/ltp/testcases/kernel/syscalls/utime/
Dutime04.c175 times.modtime = NEW_TIME; in setup()
Dutime05.c185 times.modtime = NEW_TIME; in setup()
/external/clang/test/Modules/
Dno-stale-modtime.m1 // Ensure that when rebuilding a module we don't save its old modtime when
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME10 …: http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b3-bin.zip?modtime=1162486738&big_mi…
/external/e2fsprogs/util/
Dsubst.c315 ut.modtime = times[1].tv_sec; in set_utimes()
/external/zlib/src/contrib/untgz/
Duntgz.c245 settime.actime = settime.modtime = ftime; in setfiletime()
/external/zlib/src/contrib/minizip/
Dminiunz.c114 ut.actime=ut.modtime=mktime(&newdate);
/external/zlib/src/examples/
Dgun.c534 when.modtime = was.st_mtime; in copymeta()
/external/lz4/programs/
Dutil.h181 timebuf.modtime = statbuf->st_mtime; in UTIL_setFileStat()
/external/libgsm/src/
Dtoast.c373 ut.modtime = instat.st_mtime; in P0()
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dfiletransfermsg.c686 utb.actime = utb.modtime = rtcp->rcft.rcfu.mTime; in FileUpdateComplete()

12