Searched refs:pcd_ext (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | dir.c | 94 dp->pcd_ext[CHKNAME_C] == 'C' && in hasCHKName() 95 dp->pcd_ext[CHKNAME_H] == 'H' && in hasCHKName() 96 dp->pcd_ext[CHKNAME_K] == 'K'); in hasCHKName() 159 if ((dp->pcd_ext[i] == ' ') || ((*theLen) >= MAXPATHLEN) || in appendToPath() 160 (!(pc_validchar(dp->pcd_ext[i])))) in appendToPath() 168 if ((dp->pcd_ext[i] == ' ') || !(pc_validchar(dp->pcd_ext[i]))) in appendToPath() 170 *(thePath + (*theLen)++) = dp->pcd_ext[i++]; in appendToPath() 186 if (!(pc_validchar(dp->pcd_ext[i]))) in printName() 188 (void) fprintf(outDest, "%c", dp->pcd_ext[i]); in printName() 1029 ndp->pcd_ext[CHKNAME_C] = 'C'; in newDirEnt() [all …]
|
/titanic_41/usr/src/uts/common/fs/pcfs/ |
H A D | pc_dir.c | 1168 (bcmp(fext, ep->pcd_ext, PCFEXTSIZE) == 0)) { in pc_match_short_fn() 1339 (void) pc_parsename(namep, ep.pcd_filename, ep.pcd_ext); in direntries_needed() 1340 if (!shortname_exists(dp, ep.pcd_filename, ep.pcd_ext)) { in direntries_needed() 1389 (void) pc_parsename(namep, ep->pcd_filename, ep->pcd_ext); in pc_name_to_pcdir() 1422 cksum = pc_checksum_long_fn(ep->pcd_filename, ep->pcd_ext); in pc_name_to_pcdir() 1556 (void) strncpy(inep->pcd_ext, fext, PCFEXTSIZE); in generate_short_name() 1650 (bcmp(fext, ep->pcd_ext, PCFEXTSIZE) == 0)) { in shortname_exists()
|
H A D | pc_vnops.c | 2252 (cksum != pc_checksum_long_fn(ep->pcd_filename, ep->pcd_ext)) || in pc_extract_long_fn() 2379 &ep->pcd_ext[0], foldcase); in pc_read_short_fn()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | pc_dir.h | 67 char pcd_ext[PCFEXTSIZE]; /* file extension */ member
|
/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs.c | 2810 dep->pcd_ext[i] = ' '; in dirent_label_fill() 2815 dep->pcd_ext[i] = toupper(fn[i + PCFNAMESIZE]); in dirent_label_fill() 2818 dep->pcd_ext[i] = ' '; in dirent_label_fill() 2853 dep->pcd_ext[i] = toupper(fext[i]); in dirent_fname_fill() 2856 dep->pcd_ext[i] = ' '; in dirent_fname_fill()
|