Home
last modified time | relevance | path

Searched refs:PRItime (Results 1 – 25 of 116) sorted by relevance

12345

/dports/devel/git-svn/git-2.34.1/
H A Ddate.c144 Q_("%"PRItime" second ago", "%"PRItime" seconds ago", diff), diff); in show_date_relative()
151 Q_("%"PRItime" minute ago", "%"PRItime" minutes ago", diff), diff); in show_date_relative()
158 Q_("%"PRItime" hour ago", "%"PRItime" hours ago", diff), diff); in show_date_relative()
165 Q_("%"PRItime" day ago", "%"PRItime" days ago", diff), diff); in show_date_relative()
171 Q_("%"PRItime" week ago", "%"PRItime" weeks ago", (diff + 3) / 7), in show_date_relative()
178 Q_("%"PRItime" month ago", "%"PRItime" months ago", (diff + 15) / 30), in show_date_relative()
189 strbuf_addf(&sb, Q_("%"PRItime" year", "%"PRItime" years", years), years); in show_date_relative()
192 Q_("%s, %"PRItime" month ago", "%s, %"PRItime" months ago", months), in show_date_relative()
197 Q_("%"PRItime" year ago", "%"PRItime" years ago", years), years); in show_date_relative()
202 Q_("%"PRItime" year ago", "%"PRItime" years ago", (diff + 183) / 365), in show_date_relative()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Ddate.c144 Q_("%"PRItime" second ago", "%"PRItime" seconds ago", diff), diff); in show_date_relative()
151 Q_("%"PRItime" minute ago", "%"PRItime" minutes ago", diff), diff); in show_date_relative()
158 Q_("%"PRItime" hour ago", "%"PRItime" hours ago", diff), diff); in show_date_relative()
165 Q_("%"PRItime" day ago", "%"PRItime" days ago", diff), diff); in show_date_relative()
171 Q_("%"PRItime" week ago", "%"PRItime" weeks ago", (diff + 3) / 7), in show_date_relative()
178 Q_("%"PRItime" month ago", "%"PRItime" months ago", (diff + 15) / 30), in show_date_relative()
189 strbuf_addf(&sb, Q_("%"PRItime" year", "%"PRItime" years", years), years); in show_date_relative()
192 Q_("%s, %"PRItime" month ago", "%s, %"PRItime" months ago", months), in show_date_relative()
197 Q_("%"PRItime" year ago", "%"PRItime" years ago", years), years); in show_date_relative()
202 Q_("%"PRItime" year ago", "%"PRItime" years ago", (diff + 183) / 365), in show_date_relative()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Ddate.c144 Q_("%"PRItime" second ago", "%"PRItime" seconds ago", diff), diff); in show_date_relative()
151 Q_("%"PRItime" minute ago", "%"PRItime" minutes ago", diff), diff); in show_date_relative()
158 Q_("%"PRItime" hour ago", "%"PRItime" hours ago", diff), diff); in show_date_relative()
165 Q_("%"PRItime" day ago", "%"PRItime" days ago", diff), diff); in show_date_relative()
171 Q_("%"PRItime" week ago", "%"PRItime" weeks ago", (diff + 3) / 7), in show_date_relative()
178 Q_("%"PRItime" month ago", "%"PRItime" months ago", (diff + 15) / 30), in show_date_relative()
189 strbuf_addf(&sb, Q_("%"PRItime" year", "%"PRItime" years", years), years); in show_date_relative()
192 Q_("%s, %"PRItime" month ago", "%s, %"PRItime" months ago", months), in show_date_relative()
197 Q_("%"PRItime" year ago", "%"PRItime" years ago", years), years); in show_date_relative()
202 Q_("%"PRItime" year ago", "%"PRItime" years ago", (diff + 183) / 365), in show_date_relative()
[all …]
/dports/devel/git/git-2.34.1/
H A Ddate.c144 Q_("%"PRItime" second ago", "%"PRItime" seconds ago", diff), diff); in show_date_relative()
151 Q_("%"PRItime" minute ago", "%"PRItime" minutes ago", diff), diff); in show_date_relative()
158 Q_("%"PRItime" hour ago", "%"PRItime" hours ago", diff), diff); in show_date_relative()
165 Q_("%"PRItime" day ago", "%"PRItime" days ago", diff), diff); in show_date_relative()
171 Q_("%"PRItime" week ago", "%"PRItime" weeks ago", (diff + 3) / 7), in show_date_relative()
178 Q_("%"PRItime" month ago", "%"PRItime" months ago", (diff + 15) / 30), in show_date_relative()
189 strbuf_addf(&sb, Q_("%"PRItime" year", "%"PRItime" years", years), years); in show_date_relative()
192 Q_("%s, %"PRItime" month ago", "%s, %"PRItime" months ago", months), in show_date_relative()
197 Q_("%"PRItime" year ago", "%"PRItime" years ago", years), years); in show_date_relative()
202 Q_("%"PRItime" year ago", "%"PRItime" years ago", (diff + 183) / 365), in show_date_relative()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Ddate.c144 Q_("%"PRItime" second ago", "%"PRItime" seconds ago", diff), diff); in show_date_relative()
151 Q_("%"PRItime" minute ago", "%"PRItime" minutes ago", diff), diff); in show_date_relative()
158 Q_("%"PRItime" hour ago", "%"PRItime" hours ago", diff), diff); in show_date_relative()
165 Q_("%"PRItime" day ago", "%"PRItime" days ago", diff), diff); in show_date_relative()
171 Q_("%"PRItime" week ago", "%"PRItime" weeks ago", (diff + 3) / 7), in show_date_relative()
178 Q_("%"PRItime" month ago", "%"PRItime" months ago", (diff + 15) / 30), in show_date_relative()
189 strbuf_addf(&sb, Q_("%"PRItime" year", "%"PRItime" years", years), years); in show_date_relative()
192 Q_("%s, %"PRItime" month ago", "%s, %"PRItime" months ago", months), in show_date_relative()
197 Q_("%"PRItime" year ago", "%"PRItime" years ago", years), years); in show_date_relative()
202 Q_("%"PRItime" year ago", "%"PRItime" years ago", (diff + 183) / 365), in show_date_relative()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Ddate.c144 Q_("%"PRItime" second ago", "%"PRItime" seconds ago", diff), diff); in show_date_relative()
151 Q_("%"PRItime" minute ago", "%"PRItime" minutes ago", diff), diff); in show_date_relative()
158 Q_("%"PRItime" hour ago", "%"PRItime" hours ago", diff), diff); in show_date_relative()
165 Q_("%"PRItime" day ago", "%"PRItime" days ago", diff), diff); in show_date_relative()
171 Q_("%"PRItime" week ago", "%"PRItime" weeks ago", (diff + 3) / 7), in show_date_relative()
178 Q_("%"PRItime" month ago", "%"PRItime" months ago", (diff + 15) / 30), in show_date_relative()
189 strbuf_addf(&sb, Q_("%"PRItime" year", "%"PRItime" years", years), years); in show_date_relative()
192 Q_("%s, %"PRItime" month ago", "%s, %"PRItime" months ago", months), in show_date_relative()
197 Q_("%"PRItime" year ago", "%"PRItime" years ago", years), years); in show_date_relative()
202 Q_("%"PRItime" year ago", "%"PRItime" years ago", (diff + 183) / 365), in show_date_relative()
[all …]
/dports/dns/dsc/dsc-2.11.1/src/
H A Dcompat.h43 #define PRItime "%lld.%ld" macro
45 #define PRItime "%ld.%ld" macro
H A Dresponse_time_index.c242 …dfprintf(1, "response_time: bad diff " PRItime ", " PRItime " - " PRItime, diff.tv_sec, diff.tv_us… in response_time_indexer()
248 …dfprintf(2, "response_time: diff " PRItime " ceiled to " PRItime, diff.tv_sec, diff.tv_usec, max_s… in response_time_indexer()
253 … dfprintf(1, "response_time: diff " PRItime " too old, timed out", diff.tv_sec, diff.tv_usec); in response_time_indexer()
/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-date.c68 if (sscanf(result.buf, "%"PRItime" %d", &t, &tz) == 2) in parse_dates()
91 printf("%s -> %"PRItime"\n", *argv, t); in parse_approx_timestamp()
H A Dtest-repository.c32 printf("%"PRItime, c->date); in test_parse_commit_in_graph()
H A Dtest-parse-options.c175 show(&expect, &ret, "timestamp: %"PRItime, timestamp); in cmd__parse_options()
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-date.c68 if (sscanf(result.buf, "%"PRItime" %d", &t, &tz) == 2) in parse_dates()
91 printf("%s -> %"PRItime"\n", *argv, t); in parse_approx_timestamp()
H A Dtest-repository.c32 printf("%"PRItime, c->date); in test_parse_commit_in_graph()
H A Dtest-parse-options.c175 show(&expect, &ret, "timestamp: %"PRItime, timestamp); in cmd__parse_options()
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-date.c68 if (sscanf(result.buf, "%"PRItime" %d", &t, &tz) == 2) in parse_dates()
91 printf("%s -> %"PRItime"\n", *argv, t); in parse_approx_timestamp()
H A Dtest-repository.c32 printf("%"PRItime, c->date); in test_parse_commit_in_graph()
H A Dtest-parse-options.c175 show(&expect, &ret, "timestamp: %"PRItime, timestamp); in cmd__parse_options()
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-date.c68 if (sscanf(result.buf, "%"PRItime" %d", &t, &tz) == 2) in parse_dates()
91 printf("%s -> %"PRItime"\n", *argv, t); in parse_approx_timestamp()
H A Dtest-repository.c32 printf("%"PRItime, c->date); in test_parse_commit_in_graph()
/dports/devel/git-cvs/git-2.34.1/t/helper/
H A Dtest-date.c68 if (sscanf(result.buf, "%"PRItime" %d", &t, &tz) == 2) in parse_dates()
91 printf("%s -> %"PRItime"\n", *argv, t); in parse_approx_timestamp()
H A Dtest-repository.c32 printf("%"PRItime, c->date); in test_parse_commit_in_graph()
/dports/devel/cgit/cgit-1.2.3/git/t/helper/
H A Dtest-date.c68 if (sscanf(result.buf, "%"PRItime" %d", &t, &tz) == 2) in parse_dates()
91 printf("%s -> %"PRItime"\n", *argv, t); in parse_approx_timestamp()
H A Dtest-repository.c33 printf("%"PRItime, c->date); in test_parse_commit_in_graph()
H A Dtest-parse-options.c173 show(&expect, &ret, "timestamp: %"PRItime, timestamp); in cmd__parse_options()
/dports/devel/cgit/cgit-1.2.3/git/vcs-svn/
H A Dfast_export.c75 printf("committer %s <%s@%s> %"PRItime" +0000\n", author, author, "local", timestamp); in fast_export_begin_note()
109 printf("committer %s <%s@%s> %"PRItime" +0000\n", in fast_export_begin_commit()

12345