Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 25 of 79) sorted by relevance

1234

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c387 escape = 0; in find_right_paren()
396 escape = 1; in find_right_paren()
398 escape = 0; in find_right_paren()
521 escape = 0; in ldap_put_filter()
531 escape = 1; in ldap_put_filter()
533 escape = 0; in ldap_put_filter()
804 escape = 0; in unescape_filterval()
814 escape = 0; in unescape_filterval()
826 escape = 0; in unescape_filterval()
841 escape = 0; in unescape_filterval()
[all …]
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgparam.c127 boolean_t begline, quoted, escape; in fpkgparam() local
179 quoted = escape = B_FALSE; in fpkgparam()
209 if (!escape) { in fpkgparam()
235 escape = B_FALSE; in fpkgparam()
239 if (!escape && strchr(qset, ch)) { in fpkgparam()
257 escape = B_TRUE; in fpkgparam()
258 else if (escape) in fpkgparam()
259 escape = B_FALSE; in fpkgparam()
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out28 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
37 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
44 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
53 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
62 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
69 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
78 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
85 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
94 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
103 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
/illumos-gate/usr/src/cmd/fs.d/nfs/rp_basic/
H A Dlibnfs_basic.c101 int fsl_count = 0, escape = 0, delimiter = 0; in get_fs_locations() local
122 escape = 1; in get_fs_locations()
129 if (escape == 0) { in get_fs_locations()
134 escape = 0; in get_fs_locations()
140 if (escape == 0 && *sp != '\0') in get_fs_locations()
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c579 int escape = 0; in getarg() local
619 if (escape) { in getarg()
634 if (ZERO || escape || (inquote == 1)) { in getarg()
636 escape = 0; in getarg()
650 if (ZERO || escape || (inquote == 2)) { in getarg()
652 escape = 0; in getarg()
670 if (ZERO || inquote || escape) { in getarg()
671 escape = 0; in getarg()
674 escape = 1; in getarg()
680 if (inquote || escape || ZERO || !iswctype(c, blank)) { in getarg()
[all …]
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_convert.c50 strncat_escaped(char *d, char *s, int len, char *escape) in strncat_escaped() argument
57 if (escape == NULL) in strncat_escaped()
58 escape = "\\"; in strncat_escaped()
61 if (strchr(escape, *s) != NULL) in strncat_escaped()
/illumos-gate/usr/src/tools/sgs/sgsmsg/
H A Dsgsmsg.c667 int escape = 0; in file() local
684 if (escape) { in file()
726 if (escape) { in file()
884 if ((*token == '\\') && (escape == 0)) { in file()
885 escape = 1; in file()
896 if (escape) { in file()
986 escape = 0; in file()
997 if (escape == 0) { in file()
1047 if (escape) { in file()
1048 escape = 0; in file()
/illumos-gate/usr/src/tools/smatch/src/
H A Dtokenize.c107 static char *charstr(char *ptr, unsigned char c, unsigned char escape, unsigned char next) in charstr() argument
110 if (c == escape || c == '\\') in charstr()
582 int escape; in eat_string() local
586 for (escape = 0; escape || next != delim; next = nextchar(stream)) { in eat_string()
601 if (!escape) { in eat_string()
606 escape = next == '\\'; in eat_string()
608 escape = 0; in eat_string()
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c74 static int escape(char *, int, size_t *);
127 (void) escape(fmt, 1, &len); /* backslash interpretation */ in main()
355 getout = escape(p, 0, &len); in doformat()
445 escape(char *fmt, int percent, size_t *len) in escape() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1153 int c, len, escape; local
1161 escape = 0;
1178 if (!escape) {
1182 escape = 0;
1195 if (escape)
1202 escape = 1;
1224 if (!escape && (c == '"' || c == '\'')) {
1234 if (escape) {
1240 escape = 0;
1339 escape = 1;
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c650 boolean_t escape; in inittab_encode_e() local
661 escape = B_FALSE; in inittab_encode_e()
673 escape = B_FALSE; in inittab_encode_e()
677 if (escape) { in inittab_encode_e()
687 escape = B_FALSE; in inittab_encode_e()
701 escape = B_FALSE; in inittab_encode_e()
703 escape = B_TRUE; in inittab_encode_e()
731 if (escape) in inittab_encode_e()
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_05_strings.ksh32 "escapes":"escape \u001b newline \n cr \r backslash \\\\ quote \"",\
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops2.c189 bool escape; in vappend() local
419 escape = 0; in vappend()
427 gcursor = vgetline(repcnt, gcursor, &escape, ch); in vappend()
428 if (escape == '\n') { in vappend()
528 if (escape != '\n') in vappend()
563 if (escape != '\n') { in vappend()
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c46 unsigned char escape(void);
375 if (!(gch = escape())) in tipin()
403 escape(void) in escape() function
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c752 int escape = 0; in getstr_str() local
766 if (!escape) { in getstr_str()
767 escape = 1; in getstr_str()
775 if (!escape) { in getstr_str()
784 if (escape) { in getstr_str()
806 escape = 0; in getstr_str()
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmmap11 /* some systems get it wrong but escape concise detection */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmmap11 /* some systems get it wrong but escape concise detection */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmmap11 /* some systems get it wrong but escape concise detection */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmmap11 /* some systems get it wrong but escape concise detection */
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c96 int escape, eof; in collect() local
199 escape = SENDESC; in collect()
201 escape = *cp; in collect()
328 if ((linebuf[0] != escape) || (rflag != NOSTR) || in collect()
337 if ((nread > 1) && (linebuf[1] == escape)) { in collect()
407 escape = *cp; in collect()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out154 tst |two-element array: various string escape codes|
161 tst |three-element array: broken escape code|
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c2005 bool_t escape; in get_next_extract_format_item() local
2079 escape = FALSE; in get_next_extract_format_item()
2086 if (escape) { in get_next_extract_format_item()
2087 escape = FALSE; in get_next_extract_format_item()
2103 escape = TRUE; in get_next_extract_format_item()
2133 escape = FALSE; in get_next_extract_format_item()
2136 if (escape) in get_next_extract_format_item()
2137 escape = FALSE; in get_next_extract_format_item()
2146 escape = !escape; in get_next_extract_format_item()
2156 if (escape) { in get_next_extract_format_item()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dmain.c206 rlogin = escape = _POSIX_VDISABLE; in main()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c4887 boolean_t escape; in find_right_paren() local
4890 escape = B_FALSE; in find_right_paren()
4899 escape = B_TRUE; in find_right_paren()
4901 escape = B_FALSE; in find_right_paren()
4939 boolean_t escape; in adj_filter() local
4996 escape = B_FALSE; in adj_filter()
5241 escape = B_FALSE; in unescape_filterval()
5243 if (escape) { in unescape_filterval()
5260 escape = B_FALSE; in unescape_filterval()
5264 escape = B_FALSE; in unescape_filterval()
[all …]
/illumos-gate/usr/src/cmd/fm/dicts/
H A DTEST.po36 msgstr "This entry tests the percent character escape sequence: %%"

1234