Home
last modified time | relevance | path

Searched refs:parser (Results 1 – 25 of 28) sorted by relevance

12

/systemd-251/hwdb.d/
Dacpi-update.py4 from html.parser import HTMLParser
59 parser = PNPTableParser()
62 parser.feed(line)
64 parser.close()
65 parser.table.sort()
67 for pnpid, company in parser.table:
Dmeson.build4 # they are very long but quite repetitive and the parser is not very fast.
/systemd-251/test/
Dtest-shutdown.py98 parser = argparse.ArgumentParser(description='test logind shutdown feature') variable
99 parser.add_argument("-v", "--verbose", action="store_true", help="verbose")
100 parser.add_argument("command", help="command to run")
101 parser.add_argument("arg", nargs='*', help="args for command")
103 args = parser.parse_args()
/systemd-251/tools/
Ddbus_exporter.py28 parser = ArgumentParser()
29 parser.add_argument('output',
31 parser.add_argument('executables',
35 args = parser.parse_args()
Dcheck-directives.sh37 <(sort "$SOURCE_ROOT"/test/fuzz/fuzz-network-parser/directives); then
44 <(sort "$SOURCE_ROOT"/test/fuzz/fuzz-netdev-parser/directives.netdev); then
51 <(sort "$SOURCE_ROOT"/test/fuzz/fuzz-link-parser/directives.link) ; then
Dupdate-dbus-docs.py217 xml = etree.fromstring(out, parser=xml_parser())
281 xml = etree.fromstring(src, parser=xml_parser())
/systemd-251/src/shared/
Dconf-parser.h223 #define DEFINE_CONFIG_PARSE(function, parser, msg) \ argument
232 r = parser(rvalue); \
243 #define DEFINE_CONFIG_PARSE_PTR(function, parser, type, msg) \ argument
253 r = parser(rvalue, i); \
Dmeson.build76 'conf-parser.c',
77 'conf-parser.h',
/systemd-251/src/home/
Dhomed-gperf.gperf7 #include "conf-parser.h"
/systemd-251/src/resolve/
Dresolved-dnssd-gperf.gperf4 #include "conf-parser.h"
Dresolved-gperf.gperf7 #include "conf-parser.h"
/systemd-251/src/timesync/
Dtimesyncd-gperf.gperf7 #include "conf-parser.h"
/systemd-251/src/network/
Dnetworkd-gperf.gperf7 #include "conf-parser.h"
Dmeson.build272 [files('fuzz-netdev-parser.c'),
279 [files('fuzz-network-parser.c'),
Dnetworkd-network-gperf.gperf7 #include "conf-parser.h"
/systemd-251/test/test-network/
Dsystemd-networkd-tests.py5905 parser = argparse.ArgumentParser() variable
5906 parser.add_argument('--build-dir', help='Path to build dir', dest='build_dir')
5907 parser.add_argument('--networkd', help='Path to systemd-networkd', dest='networkd_bin')
5908 parser.add_argument('--resolved', help='Path to systemd-resolved', dest='resolved_bin')
5909 parser.add_argument('--udevd', help='Path to systemd-udevd', dest='udevd_bin')
5910parser.add_argument('--wait-online', help='Path to systemd-networkd-wait-online', dest='wait_onlin…
5911 parser.add_argument('--networkctl', help='Path to networkctl', dest='networkctl_bin')
5912 parser.add_argument('--resolvectl', help='Path to resolvectl', dest='resolvectl_bin')
5913 parser.add_argument('--timedatectl', help='Path to timedatectl', dest='timedatectl_bin')
5914parser.add_argument('--valgrind', help='Enable valgrind', dest='use_valgrind', type=bool, nargs='?…
[all …]
/systemd-251/src/login/
Dlogind-gperf.gperf7 #include "conf-parser.h"
/systemd-251/src/journal/
Djournald-gperf.gperf8 #include "conf-parser.h"
/systemd-251/src/nspawn/
Dnspawn-gperf.gperf7 #include "conf-parser.h"
/systemd-251/src/udev/
Dmeson.build179 [files('net/fuzz-link-parser.c'),
/systemd-251/src/udev/net/
Dlink-config-gperf.gperf7 #include "conf-parser.h"
/systemd-251/docs/
DJOURNAL_EXPORT_FORMATS.md23 …ional fields prefixed with two underscores might be added later on, your parser should skip over t…
/systemd-251/src/test/
Dmeson.build597 [files('test-conf-parser.c')],
/systemd-251/src/network/netdev/
Dnetdev-gperf.gperf11 #include "conf-parser.h"
/systemd-251/src/boot/efi/
Dmeson.build383 # BCD parser only makes sense on arches that Windows supports.

12