Home
last modified time | relevance | path

Searched refs:suffix_expanded (Results 1 – 2 of 2) sorted by relevance

/dports/shells/bash-completion/bash-completion-2.11/test/t/unit/
H A Dtest_unit_expand_tilde_by_ref.py31 def test_expand(self, bash, user_home, plain_tilde, suffix_expanded): argument
33 suffix, expanded = suffix_expanded
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/xinstall/
H A Dxinstall.c1093 char suffix_expanded[FILENAME_MAX]; in backup() local
1097 (void)snprintf(suffix_expanded, FILENAME_MAX, suffix, in backup()
1100 suffix_expanded); in backup()