/freebsd/contrib/sendmail/libsm/ |
H A D | uxtext_unquote.c | 96 uxtext_unquote(quoted, unquoted, olen) in uxtext_unquote() argument 98 char *unquoted; 108 if (NULL != unquoted) \ 109 unquoted[len] = (char) (ch); \
|
/freebsd/bin/sh/tests/expansion/ |
H A D | trim6.0 | 17 [ "$y" = @ ] || echo "error when unquoted in non-splitting context" 21 [ ${v##*"$e"} = @ ] || echo "error when unquoted in splitting context"
|
H A D | cmdsubst3.0 | 22 [ "$e1" = $(printf "$e") ] || echo unquoted bad
|
H A D | plus-minus3.0 | 24 # a double-quote in one switches back to unquoted state.
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-token-plain.exp | 49 CondParser_Eval: "unquoted\"quoted" != unquoted"quoted 50 Comparing "unquoted"quoted" != "unquoted"quoted"
|
H A D | cond-token-plain.mk | 190 .if "unquoted\"quoted" != unquoted"quoted
|
/freebsd/bin/sh/tests/parser/ |
H A D | var-assign1.0 | 2 # unquoted. Therefore, there is only one assignment below; the other words
|
H A D | case1.0 | 4 # Keywords can be used unquoted in case statements, except the keyword
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb-ldap.c | 806 escape_value(krb5_context context, const char *unquoted, char **quoted) in escape_value() 810 for (i = 0, len = 0; unquoted[i] != '\0'; i++, len++) { in escape_value() 811 if (need_quote((unsigned char)unquoted[i])) in escape_value() 821 for (i = 0; unquoted[0] ; unquoted++) { in escape_value() 822 if (need_quote((unsigned char)unquoted[0])) { in escape_value() 824 (*quoted)[i++] = hexchar[(unquoted[0] >> 4) & 0xf]; in escape_value() 825 (*quoted)[i++] = hexchar[(unquoted[0] ) & 0xf]; in escape_value() 827 (*quoted)[i++] = (char)unquoted[0]; in escape_value() 803 escape_value(krb5_context context,const unsigned char * unquoted,char ** quoted) escape_value() argument
|
/freebsd/sys/contrib/openzfs/contrib/initramfs/ |
H A D | README.md | 95 use unquoted `$ZPOOL` and `$ZFS` to run `zpool` and `zfs`.
|
/freebsd/contrib/openpam/ |
H A D | ltmain.sh | 1261 # quotes backslashified. Available only if 'unquoted' is specified. 1273 # 'unquoted' 1277 # Examples for 'func_quote_arg pretty,unquoted string': 1287 # Examples for 'func_quote_arg pretty,unquoted,expand string': 6871 func_quote_arg pretty,unquoted "$arg" 10796 func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)" 11037 func_quote_arg pretty,unquoted "$var_value" 11044 func_quote_arg pretty,unquoted "$relink_command"
|
H A D | HISTORY | 114 at a time until it reaches an unquoted, unescaped newline, and
|
/freebsd/contrib/libevent/build-aux/ |
H A D | ltmain.sh | 1222 # quotes backslashified. Available only if 'unquoted' is specified. 1234 # 'unquoted' 1238 # Examples for 'func_quote_arg pretty,unquoted string': 1248 # Examples for 'func_quote_arg pretty,unquoted,expand string': 6829 func_quote_arg pretty,unquoted "$arg" 10729 func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)" 10970 func_quote_arg pretty,unquoted "$var_value" 10977 func_quote_arg pretty,unquoted "$relink_command"
|
/freebsd/contrib/file/ |
H A D | ltmain.sh | 1264 # quotes backslashified. Available only if 'unquoted' is specified. 1276 # 'unquoted' 1280 # Examples for 'func_quote_arg pretty,unquoted string': 1290 # Examples for 'func_quote_arg pretty,unquoted,expand string': 6874 func_quote_arg pretty,unquoted "$arg" 10803 func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)" 11044 func_quote_arg pretty,unquoted "$var_value" 11051 func_quote_arg pretty,unquoted "$relink_command"
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | wlan.subr | 232 # Remove data after whitespace if unquoted and not a list
|
/freebsd/contrib/mandoc/ |
H A D | TODO | 298 surrounded by blanks, not when it is part of an unquoted word.
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 226 # Disable path expansion in unquoted 'for' parameters below.
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 1307 do not allow unquoted 'left == right' after modifier ':?'
|
/freebsd/contrib/ntp/ |
H A D | NEWS | 519 [Bug 3476]ctl_putstr() sends empty unquoted string [...] <perlinger@ntp.org> 4285 [Bug 3476]ctl_putstr() sends empty unquoted string [...] <perlinger@ntp.org>
|
/freebsd/contrib/openbsm/m4/ |
H A D | libtool.m4 | 1255 dnl lt_sysroot will always be passed unquoted. We quote it here
|
/freebsd/contrib/openpam/m4/ |
H A D | libtool.m4 | 1253 dnl lt_sysroot will always be passed unquoted. We quote it here
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | libtool.m4 | 1255 dnl lt_sysroot will always be passed unquoted. We quote it here
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | libtool.m4 | 1255 dnl lt_sysroot will always be passed unquoted. We quote it here
|
/freebsd/contrib/libevent/m4/ |
H A D | libtool.m4 | 1254 dnl lt_sysroot will always be passed unquoted. We quote it here
|
/freebsd/contrib/ldns/m4/ |
H A D | libtool.m4 | 1254 dnl lt_sysroot will always be passed unquoted. We quote it here
|