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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_dev.c108 char respath_buf[MAXPATHLEN]; /* Symlink path buffer */ local
139 memset(respath_buf, '\0', sizeof (respath_buf));
141 respath_buf, sizeof (respath_buf) - 1);
155 if (respath_buf[0] != '/') {
163 if ((ptr - &symlink_buf[0] + len) >= sizeof (respath_buf)) {
166 memcpy(ptr, respath_buf, len+1);

Completed in 10 milliseconds