Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 25 of 31) sorted by relevance

12

/systemd-251/test/
Dtest-rpm-macros.sh57 rpmspec --parse "$RPM_SPEC"
68 rpmspec --parse "$RPM_SPEC" | tee "$TEMP_LOG"
78 rpmspec --parse "$RPM_SPEC" | tee "$TEMP_LOG"
101 if rpmspec --parse "$RPM_SPEC"; then
116 if rpmspec --parse "$RPM_SPEC"; then
124 if ! rpmspec --parse "$RPM_SPEC"; then
158 rpmspec --parse "$RPM_SPEC" | tee "$TEMP_LOG"
/systemd-251/src/core/
Ddbus-util.h138 #define BUS_DEFINE_SET_TRANSIENT_PARSE(function, type, parse) \ argument
157 v = parse(s); \
171 #define BUS_DEFINE_SET_TRANSIENT_PARSE_PTR(function, type, parse) \ argument
190 r = parse(s, &v); \
/systemd-251/src/run-generator/
Drun-generator.c25 static int parse(const char *key, const char *value, void *data) { in parse() function
129 r = proc_cmdline_parse(parse, NULL, PROC_CMDLINE_RD_STRICT|PROC_CMDLINE_STRIP_RD_PREFIX); in run()
/systemd-251/src/journal-remote/
Dmeson.build10 'journal-remote-parse.h',
11 'journal-remote-parse.c',
/systemd-251/test/test-sysusers/
Dunhappy-1.expected-err1 Failed to parse UID: '9999999999': Numerical result out of range
/systemd-251/tools/
Dxml_helper.py15 doc = tree.parse(page, _parser)
Dcoverity.sh94 SHA=`git rev-parse --short HEAD`
/systemd-251/src/shared/
Dmeson.build246 'parse-argument.c',
247 'parse-argument.h',
248 'parse-helpers.c',
249 'parse-helpers.h',
Dconf-parser.h50 ConfigParserCallback parse; /* Function that is called to parse the variable's value */ member
59 ConfigParserCallback parse; /* Function that is called to parse the variable's value */ member
Dconf-parser.c69 *ret_func = t->parse; in config_item_table_lookup()
113 *ret_func = p->parse; in config_item_perf_lookup()
/systemd-251/src/basic/
Dproc-cmdline.h20 int proc_cmdline_parse(const proc_cmdline_parse_t parse, void *userdata, ProcCmdlineFlags flags);
Dmeson.build174 'parse-util.c',
175 'parse-util.h',
/systemd-251/units/
Dinitrd-fs.target16 After=initrd-parse-etc.service
Dinitrd.target17 …-fs.target initrd-root-device.target initrd-fs.target initrd-usr-fs.target initrd-parse-etc.service
Dmeson.build39 ['initrd-parse-etc.service', 'ENABLE_INITRD'],
/systemd-251/hwdb.d/
Dparse_hwdb.py203 def parse(fname): function
319 groups = parse(fname)
Dmeson.build62 test('parse-hwdb',
/systemd-251/src/test/
Dmeson.build274 [files('test-parse-argument.c')],
276 [files('test-parse-helpers.c')],
278 [files('test-parse-util.c')],
/systemd-251/src/systemctl/
Dmeson.build86 [files('fuzz-systemctl-parse-argv.c') +
/systemd-251/docs/
DCOREDUMP_PACKAGE_METADATA.md11 or parse ELF core files.*
38 core files should not assume a specific list of names, but parse anything that is included
DGVARIANT-SERIALIZATION.md70 underlying transport in order to parse dbus2 messages, while it is
DBOOT_LOADER_SPECIFICATION.md58 * Userspace code can sanely parse boot loader configuration which is essential
61 code can parse the boot loader configuration, too, this allows for UIs that
DCODING_STYLE.md536 systemd we should parse values the same way on all architectures and cannot
585 - If you parse a command line, and want to store the parsed parameters in
/systemd-251/src/udev/
Dmeson.build192 [files('fuzz-udev-rule-parse-value.c')],
/systemd-251/rules.d/
D60-persistent-storage.rules124 # by-diskseq link (if an app is told to open a path like this, they may parse

12