Searched refs:configure_time_path (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps.h530 * replaces the term DBUS_PREFIX in configure_time_path by the
533 * @param configure_time_path
537 _dbus_replace_install_prefix (const char *configure_time_path);
H A Ddbus-sysdeps-win.c2067 * replaces the term DBUS_PREFIX in configure_time_path by the
2070 * @param configure_time_path
2074 _dbus_replace_install_prefix (const char *configure_time_path) argument
2077 return configure_time_path;
2084 if (!configure_time_path)
2088 strncmp (configure_time_path, DBUS_PREFIX "/",
2090 strcat (retval, configure_time_path);
2095 strcat (retval, configure_time_path + strlen (DBUS_PREFIX) + 1);
H A Ddbus-sysdeps-unix.c4036 * replaces the term DBUS_PREFIX in configure_time_path by the
4039 * @param configure_time_path
4043 _dbus_replace_install_prefix (const char *configure_time_path) argument
4045 return configure_time_path;

Completed in 111 milliseconds