Searched refs:PATH_PID (Results 1 – 5 of 5) sorted by relevance
161 if ((pidfp = fopen(PATH_PID, "w")) == NULL) { in main()162 (void) fprintf(stderr, "%s: unable to open " PATH_PID ": %s\n", in main()167 (void) chmod(PATH_PID, pidmode); in main()
78 #define PATH_PID "/var/run/in.ripngd.pid" macro
179 (void) unlink(PATH_PID); in term()
60 #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()