Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/mtree/
H A Dcompare.c418 if ((digestbuf = dohash(F_MD5, p->fts_accpath)) == NULL) { in compare()
438 if ((digestbuf = dohash(F_RMD160, p->fts_accpath)) == NULL) { in compare()
458 if ((digestbuf = dohash(F_SHA1, p->fts_accpath)) == NULL) { in compare()
476 if ((digestbuf = dohash(F_SHA256, p->fts_accpath)) == NULL) { in compare()
495 if ((digestbuf = dohash(F_SHA384, p->fts_accpath)) == NULL) { in compare()
514 if ((digestbuf = dohash(F_SHA512, p->fts_accpath)) == NULL) { in compare()
H A Dextern.h78 char *dohash(int, const char *);
H A Dhash.c54 dohash(int flag, const char *filename) in dohash() function
H A Dcreate.c176 digestbuf = dohash(flag, p->fts_accpath); in dosum()
/dragonfly/contrib/tcsh-6/
H A Dsh.exec.c316 dohash(NULL, NULL); in doexec()
634 dohash(Char **vv, struct command *c) in dohash() function
859 dohash(NULL, NULL); in iscommand()
1073 dohash(NULL, NULL); in dowhere()
1175 dohash(NULL, NULL); in find_cmd()
H A Dtc.os.c178 dohash(NULL, NULL);/*FIXRESET*/ in dosetpath()
1513 dohash(NULL, NULL); in dover()
1551 dohash(NULL, NULL); in dorootnode()
H A Dsh.decls.h115 extern void dohash (Char **, struct command *);
H A Dsh.func.c1360 dohash(NULL, NULL); in dosetenv()
1367 dohash(NULL, NULL); in dosetenv()
1589 dohash(NULL, NULL); in dounsetenv()
H A Dsh.c1342 dohash(NULL,NULL); in main()
1362 dohash(NULL,NULL); in main()
H A Dsh.sem.c587 dohash(NULL, NULL); in execute()
H A Dsh.init.c123 { "rehash", dohash, 0, 3 },
H A Dsh.set.c68 dohash(NULL, NULL); in update_vars()
H A Dsh.proc.c1891 dohash(NULL, NULL); in pfork()