Searched refs:words (Results 1 – 25 of 47) sorted by relevance
12
/systemd-251/shell-completion/zsh/ |
D | _busctl | 39 cmd="${${_busctl_cmds[(r)$words[1]:*]%%:*}}" 165 compadd "$@" - $(_busctl_get_objects $words[2]) 169 compadd "$@" - $(_busctl_get_interfaces $words[2,3]) 186 compadd "$@" - $(_busctl_get_objects $words[2]) 190 compadd "$@" - $(_busctl_get_interfaces $words[2,3]) 194 compadd "$@" - $(_busctl_get_members $words[2,4] "method") 197 compadd "$@" - $(_busctl_get_signature $words[2,5]) 214 compadd "$@" - $(_busctl_get_objects $words[2]) 218 compadd "$@" - $(_busctl_get_interfaces $words[2,3]) 222 compadd "$@" - $(_busctl_get_members $words[2,4] "property") [all …]
|
D | _loginctl | 42 for _ignore in $words[2,-1]; do 67 for _ignore in $words[2,-1]; do 91 for _ignore in $words[2,-1]; do 153 cmd="${${_loginctl_cmds[(r)$words[1]:*]%%:*}}" 160 _message "unknown loginctl command: $words[1]"
|
D | _timedatectl | 46 cmd="${${_timedatectl_cmds[(r)$words[1]:*]%%:*}}" 54 _message "unknown timedatectl command: $words[1]"
|
D | _journalctl | 20 "${journal_fields[@]}:value:_journalctl_field_values ${words[CURRENT]%%=*}" ;; 71 local w k v i=0 n=$#words 73 w=$words[$i] 86 _sys_service_mgr+=($w ${words[((++i))]})
|
D | _hostnamectl | 65 cmd="${${_hostnamectl_cmds[(r)$words[1]:*]%%:*}}" 73 _message "unknown hostnamectl command: $words[1]"
|
D | _localectl | 81 cmd="${${_localectl_cmds[(r)$words[1]:*]%%:*}}" 85 _message "unknown localectl command: $words[1]"
|
D | _kernel-install | 6 if [[ "$words[2]" == "remove" ]]; then
|
D | _systemd-analyze | 75 cmd="${${_systemd_analyze_cmds[(r)$words[1]:*]%%:*}}" 83 _message "unknown systemd-analyze command: $words[1]"
|
D | _oomctl | 15 cmd="${${_oomctl_cmds[(r)$words[1]:*]%%:*}}"
|
D | _systemd-inhibit | 10 local n=${words[(b:2:i)[^-]*]}
|
D | _networkctl | 25 cmd="${${_networkctl_cmds[(r)$words[1]:*]%%:*}}"
|
D | _coredumpctl | 18 cmd="${${_coredumpctl_cmds[(r)$words[1]:*]%%:*}}"
|
D | _bootctl | 56 cmd="${${_bootctl_cmds[(r)$words[1]:*]%%:*}}"
|
/systemd-251/src/fundamental/ |
D | sha256.c | 205 const uint32_t *words = buffer; in sha256_process_block() local 252 W[t] = SWAP (*words); in sha256_process_block() 253 ++words; in sha256_process_block()
|
/systemd-251/src/journal-remote/ |
D | journal-remote-main.c | 130 _cleanup_strv_free_ char **words = NULL; in spawn_getter() local 133 r = strv_split_full(&words, getter, WHITESPACE, EXTRACT_UNQUOTE); in spawn_getter() 137 r = spawn_child(words[0], words); in spawn_getter()
|
/systemd-251/shell-completion/bash/ |
D | systemd-detect-virt | 27 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
|
D | systemd-cat | 28 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
|
D | systemd-delta | 27 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
|
D | systemd-path | 33 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
|
D | systemd-cgtop | 32 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
|
D | systemd-cgls | 40 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
|
D | systemd-id128 | 29 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
|
D | networkctl | 33 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
|
/systemd-251/docs/ |
D | CODE_OF_CONDUCT.md | 14 - When interpreting the words and actions of others, participants should always assume good intenti…
|
/systemd-251/src/basic/ |
D | string-util.h | 230 int string_contains_word_strv(const char *string, const char *separators, char **words, const char …
|
12