Searched refs:PID_FILE (Results 1 – 3 of 3) sorted by relevance
29 PID_FILE ?= /var/run/$(CPROG).pid macro248 @echo " PID_FILE=/path PID file path of daemon."
94 PID_FILE ?= /var/run/$(LOCAL_MODULE).pid
1347 if ((fp = fopen(PID_FILE, "w")) == 0) { in start_civetweb()1348 fprintf(stdout, "Can not open %s.\n", PID_FILE); in start_civetweb()