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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/
H A Ddtlogin.c74 #define DTLOGIN_PATH "/var/dt/sdtlogin" macro
250 if (stat(DTLOGIN_PATH, &statbuf) == -1) {
251 if (mkdir(DTLOGIN_PATH, 0700) == -1) {
253 "manager pipe", DTLOGIN_PATH);
258 "%s is not a directory", DTLOGIN_PATH);
262 snprintf(pipename, sizeof(pipename), "%s/%d", DTLOGIN_PATH, port);

Completed in 11 milliseconds