Searched defs:NULL (Results 1 - 3 of 3) sorted by relevance

/sssd-io/src/sbus/
H A Dsssd_dbus_connection.c41 if (data == NULL) return;
53 if (new_event == NULL) {
83 conn = NULL;
102 if (new_event == NULL) {
130 if (te == NULL) {
167 if (conn->managed_paths == NULL) {
174 if (conn->nodes_fns == NULL) {
181 if (conn->incoming_signals == NULL) {
203 NULL);
225 conn, NULL);
604 uid, NULL); local
[all...]
/sssd-io/src/util/
H A Dutil.h65 #ifndef NULL
66 #define NULL 0 macro
75 _("The user ID to run the server as"), NULL}, \
77 _("The group ID to run the server as"), NULL},
85 _("Informs that the responder has been socket-activated"), NULL }, \
87 _("Informs that the responder has been dbus-activated"), NULL },
114 #define talloc_zfree(ptr) do { talloc_free(discard_const(ptr)); ptr = NULL; } while(0)
405 * Create a new NULL-termintated list of strings by adding two lists together.
408 * @param[in] l1 First NULL-termintated list of strings.
409 * @param[in] l2 Second NULL
[all...]
/sssd-io/src/tests/cmocka/
H A Dtest_dyndns.c50 static TALLOC_CTX *global_mock_context = NULL;
97 struct ifaddrs *ifap = NULL;
98 struct ifaddrs *ifap_prev = NULL;
99 struct ifaddrs *ifap_head = NULL;
106 while ((name = sss_mock_ptr_type(char *)) != NULL) {
108 if (straddr == NULL) {
115 if (ifap == NULL) {
128 if (ifap->ifa_name == NULL) {
144 if (sa == NULL) {
210 addrs[0].prev = NULL;
220 assert_ptr_equal(sss_iface_addr_get_address(NULL), NULL); local
225 assert_ptr_equal(sss_iface_addr_get_next(NULL), NULL); local
228 assert_ptr_equal(sss_iface_addr_get_next(&addrs[2]), NULL); local
[all...]

Completed in 14 milliseconds