Lines Matching refs:timebuf
111 static char *timestamp(char *timebuf, int buflen) in timestamp() argument
116 if (strftime(timebuf, buflen, "%T", localtime(&now)) == 0) { in timestamp()
117 memset(timebuf, 0, buflen); in timestamp()
118 strncpy(timebuf, "00:00:00", buflen-1); in timestamp()
121 return timebuf; in timestamp()
126 char timebuf[64]; in log_msg() local
133 timestamp(timebuf, sizeof(timebuf)), in log_msg()
144 char timebuf[64]; in log_error() local
151 timestamp(timebuf, sizeof(timebuf)), in log_error()
162 char timebuf[64]; in log_err_errno() local
169 timestamp(timebuf, sizeof(timebuf)), in log_err_errno()