Lines Matching refs:dirname
163 char dirname[DIRNAMESIZE]; /* XXX Should be max path length */
375 const char *dirname)
384 INSIST(strlen(dirname) < DIRNAMESIZE);
398 if (strncmp(dirname, "./", 2) == 0)
399 dirname += 2;
400 strncpy(newtt->dirname, dirname, sizeof(newtt->dirname));
460 sd(int rdclass, const char *classname, const char *dirname, char filetype) {
466 if (!start_directory(dirname, &dir))
480 add(rdclass, classname, type, typename, dirname);
640 tt->dirname, tt->typename, tt->type);
884 tt->dirname, tt->typename, tt->type);
901 tt->dirname, tt->typename, tt->type);