Home
last modified time | relevance | path

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

/third_party/cups-filters/
Dln-srf32 d_prefix=${tmp%%/*}
35 while [ "$s_prefix" = "$d_prefix" ]; do
37 tmp="${tmp#$d_prefix/}"
39 d_prefix=${tmp%%/*}
43 while [ -n "$d_prefix" ] && [ "$tmp" != "$d_prefix" ]; do
45 tmp="${tmp#$d_prefix/}"
46 d_prefix=${tmp%%/*}