Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 25 of 29) sorted by relevance

12

/titanic_50/usr/src/lib/libresolv2/common/nameser/
H A Dns_samedomain.c53 int diff, i, escaped; in ns_samedomain() local
61 escaped = 0; in ns_samedomain()
65 if (escaped) in ns_samedomain()
66 escaped = 0; in ns_samedomain()
68 escaped = 1; in ns_samedomain()
71 if (!escaped) in ns_samedomain()
77 escaped = 0; in ns_samedomain()
81 if (escaped) in ns_samedomain()
82 escaped = 0; in ns_samedomain()
84 escaped = 1; in ns_samedomain()
[all …]
H A Dns_name.c220 int c, n, escaped, e = 0; in ns_name_pton2() local
223 escaped = 0; in ns_name_pton2()
229 if (escaped) { in ns_name_pton2()
241 escaped = 0; in ns_name_pton2()
271 escaped = 0; in ns_name_pton2()
273 escaped = 1; in ns_name_pton2()
/titanic_50/usr/src/lib/libast/common/string/
H A Dfmtesc.c50 register int escaped; in fmtquote() local
84 escaped = spaced = !!(flags & FMT_ALWAYS); in fmtquote()
97 escaped = 1; in fmtquote()
141 escaped = 1; in fmtquote()
158 escaped = 1; in fmtquote()
168 escaped = 1; in fmtquote()
181 escaped = 1; in fmtquote()
191 …else if (!spaced && !escaped && (isspace(c) || ((flags & FMT_SHELL) || shell) && (strchr("\";~&|()… in fmtquote()
198 if (!escaped) in fmtquote()
200 if (qe && (escaped || spaced)) in fmtquote()
/titanic_50/usr/src/lib/libtecla/common/
H A Dcplfile.c95 int word_start, int word_end, int escaped);
99 int escaped, CplCheckFn *check_fn,
118 int escaped; /* If true, add escapes to the completion suffixes */ member
238 int escaped, CplCheckFn *check_fn, void *check_data) in _cf_complete_file() argument
307 word_end, escaped); in _cf_complete_file()
322 if(escaped && c == '\\') in _cf_complete_file()
343 if(_pn_append_to_path(cf->path, lptr, seglen, escaped) == NULL) { in _cf_complete_file()
405 if(_pn_append_to_path(cf->path, value, strlen(value), escaped)==NULL) { in _cf_complete_file()
452 return cf_complete_entry(cf, cpl, line, word_start, word_end, escaped, in _cf_complete_file()
525 int word_start, int word_end, int escaped) in cf_complete_username() argument
[all …]
H A Dpcache.c72 int escaped; /* If non-zero, backslashes in the input line are */ member
231 size_t prefix_len, int escaped);
587 int escaped = 0; /* True if the last character was a backslash */ in pca_extract_dir() local
604 while(*pptr && (escaped || *pptr != ':')) in pca_extract_dir()
605 escaped = !escaped && *pptr++ == '\\'; in pca_extract_dir()
667 int escaped = 0; /* True if the last character was a backslash */ in pca_read_username() local
677 (!escaped && *sptr == ':')) in pca_read_username()
682 if(!literal && !escaped && *sptr == '\\') { in pca_read_username()
683 escaped = 1; in pca_read_username()
685 escaped = 0; in pca_read_username()
[all …]
H A Dstringrp.c188 int escaped = 0; /* True if the next character should be */ in _sg_store_string() local
194 if(!escaped && *src == '\\') { in _sg_store_string()
195 escaped = 1; in _sg_store_string()
198 escaped = 0; in _sg_store_string()
H A Dpathutil.c502 int escaped = 0; /* True when the next character is escaped */ in _pu_end_of_path() local
515 if(escaped) { in _pu_end_of_path()
516 escaped = 0; in _pu_end_of_path()
520 escaped = 1; in _pu_end_of_path()
H A Dcplmatch.c106 int escaped; /* If none-zero, backslashes in the input line are */ member
766 conf->escaped = args->escaped; in CPL_MATCH_FN()
789 conf->escaped, conf->chk_fn, conf->chk_data)) { in CPL_MATCH_FN()
810 cfa->escaped = 1; in cpl_init_FileArgs()
828 cfc->escaped = 1; in cpl_init_FileConf()
903 cfc->escaped = !literal; in cfc_literal_escapes()
H A Dcplfile.h85 int escaped, CplCheckFn *check_fn, void *check_data);
H A Dexpand.c1049 int escaped; /* True if the previous character was a '\' */ in ef_expand_special() local
1060 escaped = 0; in ef_expand_special()
1063 if(escaped) { in ef_expand_special()
1064 escaped = 0; in ef_expand_special()
1066 escaped = 1; in ef_expand_special()
H A Dgetline.c6377 int escaped = 0; /* True if the next character is escaped */ in _gl_parse_config_line() local
6409 if(c==EOF || (!escaped && (c==' ' || c=='\n' || c=='\t' || c=='#'))) { in _gl_parse_config_line()
6437 escaped = 0; in _gl_parse_config_line()
6443 if(c=='\\' && !escaped) { in _gl_parse_config_line()
6444 escaped = 1; in _gl_parse_config_line()
6448 } else if(c=='\n' && escaped) { in _gl_parse_config_line()
6454 if(escaped) in _gl_parse_config_line()
6458 escaped = 0; in _gl_parse_config_line()
/titanic_50/usr/src/cmd/localedef/
H A Dscanner.c43 static int escaped = 0; variable
218 escaped = 0; in reset_scanner()
491 if (escaped) { in get_symbol()
492 escaped = 0; in get_symbol()
499 escaped = 1; in get_symbol()
661 if (escaped) { in yylex()
662 escaped = 0; in yylex()
677 escaped = 1; in yylex()
696 if (escaped) { in yylex()
697 escaped = 0; in yylex()
[all …]
/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c222 int ch, escaped = 0; in res_mailok() local
232 if (!escaped && periodchar(ch)) in res_mailok()
234 if (escaped) in res_mailok()
235 escaped = 0; in res_mailok()
237 escaped = 1; in res_mailok()
/titanic_50/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c200 boolean_t escaped = B_FALSE; in unescape_str() local
207 if (*str != '\\' || escaped == B_TRUE) { in unescape_str()
209 escaped = B_FALSE; in unescape_str()
211 escaped = B_TRUE; in unescape_str()
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c672 register int escaped, inquote, inbracket, quoted; local
676 escaped = inquote = inbracket = quoted = 0;
679 if (!escaped) {
681 escaped = 1;
700 *qp++ = (inquote || escaped) ? '^'
702 escaped = 0;
/titanic_50/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c66 boolean_t escaped = B_FALSE; in nwam_tokenize_by_unescaped_delim() local
76 escaped = !escaped; in nwam_tokenize_by_unescaped_delim()
77 } else if (!escaped && (*nextp)[0] == delim) { in nwam_tokenize_by_unescaped_delim()
88 escaped = B_FALSE; in nwam_tokenize_by_unescaped_delim()
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties108 escape_err = String ``{0}'''' is improperly escaped
114 reserved_not_escaped = Reserved character ``{0}'''' is not escaped
115 not_a_character = The escaped character string ``{0}'''' is not a UTF8 character
116 more_than_one = The escaped character string ``{0}'''' codes for more than one UTF8 character
136 …_error = Can not unescape SPI ``{0}'': {1}. Remember that configuration properties must be escaped.
/titanic_50/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c339 int escaped = 0, private = 0, ok; in do_convert_from_ssh2() local
356 escaped++; in do_convert_from_ssh2()
367 if (escaped) { in do_convert_from_ssh2()
368 escaped--; in do_convert_from_ssh2()
/titanic_50/usr/src/cmd/ast/msgcc/
H A DNOTES44 this will make it easy to locate text that escaped translation (in what
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregcomp.c633 magic(register Cenv_t* env, register int c, int escaped) in magic() argument
645 c = mp[env->type+escaped]; in magic()
705 if (!escaped) in magic()
713 if (escaped) in magic()
790 if (escaped == 1 && (env->flags & REG_LENIENT) && (c = mp[env->type+escaped+2]) >= T_META) in magic()
851 else if (escaped == 2) in magic()
861 else if (escaped && !(env->flags & REG_LENIENT) && c != ']') in magic()
895 if (escaped == 2) in magic()
899 else if (escaped == 1 && !env->error) in magic()
1986 chr(register Cenv_t* env, int* escaped) in chr() argument
[all …]
/titanic_50/usr/src/lib/libtecla/
H A Dlibtecla.h421 int escaped; /* Opposite to the argument of cfc_literal_escapes() */ member
/titanic_50/usr/src/uts/common/io/
H A Dldterm.c1742 goto escaped; in ldterm_docanon()
1751 goto escaped; in ldterm_docanon()
1779 goto escaped; in ldterm_docanon()
1810 goto escaped; in ldterm_docanon()
1888 escaped: in ldterm_docanon()
/titanic_50/usr/src/cmd/vi/port/
H A Dex.news136 11.*stop "!" from being expanded within the shell escaped command
575 The character | can now be escaped with \| in file names.
700 to do a global substitute with an escaped newline in the rhs, you
1003 The character | can now be escaped with \| in file names.
1062 to do a global substitute with an escaped newline in the rhs, you
/titanic_50/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c615 int escaped = 0; local
625 if (escaped) {
627 escaped = 0;
630 escaped = 1;
/titanic_50/usr/src/lib/libshell/common/
H A DRELEASE88250 it will be expanded unless escaped.

12