Searched refs:quoting (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-java.c138 - When we see a single-quote, ignore it, but toggle the quoting flag.
140 Assumes local variables format, quoting. */
143 quoting = !quoting;
155 bool quoting = false; local
160 if (!quoting && *format == '{')
330 else if (!quoting && *format == '}')
382 bool quoting = false; local
390 && !(!quoting && (*format == '0' || *format == '#')))
409 if (!(!quoting
513 bool quoting = false; local
[all...]
/netbsd-current/crypto/external/bsd/libsaslc/dist/src/
H A Dlist.c96 int quoting; local
99 quoting = 0;
104 if (!quoting && !escaped)
110 quoting = !quoting;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.h195 /* True if the flag introduces quoting (as in GCC's %qE). */
196 bool quoting; member in struct:format_flag_spec
H A Dc-format.c60 whose format string is checked for proper quoting and spelling. */
2033 /* Remember if a quoting flag is seen. */
2034 quotflag |= s->quoting;
2068 /* Detect quoting directives used within a quoted sequence, such
2070 if (quoted && s->quoting)
2888 quoting directives (like GCC "%<"), parentheses, and angle brackets
3261 for common quoting, punctuation, and spelling mistakes, and issue
3302 /* Skip over all plain text within a quoting directive until
3767 "unterminated quoting directive");
3807 /* Vectors of pointers to opening quoting directive
[all...]
/netbsd-current/tests/bin/sh/
H A Dt_here.sh47 # our local shell (ATF_SHELL) better do quoting correctly...
413 # $( ), and in there, the outside quoting rules are suspended, and it
451 atf_test_case quoting
456 reset quoting
671 atf_add_test_case quoting # stuff quoted inside
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dpopcount.asm42 C The slightly strange quoting here helps the renaming done by tune/many.pl.
H A Dhamdist.asm44 C The slightly strange quoting here helps the renaming done by tune/many.pl.
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.h195 /* True if the flag introduces quoting (as in GCC's %qE). */
196 bool quoting; member in struct:format_flag_spec
H A Dc-format.cc60 whose format string is checked for proper quoting and spelling. */
2026 /* Remember if a quoting flag is seen. */
2027 quotflag |= s->quoting;
2061 /* Detect quoting directives used within a quoted sequence, such
2063 if (quoted && s->quoting)
2881 quoting directives (like GCC "%<"), parentheses, and angle brackets
3260 for common quoting, punctuation, and spelling mistakes, and issue
3301 /* Skip over all plain text within a quoting directive until
3766 "unterminated quoting directive");
3806 /* Vectors of pointers to opening quoting directive
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnto-procfs.c1144 functionality is simple quoting. The gdb command:
1151 char quoting = 0; local
1156 quoting = 0;
1168 quoting = strchr (cp, '"') ? 1 : 0;
1175 if (quoting)
1177 if ((cp == NULL) || (!quoting))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnto-procfs.c1122 functionality is simple quoting. The gdb command:
1129 char quoting = 0; local
1134 quoting = 0;
1146 quoting = strchr (cp, '"') ? 1 : 0;
1153 if (quoting)
1155 if ((cp == NULL) || (!quoting))
/netbsd-current/external/gpl2/gmake/dist/
H A Djob.c1569 the quoting backslashes here as is done in
2196 avoid using a shell. This routine handles only ' quoting, and " quoting
2923 avoid using a shell. This routine handles only ' quoting, and " quoting
/netbsd-current/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl453 # whitespace or a mail-quoting character, since we want to preserve
1287 # If XML, escape in outer loop to avoid compound quoting:
3144 Note that the rules for quoting under windows shells are different.

Completed in 383 milliseconds