Home
last modified time | relevance | path

Searched refs:ARG_LL (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dcachedump.c88 if(!ssl_printf(ssl, ";rrset%s " ARG_LL "d %u %u %d %d\n", in dump_rrset()
194 if(!ssl_printf(ssl, "msg %s %s %s %d %d " ARG_LL "d %d %u %u %u %d %s\n", in dump_msg()
471 if(sscanf(s, " " ARG_LL "d %u %u %u %u", &ttl, &rr_count, &rrsig_count, in load_rrset()
655 if(sscanf(s, " %u %u " ARG_LL "d %u %u %u %u %d %n", &flags, &qdcount, &ttl, in load_msg()
773 if(!ssl_printf(ssl, "%s%s%s%srto %d msec, ttl " ARG_LL "d, " in print_dp_details()
H A Dremote.c755 if(!ssl_printf(ssl, "%s.recursion.time.avg"SQ ARG_LL "d.%6.6d\n", nm, in print_stats()
886 if(!ssl_printf(ssl, "time.now"SQ ARG_LL "d.%6.6d\n", in print_uptime()
888 if(!ssl_printf(ssl, "time.up"SQ ARG_LL "d.%6.6d\n", in print_uptime()
890 if(!ssl_printf(ssl, "time.elapsed"SQ ARG_LL "d.%6.6d\n", in print_uptime()
2541 if(!ssl_printf(ssl, "uptime: " ARG_LL "d seconds\n", (long long)uptime)) in do_status()
2567 snprintf(buf, len, ARG_LL "d.%6.6d", in get_mesh_age()
/freebsd/lib/libunbound/
H A Dconfig.h1272 #define ARG_LL "%ll" macro
1274 #define ARG_LL "%I64" macro
/freebsd/contrib/unbound/util/
H A Dwinsock_event.c188 verbose(VERB_CLIENT, "winsock_event wait=" ARG_LL "d.%6.6d", in handle_timeouts()
493 verbose(VERB_ALGO, "event_add %p added=%d fd=%d tv=" ARG_LL "d %s%s%s", in event_add()
574 verbose(VERB_ALGO, "event_del %p added=%d fd=%d tv=" ARG_LL "d %s%s%s", in event_del()
H A Dlog.c324 fprintf(logfile, "[" ARG_LL "d] %s[%d:%x] %s: %s\n", (long long)now, in log_vmsg()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c206 #define PR_TIMEVAL(str, var) printf(str SQ ARG_LL "d.%6.6d\n", \
208 #define PR_STATSTIME(str, var) printf(str SQ ARG_LL "d.%6.6d\n", \
210 #define PR_LL(str, var) printf(str SQ ARG_LL"d\n", (long long)(var));
/freebsd/contrib/unbound/validator/
H A Dautotrust.c1210 snprintf(tempf, sizeof(tempf), "%s.%d-%d-" ARG_LL "x", fname, (int)getpid(), in autr_write_file()
1705 verbose_key(ta, VERB_ALGO, "holddown time " ARG_LL "d seconds to go", in check_holddown()
1749 ARG_LL "d seconds ago, and pending-count %d", in do_addtime()
1768 ARG_LL "d seconds ago", (long long)exceeded); in do_remtime()
1946 "exceeded " ARG_LL "d seconds ago, [%d key(s) VALID]", in remove_missing_trustanchors()
2054 verbose(VERB_ALGO, "scheduled next probe in " ARG_LL "d sec", (long long)tv.tv_sec); in reset_worker_timer()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c1032 log_reply("%s %s %s %s %s " ARG_LL "d.%6.6d %d %d%s", in log_reply_info()
1036 else log_info("%s %s %s %s %s " ARG_LL "d.%6.6d %d %d%s", in log_reply_info()
/freebsd/contrib/unbound/services/
H A Dmesh.c1473 verbose(VERB_ALGO, "query took " ARG_LL "d.%6.6d sec", in mesh_send_reply()
2020 ARG_LL "d.%6.6d sec", in mesh_stats()
/freebsd/contrib/unbound/
H A Dconfig.h.in1338 #define ARG_LL "%ll" macro
1340 #define ARG_LL "%I64" macro
H A Dconfigure.ac2245 #define ARG_LL "%ll"
2247 #define ARG_LL "%I64"