/systemd-251/src/basic/ |
D | filesystems.c | 55 .help = "Basic filesystem API", 67 .help = "Anonymous inodes", 75 .help = "Application virtual filesystems", 83 .help = "Auxiliary filesystem API", 95 .help = "Common block device filesystems", 111 .help = "Historical block device filesystems", 119 .help = "Well-known network filesystems", 138 .help = "Privileged filesystem API", 147 .help = "Security/MAC API VFS", 155 .help = "Temporary filesystems", [all …]
|
/systemd-251/shell-completion/zsh/ |
D | _systemd | 8 {-h,--help}'[Show this help]' \ 17 {-h,--help}'[Show this help]' \ 26 {-h,--help}'[Show this help]' \ 35 {-h,--help}'[Show this help]' \ 49 {-h,--help}'[Show this help]' \ 57 {-h,--help}'[Show this help]' \ 62 {-h,--help}'[Show this help]' \ 71 {-h,--help}'[Prints a short help text and exits.]' \
|
D | _udevadm | 51 '--help[Print help text.]' 65 '--help[Print help text.]' 76 '--help[Print help text.]' 84 '--help[Print help text.]' \ 93 '--help[Print help text]' \ 98 '--help[Print help text]' \ 103 '--help[Print help text]' 114 '--help[Print help text.]' \ 125 '--help[Print help text.]' 181 '--help[Print help text]' \
|
D | _resolvectl | 22 _protocol=( $(_call_program protocol ${service} --legend=no --protocol help; echo help) ) 29 _type=( $(_call_program type ${service} --legend=no --type help; echo help) ) 36 _class=( $(_call_program class ${service} --legend=no --class help; echo help) ) 70 {-h,--help}'[Print a short help text and exit]' \
|
D | _oomctl | 9 "help:Prints a short help text and exits." 25 {-h,--help}'[Prints a short help text and exits.]' \
|
D | _systemd-path | 6 '(-h --help)'{-h,--help}'[Print help text and exit]' \
|
D | _networkctl | 45 _json_forms=( $(networkctl --json=help 2>/dev/null) ) 53 {-h,--help}'[Show this help]' \
|
D | _hostnamectl | 81 _json_forms=( $(hostnamectl --json=help 2>/dev/null) ) 86 {-h,--help}'[Show this help]' \
|
D | _systemd-delta | 12 {-h,--help}'[Show this help]' \
|
D | _systemd-tmpfiles | 5 {-h,--help}'[Show help]' \
|
/systemd-251/tools/ |
D | check-help.sh | 19 if "$BINARY" --help | grep -v 'default:' | grep -E '.{80}.' >/dev/null; then 21 "$BINARY" --help | awk 'length > 80' | grep -E --color=yes '.{80}' 26 if ! "$BINARY" --help | grep . >/dev/null; then 32 if "$BINARY" --help 2>&1 1>/dev/null | grep .; then 44 if ! diff <("$BINARY" -h) <("$BINARY" --help); then
|
D | coverity.sh | 72 -h,--help Display this menu and exits 157 -h|--help) 163 TEMP=`getopt -o ho:t --long help,out-dir:,tar -n '$0' -- "$@"` 170 TEMP=`getopt -o hd:t: --long help,result-dir:tar: -n '$0' -- "$@"` 189 -h|--help) 209 -h|--help)
|
/systemd-251/src/shared/ |
D | seccomp-util.c | 287 .help = "System calls that are always permitted", 351 .help = "Asynchronous IO", 366 .help = "Basic IO", 388 .help = "Change ownership of files and directories", 400 .help = "Change the system time", 411 .help = "System calls for CPU emulation functionality", 421 .help = "Debugging, performance monitoring and tracing functionality", 435 .help = "File system operations", 516 .help = "Event loop system calls", 538 .help = "SysV IPC, POSIX Message Queues or other IPC", [all …]
|
D | service-util.c | 12 static int help(const char *program_path, const char *service, const char *description, bool bus_in… in help() function 64 return help(argv[0], service, description, bus_objects); in service_parse_argv()
|
/systemd-251/shell-completion/bash/ |
D | systemd-analyze | 57 [STANDALONE]='-h --help --version --system --user --global --order --require --no-pager 113 comps='--help --version --system --user --global --no-pager' 118 comps='--help --version --system --user --fuzz --no-pager' 125 … comps='--help --version --system --user --global --from-pattern --to-pattern --order --require' 130 comps='--help --version --no-pager' 137 …comps='--help --version --system --user --global --man=no --generators=yes --root --image --recurs… 145 comps='--help --version --root --no-pager' 156 …comps='--help --version --no-pager --system --user -H --host -M --machine --offline --threshold --… 171 comps='--help --version --system --user --global --no-pager --root --image' 183 comps='--help --version --json=off --json=pretty --json=short'
|
D | systemd-nspawn | 55 for i in $(systemd-nspawn --rlimit=help 2>/dev/null); do 65 …[STANDALONE]='-h --help --version --private-network -b --boot --read-only -q --quiet --share-system 143 comps=$( systemd-nspawn --volatile=help 2>/dev/null ) 181 comps=$( systemd-nspawn --resolv-conf=help 2>/dev/null ) 184 comps=$( systemd-nspawn --timezone=help 2>/dev/null )
|
D | systemd-resolve | 37 [STANDALONE]='-h --help --version --no-pager -4 -6 52 comps=$( systemd-resolve --legend=no "$prev" help; echo help )
|
/systemd-251/src/udev/ |
D | udevadm.c | 20 static int help(void) { in help() function 73 return help(); in parse_argv() 93 return help(); in help_main()
|
D | udevadm-hwdb.c | 15 static int help(void) { in help() function 70 return help(); in parse_argv()
|
/systemd-251/src/oom/ |
D | oomctl.c | 15 static int help(int argc, char *argv[], void *userdata) { in help() function 100 return help(0, NULL, NULL); in parse_argv() 121 { "help", VERB_ANY, VERB_ANY, 0, help }, in run()
|
/systemd-251/test/ |
D | test-shutdown.py | 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")
|
/systemd-251/src/id128/ |
D | id128.c | 147 static int help(void) { in help() function 179 return help(); in verb_help() 205 return help(); in parse_argv()
|
/systemd-251/src/notify/ |
D | notify.c | 33 static int help(void) { in help() function 114 return help(); in parse_argv() 182 help(); in parse_argv()
|
/systemd-251/src/ac-power/ |
D | ac-power.c | 10 static void help(void) { in help() function 42 help(); in parse_argv()
|
/systemd-251/src/boot/ |
D | boot-check-no-failures.c | 18 static int help(void) { in help() function 60 help(); in parse_argv()
|