Searched defs:dir_buf (Results 1 – 4 of 4) sorted by relevance
79 uchar_t *dir_buf = new uchar_t[sizeof (struct dirent) + MAXPATHLEN]; in lookupControllerPath() local
216 uchar_t *dir_buf = new uchar_t[sizeof (struct dirent) + MAXPATHLEN]; in lookupControllerPath() local
295 char *rest, ch, dir_buf[FAT_DIRENTRY_LENGTH]; in fat_dir() local
133 static char *dir_buf; /* directory buffer for ttysrch body */ variable