Home
last modified time | relevance | path

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

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