log_entry
char *log_entry;
&log_entry)) == 0) {
log_entry);
static char *log_entry[LOGTRYS];
(void) write(fildes, log_entry[count1],
(unsigned)strlen(log_entry[count1]));
(void) strncat(log_entry[trys], user_name, LNAME_SIZE);
(void) strncat(log_entry[trys], ":", (size_t)1);
(void) strncat(log_entry[trys], ttyn, TTYN_SIZE);
(void) strncat(log_entry[trys], ":", (size_t)1);
(void) strncat(log_entry[trys], ctime(&timenow), TIME_SIZE);
if (!(log_entry[i] = malloc((size_t)ENT_SIZE))) {
*log_entry[i] = '\0';
struct log_entry *log_entries;
(struct log_entry *) NULL,
static struct log_entry def_log_entry;
klog_rotate(struct log_entry *le)
log_control.log_entries = (struct log_entry *)
malloc(log_control.log_nentries * sizeof(struct log_entry));
log_control.log_entries = (struct log_entry *) NULL;
struct log_entry *tmp_log_entries = log_control.log_entries;
(log_control.log_nentries + 1) * sizeof(struct log_entry));
log_control.log_entries = malloc(2 * sizeof(struct log_entry));
sizeof(struct log_entry));
(log_control.log_nentries) * sizeof(struct log_entry));
struct log_entry *tmp_log_entries = log_control.log_entries;
sizeof(struct log_entry));
struct log_entry *log_entries;
(struct log_entry *) NULL,
static struct log_entry def_log_entry;
klog_rotate(struct log_entry *le)
log_control.log_entries = (struct log_entry *)
malloc(log_control.log_nentries * sizeof(struct log_entry));
log_control.log_entries = (struct log_entry *) NULL;