Home
last modified time | relevance | path

Searched refs:ht_value (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c106 char *ht_value; member
290 table[i].ht_value = malloc(max_value + 1); in init_hash()
293 if (table[i].ht_value == NULL) { in init_hash()
296 free(table[j].ht_value); in init_hash()
299 *(table[i].ht_value) = '\0'; in init_hash()
310 free(table[i].ht_value); in free_hash()
395 hosthash[ix].ht_value, MAXHOSTNAMELEN); in gethname()
450 l = strlcpy(uidhash[ix].ht_value, pw.pw_name, in getuname()
458 (void) memcpy(p, uidhash[ix].ht_value, l); in getuname()
480 strlcpy(gidhash[ix].ht_value, in getuname()
[all …]