Lines Matching refs:gidhash
114 static hashtable_t gidhash[GIDHASHSIZE]; variable
470 if (gid != gidhash[ix].ht_key) { in getuname()
471 gidhash[ix].ht_key = gid; in getuname()
475 gidhash[ix].ht_length = in getuname()
476 snprintf(gidhash[ix].ht_value, GIDNAMELEN, in getuname()
479 gidhash[ix].ht_length = in getuname()
480 strlcpy(gidhash[ix].ht_value, in getuname()
487 l = gidhash[ix].ht_length + 1; in getuname()
490 (void) memcpy(p, gidhash[ix].ht_value, l); in getuname()
887 if (init_hash(gidhash, -2, GIDHASHSIZE, GIDNAMELEN)) in auditd_plugin_open()
910 free_hash(gidhash, GIDHASHSIZE); in auditd_plugin_close()