HomeSort by: relevance | last modified time | path
    Searched refs:sfx (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/bin/sh/
t_varval.sh 62 sfx=
65 sfx="${sfx}${sfx:+ }${1}"
72 oneline "${pfx}" "$i" "${sfx}" $quote
t_here.sh 250 (*) pfx=${end%??????}; sfx=${end#??????}
252 'x=$(cat <<'"'${end}'${nl}text${nl}${end}${sfx}${nl}${end}${nl}"'); printf %s "$x"' \
253 "text ${end}${sfx}" 0
258 'x=$(cat <<'"'${end}'${nl}text${nl}${pfx}${sfx}${nl}${end}${nl}"'); printf %s "$x"' \
259 "text ${pfx}${sfx}" 0
  /src/tests/usr.bin/awk/
t_awk.sh 36 for sfx in in out awk; do
37 cp -r $(atf_get_srcdir)/$fname.$sfx .
72 for sfx in out awk; do
73 cp -r $(atf_get_srcdir)/d_string1.$sfx .
  /src/usr.bin/getent/
getent.c 597 static const char sfx[] = "=#:"; local in function:handlecap
642 for (j = 0; j < sizeof(sfx) - 1; j++) {
643 cap = cgetcap(b, argv[i], sfx[j]);
649 if (j == sizeof(sfx) - 1)

Completed in 30 milliseconds