Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dparser.c2102 char tfmt[128] = "%X"; /* \D{} means %X. */ in getprompt() local
2119 end = memccpy(tfmt, fmt, '}', sizeof(tfmt)); in getprompt()
2133 fmt += end - tfmt; in getprompt()
2136 i += strftime(&ps[i], PROMPTLEN - i - 1, tfmt, now); in getprompt()