Searched refs:tfmt (Results 1 – 1 of 1) sorted by relevance
2102 char tfmt[128] = "%X"; /* \D{} means %X. */ in getprompt() local2119 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()