Home
last modified time | relevance | path

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

1234

/titanic_51/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c384 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()
801 int escape, firstdigit, ival; unescape_filterval() local
[all...]
/titanic_51/usr/src/lib/libadm/common/
H A Dpkgparam.c127 boolean_t begline, quoted, escape; in fpkgparam() local
179 quoted = escape = B_FALSE; in fpkgparam()
191 * other than space, newline and escape. 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_51/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 sequenc
[all...]
/titanic_51/usr/src/cmd/xargs/
H A Dxargs.c91 #define BADESCAPE "Incomplete escape"
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 in getarg()
[all...]
/titanic_51/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
115 * escape - set if we have found a backspace, in get_fs_locations()
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()
232 /* Skip a single escape character */ in get_fs_locations()
/titanic_51/usr/src/lib/print/libprint/common/
H A Dnss_convert.c48 * This allows the escape character '\' and seperators to be part of the
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()
194 case '\\': /* escape char */ in _cvt_nss_entry_to_printer()
/titanic_51/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c667 int escape = 0; in file() local
684 if (escape) { in file()
726 if (escape) { in file()
778 * with an escape ('\') is expected to be continued on in file()
884 if ((*token == '\\') && (escape == 0)) { in file()
885 escape = 1; in file()
896 if (escape) { in file()
928 * unless an escape character is found in file()
986 escape = 0; in file()
997 if (escape in file()
[all...]
/titanic_51/usr/src/cmd/power/
H A Dsysidpm.po31 # 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_51/usr/src/lib/libxcurses/src/tic/
H A Duntic.c89 STATIC char *escape ANSI((int));
213 (void) fputs(escape(*p), stdout);
239 * of additional characters: <escape>, <space>, <colon>, <caret>, <comma>
242 escape(c) in escape() function
H A Dticscan.c59 STATIC int escape ANSI((int));
357 ch = escape(next_char());
393 * of additional characters: <escape>, <space>, <colon>, <caret>, <comma>
395 * Assume that the escape lead-in character has been processed and
399 escape(c) in escape() function
/titanic_51/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
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1159 int c, len, escape; local
1167 escape = 0;
1180 * is ignored. Note that we cannot have escape && comment.
1184 if (!escape) {
1188 escape = 0;
1201 if (escape)
1205 * If this is the escape character, look at the next character.
1208 escape = 1;
1230 if (!escape && (c == '"' || c == '\'')) {
1240 if (escape) {
[all...]
/titanic_51/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_05_strings.ksh32 "escapes":"escape \u001b newline \n cr \r backslash \\\\ quote \"",\
33 "escape array":[\
34 "escape \u001b",\
52 add_string "escapes" "escape \x1b newline \n cr \r backslash \\ quote \"";
53 add_string_array "escape array"
54 "escape \x1b"
/titanic_51/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c649 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()
679 * a digit 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()
725 * Handle trailing escape sequence. If string ends in inittab_encode_e()
730 if (escape) in inittab_encode_e()
[all...]
/titanic_51/usr/src/cmd/tip/
H A Dtip.c41 unsigned char escape(void);
370 if (!(gch = escape())) in tipin()
398 escape(void) in escape() function
/titanic_51/usr/src/cmd/vi/port/
H A Dex_vops2.c189 bool escape; in vappend() local
383 * An escape will be generated at end of string. in vappend()
419 escape = 0; in vappend()
427 gcursor = vgetline(repcnt, gcursor, &escape, ch); in vappend()
428 if (escape == '\n') { in vappend()
441 * Upon escape, gcursor is pointing to '\0' in vappend()
528 if (escape != '\n') in vappend()
563 if (escape != '\n') { in vappend()
1375 * escape End insert unless repeat and more to repeat.
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmmap11 /* some systems get it wrong but escape concise detection */
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmmap11 /* some systems get it wrong but escape concise detection */
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmmap11 /* some systems get it wrong but escape concise detection */
/titanic_51/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmmap11 /* some systems get it wrong but escape concise detection */
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmmap12 /* some systems get it wrong but escape concise detection */
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmmap12 /* some systems get it wrong but escape concise detection */
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmmap12 /* some systems get it wrong but escape concise detection */
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmmap12 /* some systems get it wrong but escape concise detection */
/titanic_51/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c756 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()

1234