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

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dutils.c260 char *tmppath = NULL; local in function:LockServer
268 tmppath = LOCK_DIR;
273 len += strlen(tmppath) + strlen(port) + strlen(LOCK_SUFFIX) + 1;
276 (void)sprintf(tmp, "%s" LOCK_TMP_PREFIX "%s" LOCK_SUFFIX, tmppath, port);
277 (void)sprintf(LockFile, "%s" LOCK_PREFIX "%s" LOCK_SUFFIX, tmppath, port);
/xsrc/external/mit/xorg-server/dist/os/
H A Dutils.c270 const char *tmppath = LOCK_DIR; local in function:LockServer
282 len += strlen(tmppath) + strlen(port) + strlen(LOCK_SUFFIX) + 1;
285 (void) sprintf(tmp, "%s" LOCK_TMP_PREFIX "%s" LOCK_SUFFIX, tmppath, port);
286 (void) sprintf(LockFile, "%s" LOCK_PREFIX "%s" LOCK_SUFFIX, tmppath, port);

Completed in 5 milliseconds