/systemd/src/shared/ |
H A D | specifier.h | 26 const SpecifierCallback lookup; member in struct:Specifier
|
H A D | test-tables.h | 27 lookup_t lookup, 34 const char* val = lookup(i); 26 _test_table(const char *name, lookup_t lookup, reverse_t reverse, int size, bool sparse) argument
|
H A D | utmp-wtmp.c | 45 struct utmpx *found, lookup = { .ut_type = RUN_LVL }; local 80 found = getutxid(&lookup); 256 struct utmpx lookup = { local 265 strncpy(lookup.ut_id, sanitize_id(id), sizeof(lookup.ut_id)); 267 found = getutxid(&lookup);
|
H A D | conf-parser.c | 89 ConfigPerfItemLookup lookup = (ConfigPerfItemLookup) table; local 99 p = lookup(lvalue, strlen(lvalue)); 107 p = lookup(key, strlen(key)); 124 ConfigItemLookup lookup, 140 assert(lookup); 144 r = lookup(table, section, lvalue, &func, <ype, &data, userdata); 168 ConfigItemLookup lookup, 182 assert(lookup); 214 return config_parse(unit, fn, NULL, sections, lookup, table, relaxed, false, false, userdata); 272 lookup, 121 next_assignment(const char *unit, const char *filename, unsigned line, ConfigItemLookup lookup, const void *table, const char *section, unsigned section_line, const char *lvalue, const char *rvalue, bool relaxed, void *userdata) argument 164 parse_line(const char* unit, const char *filename, unsigned line, const char *sections, ConfigItemLookup lookup, const void *table, bool relaxed, bool allow_include, char **section, unsigned *section_line, bool *section_ignored, char *l, void *userdata) argument 283 config_parse(const char *unit, const char *filename, FILE *f, const char *sections, ConfigItemLookup lookup, const void *table, bool relaxed, bool allow_include, bool warn, void *userdata) argument 395 config_parse_many(const char *conf_file, const char *conf_file_dirs, const char *sections, ConfigItemLookup lookup, const void *table, bool relaxed, void *userdata) argument [all...] |
/systemd/src/test/ |
H A D | test-replace-var.c | 27 static char *lookup(const char *variable, void *userdata) { function 34 assert_se(r = replace_var("@@@foobar@xyz@HALLO@foobar@test@@testtest@TEST@...@@@", lookup, NULL));
|
/systemd/src/udev/ |
H A D | udev-builtin-hwdb.c | 38 _cleanup_free_ char *lookup = NULL; local 46 lookup = strjoin(prefix, modalias, NULL); 47 if (!lookup) 49 modalias = lookup; 135 { "lookup-prefix", required_argument, NULL, 'p' },
|
/systemd/src/libsystemd/sd-netlink/ |
H A D | netlink-types.h | 52 int (*lookup)(const char *); member in struct:NLTypeSystemUnion
|