Lines Matching refs:timebuf
144 static char *timestamp(char *timebuf, int buflen) in timestamp() argument
149 if (strftime(timebuf, buflen, "%T", localtime(&now)) == 0) { in timestamp()
150 memset(timebuf, 0, buflen); in timestamp()
151 strncpy(timebuf, "00:00:00", buflen-1); in timestamp()
154 return timebuf; in timestamp()
159 char timebuf[64]; in log_msg() local
166 timestamp(timebuf, sizeof(timebuf)), in log_msg()
177 char timebuf[64]; in log_error() local
184 timestamp(timebuf, sizeof(timebuf)), in log_error()
195 char timebuf[64]; in log_err_errno() local
202 timestamp(timebuf, sizeof(timebuf)), in log_err_errno()