Searched defs:fmt (Results 1 - 6 of 6) sorted by relevance
/systemd/src/core/ |
H A D | selinux-setup.c | 37 static int null_log(int type, const char *fmt, ...) { argument
|
H A D | selinux-access.c | 111 _printf_(2, 3) static int log_callback(int type, const char *fmt, ...) { argument 123 va_start(ap, fmt); 124 r = vasprintf(&buf, fmt, ap); 134 va_start(ap, fmt); 135 log_internalv(LOG_AUTH | callback_type_to_priority(type), 0, __FILE__, __LINE__, __FUNCTION__, fmt, ap);
|
/systemd/src/journal-remote/ |
H A D | microhttpd-util.c | 38 void microhttpd_logger(void *arg, const char *fmt, va_list ap) { argument 41 f = strjoina("microhttpd: ", fmt);
|
/systemd/src/udev/ |
H A D | udev-builtin-path_id.c | 38 static int path_prepend(char **path, const char *fmt, ...) { argument 43 va_start(va, fmt); 44 err = vasprintf(&pre, fmt, va);
|
H A D | udev-event.c | 99 const char fmt; member in struct:subst_map 102 { .name = "devnode", .fmt = 'N', .type = SUBST_DEVNODE }, 103 { .name = "tempnode", .fmt = 'N', .type = SUBST_DEVNODE }, 104 { .name = "attr", .fmt = 's', .type = SUBST_ATTR }, 105 { .name = "sysfs", .fmt = 's', .type = SUBST_ATTR }, 106 { .name = "env", .fmt = 'E', .type = SUBST_ENV }, 107 { .name = "kernel", .fmt = 'k', .type = SUBST_KERNEL }, 108 { .name = "number", .fmt = 'n', .type = SUBST_KERNEL_NUMBER }, 109 { .name = "driver", .fmt = 'd', .type = SUBST_DRIVER }, 110 { .name = "devpath", .fmt [all...] |
/systemd/src/locale/ |
H A D | localed.c | 1106 const char *fmt; local 1108 fmt = strjoina("libxkbcommon: ", format); 1109 log_internalv(LOG_DEBUG, 0, __FILE__, __LINE__, __func__, fmt, args);
|
Completed in 1068 milliseconds