Searched refs:launchd_env_var (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-server-launchd.h33 DBusServer * _dbus_server_new_for_launchd (const char *launchd_env_var, DBusError * error);
H A Ddbus-server-launchd.c58 * @param launchd_env_var the environment variable which holds the unix path to the socket
64 _dbus_server_new_for_launchd (const char *launchd_env_var, DBusError * error) argument
76 launchd_socket_path = _dbus_getenv (launchd_env_var);
84 "launchd's environment variable %s is empty, but should contain a socket path.\n", launchd_env_var);
H A Ddbus-server-unix.c186 const char *launchd_env_var = dbus_address_entry_get_value (entry, "env"); local
187 if (launchd_env_var == NULL)
192 *server_p = _dbus_server_new_for_launchd (launchd_env_var, error);
H A Ddbus-transport-unix.c357 const char *launchd_env_var = dbus_address_entry_get_value (entry, "env"); local
368 if (launchd_env_var == NULL)
374 valid_socket = _dbus_lookup_launchd_socket (&socket_path, launchd_env_var, error);
385 "launchd's env var %s does not exist", launchd_env_var);
H A Ddbus-sysdeps-unix.h87 const char *launchd_env_var,
H A Ddbus-sysdeps-unix.c3549 * @param launchd_env_var the env var to look up
3555 const char *launchd_env_var,
3576 argv[i] = (char*)launchd_env_var;
3554 _dbus_lookup_launchd_socket(DBusString *socket_path, const char *launchd_env_var, DBusError *error) argument

Completed in 37 milliseconds