Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/camcontrol/
H A Dtimestamp.c69 char *timestamp_string, int task_attr, int retry_count,
245 char *timestamp_string, int task_attr, int retry_count, in set_timestamp() argument
276 if (strptime(timestamp_string, format_string, in set_timestamp()
335 char *timestamp_string = NULL; in timestamp() local
389 free(timestamp_string); in timestamp()
390 timestamp_string = strdup(optarg); in timestamp()
391 if (timestamp_string == NULL) { in timestamp()
435 && (timestamp_string == NULL)) { in timestamp()
490 error = set_timestamp(device, format_string, timestamp_string, in timestamp()
496 free(timestamp_string); in timestamp()