Searched defs:mine (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c210 struct cfent mine; local
225 (void) memset((char *)&mine, '\0', sizeof (struct cfent));
234 while ((n = NXTENTRY(&mine, vfp)) != 0) {
239 (mine.path && *mine.path) ?
240 mine.path : "Unknown");
246 if (strncmp(mine.path, dirname, len) ||
247 (mine.path[len] != '/'))
249 if (strcmp(drp->d_name, &mine.path[len+1]) ==
261 if (srchcfile(&mine, badpat
[all...]

Completed in 55 milliseconds