Searched refs:socket_dir (Results 1 – 1 of 1) sorted by relevance
169 static char socket_dir[PATH_MAX]; variable2206 if (socket_dir[0]) in cleanup_socket()2207 rmdir(socket_dir); in cleanup_socket()2484 mktemp_proto(socket_dir, sizeof(socket_dir)); in main()2485 if (mkdtemp(socket_dir) == NULL) { in main()2490 socket_dir, (long)parent_pid); in main()2493 socket_dir[0] = '\0'; in main()2619 if (*socket_dir != '\0' && unveil(socket_dir, "c") == -1) { in main()2620 fatal("%s: unveil %s %s", __progname, socket_dir, in main()