Lines Matching defs:NULL
65 #ifndef NULL
66 #define NULL 0
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-termintated list of strings.
413 * @param[out] new_list New NULL-terminated list of strings. Must be freed
431 /* Copy a NULL-terminated string list
432 * Returns NULL on out of memory error or invalid input
436 /* Take two string lists (terminated on a NULL char*)
440 * Pass NULL to any return type you don't care about
575 #define IS_SUBDOMAIN(dom) ((dom)->parent != NULL)