Searched refs:ctype (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/basic/ |
D | socket-util.h | 181 #define CMSG_FIND_DATA(mh, level, type, ctype) \ argument 184 _found = cmsg_find(mh, level, type, CMSG_LEN(sizeof(ctype))); \ 185 (ctype*) (_found ? CMSG_DATA(_found) : NULL); \
|
/systemd-251/src/boot/efi/ |
D | meson.build | 125 foreach ctype : ['color-normal', 'color-entry', 'color-highlight', 'color-edit'] 126 c = get_option('efi-' + ctype).split(',') 127 efi_conf.set(ctype.underscorify().to_upper(), 'EFI_TEXT_ATTR(@0@, @1@)'.format(
|
/systemd-251/src/busctl/ |
D | busctl.c | 1607 const char ctype = t == SD_BUS_TYPE_STRUCT_BEGIN ? in message_append_cmdline() local 1609 r = sd_bus_message_open_container(m, ctype, s); in message_append_cmdline()
|