Home
last modified time | relevance | path

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

/systemd-251/src/creds/
Dcreds.c48 static usec_t arg_timestamp = USEC_INFINITY; variable
365 timestamp = arg_timestamp != USEC_INFINITY ? arg_timestamp : now(CLOCK_REALTIME); in verb_cat()
481 timestamp = arg_timestamp != USEC_INFINITY ? arg_timestamp : now(CLOCK_REALTIME); in verb_encrypt()
574 timestamp = arg_timestamp != USEC_INFINITY ? arg_timestamp : now(CLOCK_REALTIME); in verb_decrypt()
868 r = parse_timestamp(optarg, &arg_timestamp); in parse_argv()