Lines Matching defs:dirname
147 char dirname[DIRNAMESIZE]; /* XXX Should be max path length */
368 const char *dirname)
377 INSIST(strlen(dirname) < DIRNAMESIZE);
396 if (strncmp(dirname, "./", 2) == 0)
397 dirname += 2;
398 strncpy(newtt->dirname, dirname, sizeof(newtt->dirname));
399 newtt->dirname[sizeof(newtt->dirname) - 1] = '\0';
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);
643 tt->dirname, tt->typename, tt->type);
897 tt->dirname, tt->typename, tt->type);
914 tt->dirname, tt->typename, tt->type);