Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pkg_install/dist/create/
H A Dpl.c56 int slashc; in CheckSymlink() local
63 …for (slashc = 0, slash = &name[prefixcc + 1]; (slash = strchr(slash, '/')) != (char *) NULL; slash… in CheckSymlink()
65 for (cc = i = 0; i < slashc; i++) { in CheckSymlink()