Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/top/
Dusername.c51 #define hashit(i) (abs(i) % Table_size) macro
63 hashindex = hashit(uid); in username()
103 hashindex = hashit(uid); in enter_user()
/freebsd-12-stable/usr.bin/mkstr/
Dmkstr.c86 unsigned hashit(char *, int, unsigned);
247 printf("%d", hashit(buf, 1, 0)); in copystr()
265 hashit(buf, 0, mesgpt); in inithash()
279 hashit(char *str, int really, unsigned fakept) in hashit() function
/freebsd-12-stable/usr.bin/xstr/
Dxstr.c84 static off_t hashit(char *, int);
287 return (hashit(dbuf, 1)); in yankstr()
308 ignore(hashit(buf, 0)); in inithash()
343 hashit(char *str, int new) in hashit() function