Lines Matching refs:log_entry
275 static char *log_entry[LOGTRYS];
712 (void) write(fildes, log_entry[count1],
713 (unsigned)strlen(log_entry[count1]));
736 (void) strncat(log_entry[trys], user_name, LNAME_SIZE);
737 (void) strncat(log_entry[trys], ":", (size_t)1);
738 (void) strncat(log_entry[trys], ttyn, TTYN_SIZE);
739 (void) strncat(log_entry[trys], ":", (size_t)1);
740 (void) strncat(log_entry[trys], ctime(&timenow), TIME_SIZE);
783 if (!(log_entry[i] = malloc((size_t)ENT_SIZE))) {
787 *log_entry[i] = '\0';