Searched defs:log_entry (Results 1 – 6 of 6) sorted by relevance
80 struct log_entry { struct82 log_entry_t le_type; /* Type of log entry */ argument83 nis_name le_princp; /* Principal making the change */84 nis_name le_name; /* Name of table/dir involved */86 nis_object le_object; /* Actual object value */
162 struct log_entry { struct163 enum log_type { K_LOG_FILE,168 K_LOG_NONE } log_type;169 krb5_pointer log_2free;170 union log_union {203 struct log_entry *log_entries; argument
666 typedef struct log_entry { struct680 } log_entry_t; argument
683 char *log_entry; in handle_log_entry() local
275 static char *log_entry[LOGTRYS]; variable