Searched refs:reverse (Results 1 – 20 of 20) sorted by relevance
/systemd-251/src/shared/ |
D | test-tables.h | 12 #define _test_table(name, lookup, reverse, size, sparse) \ argument 19 _rev = reverse(_val); \ 22 _rev = reverse("--no-such--value----"); \
|
/systemd-251/src/test/ |
D | test-engine.c | 24 UnitDependency reverse; in verify_dependency_atoms() local 43 reverse = unit_dependency_from_unique_atom(a); in verify_dependency_atoms() 44 assert_se(reverse == _UNIT_DEPENDENCY_INVALID || reverse >= 0); in verify_dependency_atoms() 46 … assert_se((reverse < 0) == has_superset); /* If one dependency type is a superset of another, in verify_dependency_atoms()
|
/systemd-251/src/resolve/ |
D | resolved-dns-question.c | 357 _cleanup_free_ char *reverse = NULL; in dns_question_new_reverse() local 366 r = dns_name_reverse(family, a, &reverse); in dns_question_new_reverse() 374 key = dns_resource_key_new_consume(DNS_CLASS_IN, DNS_TYPE_PTR, reverse); in dns_question_new_reverse() 378 reverse = NULL; in dns_question_new_reverse()
|
/systemd-251/shell-completion/zsh/ |
D | _coredumpctl | 38 {-r,--reverse}'[Show the newest entries first]' \
|
D | _systemctl.in | 475 '--reverse[Show reverse dependencies]' \
|
D | _journalctl | 102 {-r,--reverse}'[Reverse output]' \
|
/systemd-251/docs/ |
D | RESOLVED-VPNS.md | 77 Routing domains also have particular relevance when it comes to the reverse 80 used for doing reverse IP to domain name lookups. e.g. declaring 170 `~….in-addr.arpa` and `~….ip6.arpa` reverse lookup routing domains for it. 174 need to configure any reverse lookup routing domains for it.
|
D | GROUP_RECORD.md | 34 (this field is typically in reverse domain name syntax.)
|
D | NETWORK_ONLINE.md | 35 shutdown ordering of units in systemd is the reverse of the startup ordering,
|
D | USER_GROUP_API.md | 87 It is recommended to name the sockets in the directory in reverse domain name
|
D | PORTABLE_SERVICES.md | 142 The `portablectl detach` command executes the reverse operation: it looks for
|
D | CODING_STYLE.md | 500 expansion. When doing the reverse, make sure to escape `%` in specifier-style
|
D | USER_RECORD.md | 516 record. It is recommended to use reverse domain name notation for this. For
|
/systemd-251/shell-completion/bash/ |
D | coredumpctl | 42 -r --reverse -S --since -U --until -D --directory -q --quiet --debugger
|
D | journalctl | 45 --show-cursor --dmesg -k --pager-end -e -r --reverse
|
D | systemctl.in | 127 [STANDALONE]='--all -a --reverse --after --before --defaults --force -f --full -l --global
|
/systemd-251/ |
D | LICENSE.LGPL2.1 | 275 modification of the work for the customer's own use and reverse
|
D | NEWS | 361 * journalctl --list-boots now supports JSON output and the --reverse option. 1873 implicit reverse dependency OnFailureOf= (this new dependency cannot 1875 dependency in the reverse order — it's visible in "systemctl show" 1876 however). Similar, Slice= now has an reverse dependency SliceOf=, 1885 * A new dependency type OnSuccess= has been added (plus the reverse 1887 exists only as effect of the reverse OnSuccess=). It is similar to 1892 * A new dependency type Upholds= has been added (plus the reverse 7469 * coredumpctl gained a new "--reverse" option for printing the list 7470 of coredumps in reverse order. 12414 --plain, --reverse, --after and --before. [all …]
|
D | TODO | 1266 …no Description string, then show a description string generated form the reverse of unit_name_mang…
|
/systemd-251/LICENSES/ |
D | LGPL-2.0-or-later.txt | 96 …the terms permit modification of the work for the customer's own use and reverse engineering for d…
|