Searched refs:read_pid (Results 1 – 5 of 5) sorted by relevance
284 read_pid (int fd, in read_pid() function678 switch (read_pid (read_bus_pid_fd, &bus_pid_to_kill)) in babysit()
93 read_pid(const char *pidfile) in read_pid() function1739 pid = read_pid(ctx.pidfile); in main()1765 if (read_pid(ctx.pidfile) == 0) in main()1774 if ((pid = read_pid(ctx.pidfile)) > 0 && in main()
122 read_pid (int fd, in read_pid() function431 r = read_pid (fd, &pid, &error); in read_data()
251 * dbus/dbus-spawn.c (read_ints, read_pid): use correct ssize_t type
7627 * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for