Home
last modified time | relevance | path

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

/freebsd/sbin/camcontrol/
H A Dtimestamp.c68 char *timestamp_string, int task_attr, int retry_count,
244 char *timestamp_string, int task_attr, int retry_count, in set_timestamp() argument
275 if (strptime(timestamp_string, format_string, in set_timestamp()
334 char *timestamp_string = NULL; in timestamp() local
388 free(timestamp_string); in timestamp()
389 timestamp_string = strdup(optarg); in timestamp()
390 if (timestamp_string == NULL) { in timestamp()
434 && (timestamp_string == NULL)) { in timestamp()
489 error = set_timestamp(device, format_string, timestamp_string, in timestamp()
495 free(timestamp_string); in timestamp()