Searched defs:lookup (Results 1 - 7 of 7) sorted by relevance

/systemd/src/shared/
H A Dspecifier.h26 const SpecifierCallback lookup; member in struct:Specifier
H A Dtest-tables.h27 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 Dutmp-wtmp.c45 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 Dconf-parser.c89 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, &ltype, &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 Dtest-replace-var.c27 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 Dudev-builtin-hwdb.c38 _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 Dnetlink-types.h52 int (*lookup)(const char *); member in struct:NLTypeSystemUnion

Completed in 4364 milliseconds