Searched refs:PATH_PID (Results 1 – 5 of 5) sorted by relevance
159 if ((pidfp = fopen(PATH_PID, "w")) == NULL) { in main()160 (void) fprintf(stderr, "%s: unable to open " PATH_PID ": %s\n", in main()165 (void) chmod(PATH_PID, pidmode); in main()
76 #define PATH_PID "/var/run/in.ripngd.pid" macro
177 (void) unlink(PATH_PID); in term()
58 #define PATH_PID "/var/run/in.routed.pid" macro
334 if ((pidfp = fopen(PATH_PID, "w")) == NULL) { in main()336 gettext("in.routed: unable to open " PATH_PID ": %s\n"), in main()341 (void) chmod(PATH_PID, pidmode); in main()621 (void) unlink(PATH_PID); in main()