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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c94 dp->pcd_ext[CHKNAME_C] == 'C' &&
95 dp->pcd_ext[CHKNAME_H] == 'H' &&
96 dp->pcd_ext[CHKNAME_K] == 'K');
159 if ((dp->pcd_ext[i] == ' ') || ((*theLen) >= MAXPATHLEN) ||
160 (!(pc_validchar(dp->pcd_ext[i]))))
168 if ((dp->pcd_ext[i] == ' ') || !(pc_validchar(dp->pcd_ext[i])))
170 *(thePath + (*theLen)++) = dp->pcd_ext[i++];
186 if (!(pc_validchar(dp->pcd_ext[i])))
188 (void) fprintf(outDest, "%c", dp->pcd_ext[
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h67 char pcd_ext[PCFEXTSIZE]; /* file extension */ member in struct:pcdir
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c1173 (bcmp(fext, ep->pcd_ext, PCFEXTSIZE) == 0)) {
1344 (void) pc_parsename(namep, ep.pcd_filename, ep.pcd_ext);
1345 if (!shortname_exists(dp, ep.pcd_filename, ep.pcd_ext)) {
1394 (void) pc_parsename(namep, ep->pcd_filename, ep->pcd_ext);
1427 cksum = pc_checksum_long_fn(ep->pcd_filename, ep->pcd_ext);
1561 (void) strncpy(inep->pcd_ext, fext, PCFEXTSIZE);
1655 (bcmp(fext, ep->pcd_ext, PCFEXTSIZE) == 0)) {
H A Dpc_vnops.c2252 (cksum != pc_checksum_long_fn(ep->pcd_filename, ep->pcd_ext)) ||
2379 &ep->pcd_ext[0], foldcase);
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2810 dep->pcd_ext[i] = ' ';
2815 dep->pcd_ext[i] = toupper(fn[i + PCFNAMESIZE]);
2818 dep->pcd_ext[i] = ' ';
2853 dep->pcd_ext[i] = toupper(fext[i]);
2856 dep->pcd_ext[i] = ' ';

Completed in 704 milliseconds