Searched defs:NULL (Results 1 - 3 of 3) sorted by relevance
/sssd/src/sbus/ |
H A D | sssd_dbus_connection.c | 44 if (data == NULL) return; 56 if (new_event == NULL) { 86 conn = NULL; 105 if (new_event == NULL) { 133 if (te == NULL) { 202 NULL); 224 conn, NULL); 236 conn, NULL); 247 conn, NULL); 337 if (conn == NULL) { 607 uid, NULL); local [all...] |
/sssd/src/util/ |
H A D | util.h | 72 #ifndef NULL 73 #define NULL 0 macro 82 _("The user ID to run the server as"), NULL}, \ 84 _("The group ID to run the server as"), NULL}, 108 #define talloc_zfree(ptr) do { talloc_free(discard_const(ptr)); ptr = NULL; } while(0) 385 * Create a new NULL-termintated list of strings by adding two lists together. 388 * @param[in] l1 First NULL-termintated list of strings. 389 * @param[in] l2 Second NULL-termintated list of strings. 393 * @param[out] new_list New NULL-terminated list of strings. Must be freed 411 /* Copy a NULL [all...] |
/sssd/src/tests/cmocka/ |
H A D | test_dyndns.c | 50 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 13 milliseconds