Searched refs:hashit (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/top/ |
H A D | username.c | 49 #define hashit(i) (abs(i) % Table_size) macro 61 hashindex = hashit(uid); in username() 101 hashindex = hashit(uid); in enter_user()
|
/freebsd/usr.bin/mkstr/ |
H A D | mkstr.c | 71 unsigned hashit(char *, int, unsigned); 232 printf("%d", hashit(buf, 1, 0)); in copystr() 250 hashit(buf, 0, mesgpt); in inithash() 264 hashit(char *str, int really, unsigned fakept) in hashit() function
|
/freebsd/usr.bin/xstr/ |
H A D | xstr.c | 71 static off_t hashit(char *, int); 274 return (hashit(dbuf, 1)); in yankstr() 295 ignore(hashit(buf, 0)); in inithash() 330 hashit(char *str, int new) in hashit() function
|