Lines Matching +defs:src +defs:hash
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
430 static void copy(void *dst, void *src);
485 static unsigned int hash(char *str);
510 const char *src, int max_val);
511 static int local_utf8(char **Xhdr_ptrptr, char *target, const char *src,
5359 copy(void *dst, void *src)
5361 (void) memcpy(dst, src, TBLOCK);
5487 * A hash table of file names to be {in,ex}cluded is built.
5530 h = hash(name);
5571 h = hash(name);
5585 h = hash(name);
5600 * Compute a hash from a string.
5604 hash(char *str)
6232 struct cachenode *next; /* next in hash chain */
6234 int namehash; /* name's hash signature */
6545 static timestruc_t modtimes[PATH_MAX+1]; /* hash table */
9211 /* get current src SL */