Searched defs:ct (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/tm/ |
H A D | tmxtouch.c | 41 tmxtouch(const char* path, Time_t at, Time_t mt, Time_t ct, int flags) argument 70 if (ct == TMX_NOTIME && !(flags & PATH_TOUCH_VERBATIM)) 72 else if (!ct && !(flags & PATH_TOUCH_VERBATIM)) 76 cv.tv_sec = tmxsec(ct); 77 cv.tv_nsec = tmxnsec(ct);
|
/ast/src/cmd/vczip/ |
H A D | vczip.c | 240 apply(int action, const char* vt, Vcsfdata_t* vcodexdisc, const char* ct, Codexdisc_t* codexdisc, const char* input, const char* source, const char* output, void* buf, size_t bufsize, Sfoff_t donez, Sfoff_t lastz) argument 292 error(-1, "AHA action=%s input=%s source=%s output=%s vt=%s ct=%s", action == VC_ENCODE ? "encode" : "decode", input, source, output, vt, ct); 293 if (ct != DISABLED) 295 if ((n = codex(ip, op, ct, action == VC_ENCODE ? CODEX_ENCODE : CODEX_DECODE, codexdisc, NiL)) < 0) 372 char* ct; /* codex transform */ local 383 error_info.id = (ct = strrchr(argv[0], '/')) ? (ct + 1) : argv[0]; 387 ct = error_info.id; 389 while (vt < &name[sizeof(name)-1] && (c = tolower(*ct [all...] |
/ast/src/lib/libast/comp/ |
H A D | omitted.c | 1021 FILETIME ct; local 1034 SystemTimeToFileTime(&st, &ct); 1035 SetFileTime(hp, &ct, 0, 0);
|
Completed in 17 milliseconds