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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c104 char *ht_value; member in struct:hashtable
288 table[i].ht_value = malloc(max_value + 1);
291 if (table[i].ht_value == NULL) {
294 free(table[j].ht_value);
297 *(table[i].ht_value) = '\0';
308 free(table[i].ht_value);
393 hosthash[ix].ht_value, MAXHOSTNAMELEN);
394 hosthash[ix].ht_length = strlen(hosthash[ix].ht_value);
396 hosthash[ix].ht_length = strlcpy(hosthash[ix].ht_value,
405 len = prefix_len + strlcpy(p, hosthash[ix].ht_value,
[all...]

Completed in 45 milliseconds