Searched refs:quoted (Results 1 - 25 of 165) sorted by relevance

1234567

/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dquotesys.c30 /* Place into QUOTED a quoted version of ARG suitable for `system'.
35 quote_system_arg (quoted, arg)
36 char *quoted;
76 if (quoted)
78 quoted[len] = '-';
79 quoted[len + 1] = c;
87 if (quoted)
88 quoted[len] = c;
96 if (quoted)
97 quoted[le
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dquoted-sym-names.d2 #name: quoted symbol names
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dxtext.c11 /* VSTRING *xtext_quote(quoted, unquoted, special)
12 /* VSTRING *quoted;
16 /* VSTRING *xtext_quote_append(unquoted, quoted, special)
18 /* const char *quoted;
21 /* VSTRING *xtext_unquote(unquoted, quoted)
23 /* const char *quoted;
25 /* VSTRING *xtext_unquote_append(unquoted, quoted)
27 /* const char *quoted;
78 /* xtext_quote_append - append unquoted data to quoted data */
80 VSTRING *xtext_quote_append(VSTRING *quoted, cons argument
100 xtext_quote(VSTRING *quoted, const char *unquoted, const char *special) argument
109 xtext_unquote_append(VSTRING *unquoted, const char *quoted) argument
141 xtext_unquote(VSTRING *unquoted, const char *quoted) argument
168 VSTRING *quoted = vstring_alloc(100); local
[all...]
H A Duxtext.c11 /* VSTRING *uxtext_quote(quoted, unquoted, special)
12 /* VSTRING *quoted;
16 /* VSTRING *uxtext_quote_append(unquoted, quoted, special)
18 /* const char *quoted;
21 /* VSTRING *uxtext_unquote(unquoted, quoted)
23 /* const char *quoted;
25 /* VSTRING *uxtext_unquote_append(unquoted, quoted)
27 /* const char *quoted;
81 /* uxtext_quote_append - append unquoted data to quoted data */
83 VSTRING *uxtext_quote_append(VSTRING *quoted, cons argument
145 uxtext_quote(VSTRING *quoted, const char *unquoted, const char *special) argument
154 uxtext_unquote_append(VSTRING *unquoted, const char *quoted) argument
221 uxtext_unquote(VSTRING *unquoted, const char *quoted) argument
248 VSTRING *quoted = vstring_alloc(100); local
[all...]
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dquotearg.c97 char *quoted, *p, *q; local
100 /* Need to create a quoted copy of `string';
105 if ((quoted = (char *)malloc(2 * strlen(string) + 3)) == NULL) {
106 /* Couldn't get a buffer for the quoted string,
119 *quoted = '"';
120 for (backslashes = 0, p = string, q = quoted; *p; p++) {
169 * add the closing quote, terminate the quoted string,
176 if ((string = (char *)realloc(quoted, strlen(quoted) + 1)) == NULL) {
185 * quoted an
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-token-string.exp17 CondParser_Eval: "quoted" == quoted
18 Comparing "quoted" == "quoted"
H A Dvarmod-order-string.mk15 QUOTED_WORDS= none "double quoted" 'single quoted' `in backticks`
16 .if ${QUOTED_WORDS:O} != "\"double quoted\" 'single quoted' `in backticks` none"
H A Ddeptgt-makeflags.exp9 make: Unterminated quoted string [make VAR=initial UNBALANCED=']
H A Dcond-token-string.mk3 # Tests for quoted string literals in .if conditions.
30 # quoted string literal or a number that starts with a digit.
39 # double-quoted string literals. See CondParser_String.
102 .if "quoted" == quoted
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dfile.c294 size_t remaining, quoted; local
311 quoted = shquote(name, bufp, remaining);
312 if (quoted >= remaining) {
316 bufp += quoted;
317 remaining -= quoted;
321 quoted = shquote(dir, bufp, remaining);
322 if (quoted >= remaining) {
326 bufp += quoted;
327 remaining -= quoted;
334 quoted
[all...]
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dparse.c37 int com, quoted, only_blank; local
54 quoted = 0;
59 quoted = 1;
64 if (c == '(' && prev_c != '\\' && !quoted) {
73 if (c == ')' && prev_c != '\\' && !quoted) {
89 if (c == ';' && quoted == 0) {
95 quoted = 1 - quoted;
291 int com, quoted; local
308 quoted
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/text/
H A Doperations.cpp44 /// \return The quoted string.
48 std::ostringstream quoted; local
49 quoted << quote;
54 quoted << text.substr(start_pos, last_pos - start_pos) << '\\';
58 quoted << text.substr(start_pos);
60 quoted << quote;
61 return quoted.str();
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dreport.h41 int quoted, int columns_as_rows);
/netbsd-current/external/gpl2/lvm2/dist/lib/report/
H A Dreport.h41 int quoted, int columns_as_rows);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.c186 print_type (c_pretty_printer *cpp, tree t, bool *quoted) argument
221 if (*quoted)
227 if (*quoted)
230 if (*quoted)
234 *quoted = false;
256 bool *quoted, const char **)
310 print_type (cpp, t, quoted);
346 bool quoted = false; local
347 print_type (&cpp, m_labelled_type, &quoted);
254 c_tree_printer(pretty_printer *pp, text_info *text, const char *spec, int precision, bool wide, bool set_locus, bool hash, bool *quoted, const char **) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc186 print_type (c_pretty_printer *cpp, tree t, bool *quoted) argument
227 if (*quoted)
233 if (*quoted)
236 if (*quoted)
240 *quoted = false;
260 bool *quoted, const char **)
301 print_type (cpp, t, quoted);
337 bool quoted = false; local
338 print_type (&cpp, m_labelled_type, &quoted);
258 c_tree_printer(pretty_printer *pp, text_info *text, const char *spec, int precision, bool wide, bool set_locus, bool hash, bool *quoted, const char **) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dsection10.s21 # Test both together, with a quoted type value.
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dcommon.c163 bool quoted; local
185 /* Strip embedded comments unless in a quoted string or escaped */
186 quoted = false;
193 quoted = !quoted;
194 else if (*c == '#' && !quoted) {
/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfiglexer.lex586 yyerror("EOF inside quoted string");
591 <quotedstring>{NEWLINE} { yyerror("newline inside quoted string, no end \"");
607 yyerror("EOF inside quoted string");
612 <singlequotedstr>{NEWLINE} { yyerror("newline inside quoted string, no end '");
641 yyerror("EOF inside quoted string");
684 yyerror("EOF inside quoted string");
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DShCommands.py19 quoted = "'%s'" % arg
21 quoted = '"%s"' % arg
24 file.write(quoted)
28 dequoted = list(ShUtil.ShLexer(quoted).lex())
/netbsd-current/sbin/cgdconfig/
H A Dcgdlex.l64 BEGIN(quoted); \
88 %x quoted
113 \\\n /* ignore a quoted nl */
119 <quoted>[^\"]+ { QUOTEDADD(); }
120 <quoted>\" { RETQUOTED(STRINGLIT); }
/netbsd-current/external/gpl2/groff/dist/src/preproc/eqn/
H A Dlex.cpp752 int quoted = 0; local
761 lex_error("newline before end of quoted text");
765 if (!quoted)
768 quoted = 0;
772 quoted = quoted ? 0 : c == '\\';
788 int quoted = 0; local
791 quoted = 1;
797 if (!quoted && lookup_flag != 0 && c == '(') {
808 if (quoted) {
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauthfile.c477 int quoted = 0; local
479 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) {
483 quoted = !quoted;
487 return (*cp == '\0' && quoted) ? -1 : 0;
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Drcs2log.sh464 quoted = ""
475 quoted = quoted substr(rest, 1, p-1) "\\" substr(rest, p, 1)
479 printf "fullname[\"%s\"] = \"%s%s\"\n", $1, quoted, rest
/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_lex.l123 static int quoted;
180 <F>\" { BEGIN Q; optr = ostr; quoted = 1; }
193 <Q>\" { BEGIN F; quoted = 0;

Completed in 391 milliseconds

1234567