/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | search.c | 384 int balance, escape; in find_right_paren() local 387 escape = 0; in find_right_paren() 389 if ( escape == 0 ) { in find_right_paren() 395 if ( *s == '\\' && ! escape ) in find_right_paren() 396 escape = 1; in find_right_paren() 398 escape = 0; in find_right_paren() 447 int parens, balance, escape; in ldap_put_filter() local 521 escape = 0; in ldap_put_filter() 524 if ( escape == 0 ) { in ldap_put_filter() 530 if ( *next == '\\' && ! escape ) in ldap_put_filter() [all …]
|
/titanic_50/usr/src/lib/libadm/common/ |
H A D | pkgparam.c | 127 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()
|
/titanic_50/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg_test.out | 28 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: %
|
/titanic_50/usr/src/cmd/xargs/ |
H A D | xargs.c | 531 int escape = 0; in getarg() local 571 if (escape) { in getarg() 586 if (ZERO || escape || (inquote == 1)) { in getarg() 588 escape = 0; in getarg() 602 if (ZERO || escape || (inquote == 2)) { in getarg() 604 escape = 0; in getarg() 622 if (ZERO || inquote || escape) { in getarg() 623 escape = 0; in getarg() 626 escape = 1; in getarg() 632 if (inquote || escape || ZERO || !iswctype(c, blank)) { in getarg() [all …]
|
/titanic_50/usr/src/cmd/fs.d/nfs/rp_basic/ |
H A D | libnfs_basic.c | 101 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()
|
/titanic_50/usr/src/lib/print/libprint/common/ |
H A D | nss_convert.c | 52 strncat_escaped(char *d, char *s, int len, char *escape) in strncat_escaped() argument 59 if (escape == NULL) in strncat_escaped() 60 escape = "\\"; in strncat_escaped() 63 if (strchr(escape, *s) != NULL) in strncat_escaped()
|
/titanic_50/usr/src/cmd/sgs/tools/common/ |
H A D | sgsmsg.c | 667 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()
|
/titanic_50/usr/src/cmd/power/ |
H A D | sysidpm.po | 31 # In the following message, each escape sequence requires 35 # three backslashes for each escape sequence. 45 # In the following message, each escape sequence requires 49 # three backslashes for each escape sequence.
|
/titanic_50/usr/src/lib/libxcurses/src/tic/ |
H A D | untic.c | 89 STATIC char *escape ANSI((int)); 213 (void) fputs(escape(*p), stdout); 242 escape(c) in escape() function
|
H A D | ticscan.c | 59 STATIC int escape ANSI((int)); 357 ch = escape(next_char()); 399 escape(c) in escape() function
|
/titanic_50/usr/src/cmd/printf/ |
H A D | printf.c | 74 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
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 1159 int c, len, escape; local 1167 escape = 0; 1184 if (!escape) { 1188 escape = 0; 1201 if (escape) 1208 escape = 1; 1230 if (!escape && (c == '"' || c == '\'')) { 1240 if (escape) { 1246 escape = 0; 1345 escape = 1;
|
/titanic_50/usr/src/test/util-tests/tests/libnvpair_json/ |
H A D | json_05_strings.ksh | 32 "escapes":"escape \u001b newline \n cr \r backslash \\\\ quote \"",\
|
/titanic_50/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 649 boolean_t escape; in inittab_encode_e() local 660 escape = B_FALSE; in inittab_encode_e() 672 escape = B_FALSE; in inittab_encode_e() 676 if (escape) { in inittab_encode_e() 686 escape = B_FALSE; in inittab_encode_e() 700 escape = B_FALSE; in inittab_encode_e() 702 escape = B_TRUE; in inittab_encode_e() 730 if (escape) in inittab_encode_e()
|
/titanic_50/usr/src/cmd/tip/ |
H A D | tip.c | 41 unsigned char escape(void); 370 if (!(gch = escape())) in tipin() 398 escape(void) in escape() function
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_vops2.c | 189 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()
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | mmap | 12 /* some systems get it wrong but escape concise detection */
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | mmap | 12 /* some systems get it wrong but escape concise detection */
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | mmap | 12 /* some systems get it wrong but escape concise detection */
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | mmap | 12 /* some systems get it wrong but escape concise detection */
|
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_mkupdate.c | 756 int escape = 0; in getstr_str() local 770 if (!escape) { in getstr_str() 771 escape = 1; in getstr_str() 779 if (!escape) { in getstr_str() 788 if (escape) { in getstr_str() 810 escape = 0; in getstr_str()
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | collect.c | 96 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()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.general.d.out | 154 tst |two-element array: various string escape codes| 161 tst |three-element array: broken escape code|
|
/titanic_50/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 217 /* some systems get it wrong but escape concise detection */ 229 /* some systems get it wrong but escape concise detection */ 241 /* some systems get it wrong but escape concise detection */ 254 /* some systems get it wrong but escape concise detection */ 267 /* some systems get it wrong but escape concise detection */ 280 /* some systems get it wrong but escape concise detection */ 292 /* some systems get it wrong but escape concise detection */ 304 /* some systems get it wrong but escape concise detection */ 316 /* some systems get it wrong but escape concise detection */ 328 /* some systems get it wrong but escape concise detection */ [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | main.c | 208 rlogin = escape = _POSIX_VDISABLE; in main()
|