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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c119 * If the "temp" symbolic link already exists,
123 * symbolic link.
124 * Watch out for a ``symbolic link'' that isn't!
152 char symbolic[MAXPATHLEN + 1]; local
156 if ((len = Readlink(Lp_Temp, symbolic, MAXPATHLEN)) <= 0) {
162 * If the symbolic link contained trailing slashes, remove
165 while ((len > 1) && (symbolic[len - 1] == '/')) {
168 symbolic[len] = 0;
171 if (strncmp(Lp_Tmp, symbolic, strlen(Lp_Tmp)) != 0) {
188 if (!STREQU(real_dir, symbolic)) {
222 *symbolic; local
[all...]

Completed in 43 milliseconds