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()
396 hosthash[ix].ht_length = strlen(hosthash[ix].ht_value); in gethname()
398 hosthash[ix].ht_length = strlcpy(hosthash[ix].ht_value, in gethname()
407 len = prefix_len + strlcpy(p, hosthash[ix].ht_value, l); in gethname()
[all …]