Lines Matching refs:dirname
614 ext2fs_dir (fsi_file_t *ffi, char *dirname) in ext2fs_dir() argument
653 printf ("dirname=%s\n", dirname); in ext2fs_dir()
730 while (dirname[len] && !isspace ((uint8_t)dirname[len])) in ext2fs_dir()
745 memmove (linkbuf + filemax, dirname, len); in ext2fs_dir()
769 dirname = linkbuf; in ext2fs_dir()
770 if (*dirname == '/') in ext2fs_dir()
787 if (!*dirname || isspace ((uint8_t)*dirname)) in ext2fs_dir()
803 while (*dirname == '/') in ext2fs_dir()
804 dirname++; in ext2fs_dir()
814 for (rest = dirname; (ch = *rest) && !isspace ((uint8_t)ch) && ch != '/'; in ext2fs_dir()
826 printf ("dirname=%s, rest=%s, loc=%d\n", dirname, rest, loc); in ext2fs_dir()
882 str_chk = substring (dirname, dp->name); in ext2fs_dir()
886 && (!*dirname || str_chk <= 0)) in ext2fs_dir()
901 *(dirname = rest) = ch; in ext2fs_dir()