Lines Matching defs:dep
134 static void dirent_fname_fill(struct pcdir *dep, char *fn);
140 static void dirent_time_fill(struct pcdir *dep);
2773 dirent_time_fill(struct pcdir *dep)
2789 dep->pcd_mtime.pct_time = htols(dostime);
2790 dep->pcd_mtime.pct_date = htols(dosday);
2795 dirent_label_fill(struct pcdir *dep, char *fn)
2804 dep->pcd_filename[i] = toupper(fn[i]);
2808 dep->pcd_filename[i] = ' ';
2810 dep->pcd_ext[i] = ' ';
2815 dep->pcd_ext[i] = toupper(fn[i + PCFNAMESIZE]);
2818 dep->pcd_ext[i] = ' ';
2824 dirent_fname_fill(struct pcdir *dep, char *fn)
2845 dep->pcd_filename[i] = toupper(fname[i]);
2848 dep->pcd_filename[i] = ' ';
2853 dep->pcd_ext[i] = toupper(fext[i]);
2856 dep->pcd_ext[i] = ' ';