Home
last modified time | relevance | path

Searched refs:do_time (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dprivsafe.c43 krb5_boolean do_time = !!(flags & KRB5_AUTH_CONTEXT_DO_TIME); in k5_privsafe_gen_rdata() local
52 if (do_time || ret_time) { in k5_privsafe_gen_rdata()
/freebsd/sbin/ipfw/
H A Dmain.c344 g_co.do_time = TIMESTAMP_STRING; in ipfw_main()
348 g_co.do_time = TIMESTAMP_NUMERIC; in ipfw_main()
H A Dipfw2.h39 int do_time; /* Show time stamps */ member
H A Dipfw2.c2420 if (co->do_time == TIMESTAMP_NUMERIC) in show_static_rule()
2422 else if (co->do_time == TIMESTAMP_STRING) { in show_static_rule()
2992 sfo.show_time = g_co.do_time; in ipfw_list()