Lines Matching refs:timebuf
104 static char *timestamp(char *timebuf, int buflen) in timestamp() argument
109 if (strftime(timebuf, buflen, "%T", localtime(&now)) == 0) { in timestamp()
110 memset(timebuf, 0, buflen); in timestamp()
111 strncpy(timebuf, "00:00:00", buflen-1); in timestamp()
114 return timebuf; in timestamp()
119 char timebuf[64]; in log_msg() local
126 timestamp(timebuf, sizeof(timebuf)), in log_msg()
137 char timebuf[64]; in log_error() local
144 timestamp(timebuf, sizeof(timebuf)), in log_error()
155 char timebuf[64]; in log_err_errno() local
162 timestamp(timebuf, sizeof(timebuf)), in log_err_errno()