Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_samedomain.c57 escaped = 0; in ns_samedomain()
61 if (escaped) in ns_samedomain()
62 escaped = 0; in ns_samedomain()
64 escaped = 1; in ns_samedomain()
67 if (!escaped) in ns_samedomain()
73 escaped = 0; in ns_samedomain()
77 if (escaped) in ns_samedomain()
83 if (!escaped) in ns_samedomain()
123 escaped = 0; in ns_samedomain()
126 if (escaped) in ns_samedomain()
[all …]
H A Dns_name.c216 int c, n, escaped, e = 0; in ns_name_pton2() local
219 escaped = 0; in ns_name_pton2()
225 if (escaped) { in ns_name_pton2()
237 escaped = 0; in ns_name_pton2()
267 escaped = 0; in ns_name_pton2()
269 escaped = 1; in ns_name_pton2()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtesc.c55 register int escaped; in fmtquote() local
89 escaped = spaced = !!(flags & FMT_ALWAYS); in fmtquote()
96 if (!spaced && !escaped && (iswspace(c) || iswcntrl(c))) in fmtquote()
108 escaped = 1; in fmtquote()
152 escaped = 1; in fmtquote()
169 escaped = 1; in fmtquote()
179 escaped = 1; in fmtquote()
192 escaped = 1; in fmtquote()
202 …else if (!spaced && !escaped && (isspace(c) || ((flags & FMT_SHELL) || shell) && (strchr("\";~&|()… in fmtquote()
209 if (!escaped) in fmtquote()
[all …]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplfile.c93 int word_start, int word_end, int escaped);
97 int escaped, CplCheckFn *check_fn,
236 int escaped, CplCheckFn *check_fn, void *check_data) in _cf_complete_file() argument
305 word_end, escaped); in _cf_complete_file()
320 if(escaped && c == '\\') in _cf_complete_file()
341 if(_pn_append_to_path(cf->path, lptr, seglen, escaped) == NULL) { in _cf_complete_file()
523 int word_start, int word_end, int escaped) in cf_complete_username() argument
536 args.escaped = escaped; in cf_complete_username()
607 int escaped, CplCheckFn *check_fn, in cf_complete_entry() argument
696 if(cf_prepare_suffix(cf, file_name + prefix_len, escaped)) { in cf_complete_entry()
[all …]
H A Dpcache.c229 size_t prefix_len, int escaped);
602 while(*pptr && (escaped || *pptr != ':')) in pca_extract_dir()
603 escaped = !escaped && *pptr++ == '\\'; in pca_extract_dir()
675 (!escaped && *sptr == ':')) in pca_read_username()
681 escaped = 1; in pca_read_username()
683 escaped = 0; in pca_read_username()
1182 ppc->escaped = 1; in pca_init_PcaPathConf()
1368 ppc->escaped)) in CPL_MATCH_FN()
1560 size_t prefix_len, int escaped) in pca_prepare_prefix() argument
1565 if(escaped) { in pca_prepare_prefix()
[all …]
H A Dstringrp.c186 int escaped = 0; /* True if the next character should be */ in _sg_store_string() local
192 if(!escaped && *src == '\\') { in _sg_store_string()
193 escaped = 1; in _sg_store_string()
196 escaped = 0; in _sg_store_string()
H A Dpathutil.c500 int escaped = 0; /* True when the next character is escaped */ in _pu_end_of_path() local
513 if(escaped) { in _pu_end_of_path()
514 escaped = 0; in _pu_end_of_path()
518 escaped = 1; in _pu_end_of_path()
H A Dcplmatch.c104 int escaped; /* If none-zero, backslashes in the input line are */ member
764 conf->escaped = args->escaped; in CPL_MATCH_FN()
787 conf->escaped, conf->chk_fn, conf->chk_data)) { in CPL_MATCH_FN()
808 cfa->escaped = 1; in cpl_init_FileArgs()
826 cfc->escaped = 1; in cpl_init_FileConf()
901 cfc->escaped = !literal; in cfc_literal_escapes()
H A Dcplfile.h83 int escaped, CplCheckFn *check_fn, void *check_data);
H A Dexpand.c1048 int escaped; /* True if the previous character was a '\' */ in ef_expand_special() local
1059 escaped = 0; in ef_expand_special()
1062 if(escaped) { in ef_expand_special()
1063 escaped = 0; in ef_expand_special()
1065 escaped = 1; in ef_expand_special()
H A Dgetline.c6376 int escaped = 0; /* True if the next character is escaped */ in _gl_parse_config_line() local
6408 if(c==EOF || (!escaped && (c==' ' || c=='\n' || c=='\t' || c=='#'))) { in _gl_parse_config_line()
6436 escaped = 0; in _gl_parse_config_line()
6442 if(c=='\\' && !escaped) { in _gl_parse_config_line()
6443 escaped = 1; in _gl_parse_config_line()
6447 } else if(c=='\n' && escaped) { in _gl_parse_config_line()
6453 if(escaped) in _gl_parse_config_line()
6457 escaped = 0; in _gl_parse_config_line()
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c42 static int escaped = 0; variable
115 escaped = 0; in reset_scanner()
343 if (escaped) { in get_symbol()
344 escaped = 0; in get_symbol()
351 escaped = 1; in get_symbol()
498 if (escaped) { in yylex()
499 escaped = 0; in yylex()
516 escaped = 1; in yylex()
537 if (escaped) { in yylex()
538 escaped = 0; in yylex()
[all …]
/illumos-gate/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 …]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c217 int ch, escaped = 0; in res_mailok() local
227 if (!escaped && periodchar(ch)) in res_mailok()
229 if (escaped) in res_mailok()
230 escaped = 0; in res_mailok()
232 escaped = 1; in res_mailok()
/illumos-gate/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()
/illumos-gate/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;
/illumos-gate/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()
/illumos-gate/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.
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DNOTES44 this will make it easy to locate text that escaped translation (in what
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c642 magic(register Cenv_t* env, register int c, int escaped) in magic() argument
654 c = mp[env->type+escaped]; in magic()
714 if (!escaped) in magic()
722 if (escaped) in magic()
799 …if (escaped == 1 && (env->flags & (REG_LENIENT|REG_REGEXP)) && (c = mp[env->type+escaped+2]) >= T_… in magic()
860 else if (escaped == 2) in magic()
904 if (escaped == 2) in magic()
908 else if (escaped == 1 && !env->error) in magic()
2009 chr(register Cenv_t* env, int* escaped) in chr() argument
2014 *escaped = 0; in chr()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dshortcuts.4th41 \ after they have escaped to the shell (perhaps by accident).
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h419 int escaped; /* Opposite to the argument of cfc_literal_escapes() */ member
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c1759 goto escaped; in ldterm_docanon()
1768 goto escaped; in ldterm_docanon()
1796 goto escaped; in ldterm_docanon()
1827 goto escaped; in ldterm_docanon()
1905 escaped: in ldterm_docanon()
/illumos-gate/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
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c616 int escaped = 0; local
626 if (escaped) {
628 escaped = 0;
631 escaped = 1;

12