Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/top/
Dusername.c67 #define is_empty_hash(x) (hash_table[x].name[0] == 0) macro
82 if (is_empty_hash(hashindex) || (hash_table[hashindex].uid != uid)) { in username()
122 if (!is_empty_hash(hashindex)) { in enter_user()