Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dformat.c3588 const char *time_format) in format_find() argument
3669 if (time_format != NULL) { in format_find()
3671 strftime(s, sizeof s, time_format, &tm); in format_find()
4394 const char *time_format = NULL; in format_replace() local
4487 time_format = format_strip(fm->argv[1]); in format_replace()
4665 found = format_find(ft, condition, modifiers, time_format); in format_replace()
4712 value = format_find(ft, copy, modifiers, time_format); in format_replace()