Searched refs:CONTROLSOCKET (Results 1 – 2 of 2) sorted by relevance
126 strlcpy(sun.sun_path, CONTROLSOCKET, sizeof(sun.sun_path)); in make_sock()137 unlink(CONTROLSOCKET); in start_control()139 chmod(CONTROLSOCKET, in start_control()162 if (unlink(CONTROLSOCKET) == -1) in stop_control()
48 #ifndef CONTROLSOCKET49 # define CONTROLSOCKET RUNDIR "/" PACKAGE ".sock" macro