Home
last modified time | relevance | path

Searched refs:unquoted (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/sendmail/libsm/
H A Duxtext_unquote.c96 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 Dtrim6.017 [ "$y" = @ ] || echo "error when unquoted in non-splitting context"
21 [ ${v##*"$e"} = @ ] || echo "error when unquoted in splitting context"
H A Dcmdsubst3.022 [ "$e1" = $(printf "$e") ] || echo unquoted bad
H A Dplus-minus3.024 # a double-quote in one switches back to unquoted state.
/freebsd/contrib/bmake/unit-tests/
H A Dcond-token-plain.exp49 CondParser_Eval: "unquoted\"quoted" != unquoted"quoted
50 Comparing "unquoted"quoted" != "unquoted"quoted"
H A Dcond-token-plain.mk190 .if "unquoted\"quoted" != unquoted"quoted
/freebsd/bin/sh/tests/parser/
H A Dvar-assign1.02 # unquoted. Therefore, there is only one assignment below; the other words
H A Dcase1.04 # Keywords can be used unquoted in case statements, except the keyword
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c806 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 DREADME.md95 use unquoted `$ZPOOL` and `$ZFS` to run `zpool` and `zfs`.
/freebsd/contrib/openpam/
H A Dltmain.sh1261 # 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 DHISTORY114 at a time until it reaches an unquoted, unescaped newline, and
/freebsd/contrib/libevent/build-aux/
H A Dltmain.sh1222 # 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 Dltmain.sh1264 # 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 Dwlan.subr232 # Remove data after whitespace if unquoted and not a list
/freebsd/contrib/mandoc/
H A DTODO298 surrounded by blanks, not when it is part of an unquoted word.
/freebsd/libexec/rc/
H A Drc.subr226 # Disable path expansion in unquoted 'for' parameters below.
/freebsd/contrib/bmake/
H A DChangeLog1307 do not allow unquoted 'left == right' after modifier ':?'
/freebsd/contrib/ntp/
H A DNEWS519 [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 Dlibtool.m41255 dnl lt_sysroot will always be passed unquoted. We quote it here
/freebsd/contrib/openpam/m4/
H A Dlibtool.m41253 dnl lt_sysroot will always be passed unquoted. We quote it here
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dlibtool.m41255 dnl lt_sysroot will always be passed unquoted. We quote it here
/freebsd/contrib/ntp/sntp/m4/
H A Dlibtool.m41255 dnl lt_sysroot will always be passed unquoted. We quote it here
/freebsd/contrib/libevent/m4/
H A Dlibtool.m41254 dnl lt_sysroot will always be passed unquoted. We quote it here
/freebsd/contrib/ldns/m4/
H A Dlibtool.m41254 dnl lt_sysroot will always be passed unquoted. We quote it here

12