Home
last modified time | relevance | path

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

1234

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Duxtext.c83 VSTRING *uxtext_quote_append(VSTRING *quoted, const char *unquoted, in uxtext_quote_append() argument
89 for (cp = (unsigned const char *) unquoted; (ch = *cp) != 0; cp++) { in uxtext_quote_append()
145 VSTRING *uxtext_quote(VSTRING *quoted, const char *unquoted, const char *special) in uxtext_quote() argument
148 uxtext_quote_append(quoted, unquoted, special); in uxtext_quote()
154 VSTRING *uxtext_unquote_append(VSTRING *unquoted, const char *quoted) in uxtext_unquote_append() argument
184 VSTRING_ADDCH(unquoted, (char) unicode); in uxtext_unquote_append()
186 VSTRING_ADDCH(unquoted, 0xc0 | ((char) (unicode >> 6))); in uxtext_unquote_append()
187 VSTRING_ADDCH(unquoted, 0x80 | ((char) (unicode & 0x3f))); in uxtext_unquote_append()
189 VSTRING_ADDCH(unquoted, 0xe0 | ((char) (unicode >> 12))); in uxtext_unquote_append()
190 VSTRING_ADDCH(unquoted, 0x80 | ((char) (unicode >> 6) & 0x3f)); in uxtext_unquote_append()
[all …]
H A Dxtext.c80 VSTRING *xtext_quote_append(VSTRING *quoted, const char *unquoted, in xtext_quote_append() argument
86 for (cp = unquoted; (ch = *(unsigned const char *) cp) != 0; cp++) { in xtext_quote_append()
100 VSTRING *xtext_quote(VSTRING *quoted, const char *unquoted, const char *special) in xtext_quote() argument
103 xtext_quote_append(quoted, unquoted, special); in xtext_quote()
109 VSTRING *xtext_unquote_append(VSTRING *unquoted, const char *quoted) in xtext_unquote_append() argument
134 VSTRING_ADDCH(unquoted, ch); in xtext_unquote_append()
136 VSTRING_TERMINATE(unquoted); in xtext_unquote_append()
137 return (unquoted); in xtext_unquote_append()
141 VSTRING *xtext_unquote(VSTRING *unquoted, const char *quoted) in xtext_unquote() argument
143 VSTRING_RESET(unquoted); in xtext_unquote()
[all …]
H A Dquote_822_local.ref3 '"a@b@c"@d' unquoted 'a@b@c@d'
4 '"a@b@c"' unquoted 'a@b@c'
5 '"a@b@c"@d@e' unquoted 'a@b@c@d@e'
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dfetch.c549 char *unquoted; in fetchUnquotePath() local
553 if ((unquoted = malloc(strlen(url->doc) + 1)) == NULL) in fetchUnquotePath()
562 unquoted[i++] = *iter; in fetchUnquotePath()
565 unquoted[i++] = xdigit2digit(iter[1]) * 16 + in fetchUnquotePath()
569 unquoted[i] = '\0'; in fetchUnquotePath()
570 return unquoted; in fetchUnquotePath()
580 char *unquoted, *filename; in fetchUnquoteFilename() local
583 if ((unquoted = fetchUnquotePath(url)) == NULL) in fetchUnquoteFilename()
586 if ((last_slash = strrchr(unquoted, '/')) == NULL) in fetchUnquoteFilename()
587 return unquoted; in fetchUnquoteFilename()
[all …]
/netbsd-src/usr.bin/make/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.mk166 # The '\\' is not a line continuation. Neither is it an unquoted string
190 .if "unquoted\"quoted" != unquoted"quoted
204 # unquoted string literal.
209 # modifier ':?:' allowed unquoted string literals for the rest of the
/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/
H A Dsvcb.test-vectors-pf.zone21 ; This example has a key that is not registered, its value is unquoted.
64 ; This example has a key that is not registered, its value is unquoted.
H A Dsvcb.test-vectors-wf.zone34 ; This example has a key that is not registered, its value is unquoted.
146 ; This example has a key that is not registered, its value is unquoted.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-ldap.c840 escape_value(krb5_context context, const char *unquoted, char **quoted) in escape_value() argument
844 for (i = 0, len = 0; unquoted[i] != '\0'; i++, len++) { in escape_value()
845 if (need_quote((unsigned char)unquoted[i])) in escape_value()
855 for (i = 0; unquoted[0] ; unquoted++) { in escape_value()
856 if (need_quote((unsigned char)unquoted[0])) { in escape_value()
858 (*quoted)[i++] = hexchar[(unquoted[0] >> 4) & 0xf]; in escape_value()
859 (*quoted)[i++] = hexchar[(unquoted[0] ) & 0xf]; in escape_value()
861 (*quoted)[i++] = (char)unquoted[0]; in escape_value()
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Descape25 # TEST 2: This one should fail, since the ":" is unquoted.
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/
H A Drt-envsubst.texi48 on unquoted and double-quoted strings. Other kinds of substitutions done
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dtorture.at938 AC_DEFINE_UNQUOTED([unq1], [$baz], [unquoted, test 1])
939 AC_DEFINE_UNQUOTED([unq2], [\$baz], [unquoted, test 2])
940 AC_DEFINE_UNQUOTED([unq3], ["$baz"], [unquoted, test 3])
941 AC_DEFINE_UNQUOTED([unq4], [${baz+set}], [unquoted, test 4])
942 AC_DEFINE_UNQUOTED([unq5], ["${baz+`echo "a "' b'`}"], [unquoted, test 5])
943 AC_DEFINE_UNQUOTED([unq6], [`echo hi`], [unquoted, test 6])
944 AC_DEFINE_UNQUOTED([unq7], ['\\"'], [unquoted, test 7])
1169 # Use *single* quotes because the context is an unquoted here-doc.
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/
H A Di386beos.sc13 # We can't easily and portably get an unquoted $ in a shell
H A Dmcorepe.sc13 # We can't easily and portably get an unquoted $ in a shell
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Dmcorepe.sc13 # We can't easily and portably get an unquoted $ in a shell
H A Di386beos.sc13 # We can't easily and portably get an unquoted $ in a shell
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-cc235 unquoted unquoted form then quoted
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-3.5135 Older Postfix versions would log the internal (unquoted) form:
/netbsd-src/external/bsd/openpam/dist/
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"
/netbsd-src/external/public-domain/xz/dist/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"
/netbsd-src/external/lgpl3/mpfr/dist/
H A Dltmain.sh1249 # quotes backslashified. Available only if 'unquoted' is specified.
1261 # 'unquoted'
1265 # Examples for 'func_quote_arg pretty,unquoted string':
1275 # Examples for 'func_quote_arg pretty,unquoted,expand string':
6863 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"
/netbsd-src/external/mpl/bind/dist/
H A Dltmain.sh1249 # quotes backslashified. Available only if 'unquoted' is specified.
1261 # 'unquoted'
1265 # Examples for 'func_quote_arg pretty,unquoted string':
1275 # Examples for 'func_quote_arg pretty,unquoted,expand string':
1290 *,pretty,*|*,expand,*|*,unquoted,*)
6863 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"
/netbsd-src/crypto/external/bsd/heimdal/dist/
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':
6864 func_quote_arg pretty,unquoted "$arg"
10789 func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)"
11030 func_quote_arg pretty,unquoted "$var_value"
11037 func_quote_arg pretty,unquoted "$relink_command"
/netbsd-src/external/bsd/libevent/dist/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"
/netbsd-src/external/lgpl3/mpc/dist/build-aux/
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"

1234