Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c73 static int hashit(char *str, char really, unsigned int fakept);
238 (void) printf("%d", hashit(buf, 1, 0)); in copystr()
256 (void) hashit(buf, 0, mesgpt); in inithash()
268 hashit(char *str, char really, unsigned int fakept) in hashit() function
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c31 off_t hashit(char *, int);
253 return (hashit(dbuf, 1)); in yankstr()
275 (void) hashit(buf, 0); in inithash()
310 hashit(char *str, int new) in hashit() function