Home
last modified time | relevance | path

Searched refs:pcd_ext (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c92 dp->pcd_ext[CHKNAME_C] == 'C' && in hasCHKName()
93 dp->pcd_ext[CHKNAME_H] == 'H' && in hasCHKName()
94 dp->pcd_ext[CHKNAME_K] == 'K'); in hasCHKName()
158 (!(pc_validchar(dp->pcd_ext[i])))) in appendToPath()
166 if ((dp->pcd_ext[i] == ' ') || !(pc_validchar(dp->pcd_ext[i]))) in appendToPath()
168 *(thePath + (*theLen)++) = dp->pcd_ext[i++]; in appendToPath()
184 if (!(pc_validchar(dp->pcd_ext[i]))) in printName()
186 (void) fprintf(outDest, "%c", dp->pcd_ext[i]); in printName()
1027 ndp->pcd_ext[CHKNAME_C] = 'C'; in newDirEnt()
1028 ndp->pcd_ext[CHKNAME_H] = 'H'; in newDirEnt()
[all …]
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c1173 (bcmp(fext, ep->pcd_ext, PCFEXTSIZE) == 0)) { in pc_match_short_fn()
1344 (void) pc_parsename(namep, ep.pcd_filename, ep.pcd_ext); in direntries_needed()
1345 if (!shortname_exists(dp, ep.pcd_filename, ep.pcd_ext)) { in direntries_needed()
1394 (void) pc_parsename(namep, ep->pcd_filename, ep->pcd_ext); in pc_name_to_pcdir()
1427 cksum = pc_checksum_long_fn(ep->pcd_filename, ep->pcd_ext); in pc_name_to_pcdir()
1561 (void) strncpy(inep->pcd_ext, fext, PCFEXTSIZE); in generate_short_name()
1655 (bcmp(fext, ep->pcd_ext, PCFEXTSIZE) == 0)) { in shortname_exists()
H A Dpc_vnops.c2253 (cksum != pc_checksum_long_fn(ep->pcd_filename, ep->pcd_ext)) || in pc_extract_long_fn()
2380 &ep->pcd_ext[0], foldcase); in pc_read_short_fn()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h65 char pcd_ext[PCFEXTSIZE]; /* file extension */ member
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2928 dep->pcd_ext[i] = ' '; in dirent_label_fill()
2933 dep->pcd_ext[i] = toupper(fn[i + PCFNAMESIZE]); in dirent_label_fill()
2936 dep->pcd_ext[i] = ' '; in dirent_label_fill()
2971 dep->pcd_ext[i] = toupper(fext[i]); in dirent_fname_fill()
2974 dep->pcd_ext[i] = ' '; in dirent_fname_fill()