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

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpd.c163 FILE *pidfileread; local
165 if((pidfileread=fopen("/var/run/lpdparent.pid", "r")) == NULL)
167 pidfileread=fopen("/var/run/lpdparent.pid", "w");
168 fprintf(pidfileread, "%d", currentpid);
169 fclose(pidfileread);
173 fclose(pidfileread);
H A Dlpd_lisa.c121 FILE *pidfileread; local
123 if((pidfileread=fopen("/var/run/lpdparent.pid", "r")) == NULL){
124 pidfileread=fopen("/var/run/lpdparent.pid", "w");
125 fprintf(pidfileread, "%d", currentpid);
126 fclose(pidfileread);
130 fclose(pidfileread);

Completed in 86 milliseconds