Home | History | Annotate | Download | only in bus

Lines Matching defs:pidfile

52   char *pidfile;
291 const char *user, *pidfile;
310 pidfile = bus_config_parser_get_pidfile (parser);
311 if (pidfile != NULL)
316 _dbus_string_init_const (&u, pidfile);
338 pidfile);
347 context->pidfile = _dbus_strdup (pidfile);
833 if (context->pidfile)
834 _dbus_string_init_const (&u, context->pidfile);
840 if (!_dbus_become_daemon (context->pidfile ? &u : NULL,
855 * not for the child process. This is a no-op if the pidfile
858 if (!_dbus_write_pid_to_file_and_pipe (context->pidfile ? &u : NULL,
904 * as soon as we've set up our sockets and pidfile
1097 if (context->pidfile)
1100 _dbus_string_init_const (&u, context->pidfile);
1107 dbus_free (context->pidfile);