Home
last modified time | relevance | path

Searched refs:words (Results 1 – 25 of 47) sorted by relevance

12

/systemd-251/shell-completion/zsh/
D_busctl39 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_loginctl42 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_timedatectl46 cmd="${${_timedatectl_cmds[(r)$words[1]:*]%%:*}}"
54 _message "unknown timedatectl command: $words[1]"
D_journalctl20 "${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_hostnamectl65 cmd="${${_hostnamectl_cmds[(r)$words[1]:*]%%:*}}"
73 _message "unknown hostnamectl command: $words[1]"
D_localectl81 cmd="${${_localectl_cmds[(r)$words[1]:*]%%:*}}"
85 _message "unknown localectl command: $words[1]"
D_kernel-install6 if [[ "$words[2]" == "remove" ]]; then
D_systemd-analyze75 cmd="${${_systemd_analyze_cmds[(r)$words[1]:*]%%:*}}"
83 _message "unknown systemd-analyze command: $words[1]"
D_oomctl15 cmd="${${_oomctl_cmds[(r)$words[1]:*]%%:*}}"
D_systemd-inhibit10 local n=${words[(b:2:i)[^-]*]}
D_networkctl25 cmd="${${_networkctl_cmds[(r)$words[1]:*]%%:*}}"
D_coredumpctl18 cmd="${${_coredumpctl_cmds[(r)$words[1]:*]%%:*}}"
D_bootctl56 cmd="${${_bootctl_cmds[(r)$words[1]:*]%%:*}}"
/systemd-251/src/fundamental/
Dsha256.c205 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/
Djournal-remote-main.c130 _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/
Dsystemd-detect-virt27 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
Dsystemd-cat28 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
Dsystemd-delta27 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
Dsystemd-path33 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
Dsystemd-cgtop32 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
Dsystemd-cgls40 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
Dsystemd-id12829 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
Dnetworkctl33 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
/systemd-251/docs/
DCODE_OF_CONDUCT.md14 - When interpreting the words and actions of others, participants should always assume good intenti…
/systemd-251/src/basic/
Dstring-util.h230 int string_contains_word_strv(const char *string, const char *separators, char **words, const char …

12