Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dusername.c46 #define is_empty_hash(x) (hash_table[x].name[0] == 0) macro
62 if (is_empty_hash(hashindex) || (hash_table[hashindex].uid != uid)) in username()
103 if (!is_empty_hash(hashindex)) in enter_user()