Home
last modified time | relevance | path

Searched refs:dotname (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c126 int dotname(struct direct *dp);
433 if (dotname(dp)) in pass2()
464 if (aflg == 0 && dotname(dp)) in pass3()
525 dotname(struct direct *dp) in dotname() function
/onnv-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c138 int dotname(struct direct *dp);
473 if (dotname(dp)) in pass2()
505 if (aflg == 0 && dotname(dp)) in pass3()
585 dotname(struct direct *dp) in dotname() function
/onnv-gate/usr/src/cmd/backup/restore/
H A Ddirs.c123 static char dotname[] = "."; /* dirlookup/psearch writes to its arg */ in extractdirs() local
190 if (dirlookup(dotname) == 0) { in extractdirs()