Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 25 of 70) sorted by relevance

123

/titanic_41/usr/src/lib/libast/common/comp/
H A Dwordexp.c69 register int c,quoted=0,literal=0,ac=0; in wordexp() local
90 if(c=='\'' && !quoted) in wordexp()
94 if(c=='\\' && (!quoted || strchr("\\\"`\n$",c))) in wordexp()
103 quoted = !quoted; in wordexp()
115 else if(!quoted && strchr("|&\n;<>"+ac,c)) in wordexp()
136 quoted = ! quoted; in wordexp()
137 else if(!quoted && (c==' ' || c=='\n')) in wordexp()
/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c336 int quoted; /* Quoted character */ in http_copy_decode() local
355 quoted = (tolower(*src) - 'a' + 10) << 4; in http_copy_decode()
357 quoted = (*src - '0') << 4; in http_copy_decode()
361 quoted |= tolower(*src) - 'a' + 10; in http_copy_decode()
363 quoted |= *src - '0'; in http_copy_decode()
365 *ptr++ = quoted; in http_copy_decode()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dutil.c232 bool quoted; local
234 quoted = false;
238 if ((*ip & 0377) == METAQUOTE && !quoted)
240 quoted = true;
248 quoted = false;
/titanic_41/usr/src/cmd/mandoc/
H A Dmandoc.c437 int quoted, pairs, white; in mandoc_getarg() local
441 quoted = 0; in mandoc_getarg()
443 quoted = 1; in mandoc_getarg()
473 if (0 == quoted) in mandoc_getarg()
479 } else if (0 == quoted) { in mandoc_getarg()
492 quoted = 2; in mandoc_getarg()
499 if (1 == quoted) in mandoc_getarg()
510 *pos += (int)(cp - start) + (quoted ? 1 : 0); in mandoc_getarg()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmparse.c43 char quoted();
67 c = quoted(ptr,&qsize);
92 quoted(ptr,qsize) in quoted() function
H A Dtmextern.h70 extern char quoted();
/titanic_41/usr/src/lib/libadm/common/
H A Dpkgparam.c127 boolean_t begline, quoted, escape; in fpkgparam() local
179 quoted = escape = B_FALSE; in fpkgparam()
218 quoted = B_FALSE; in fpkgparam()
243 quoted = B_TRUE; in fpkgparam()
246 } else if (quoted) { in fpkgparam()
294 if (quoted) { in fpkgparam()
/titanic_41/usr/src/cmd/csh/
H A Dsh.char.h52 #define quoted(c) ((unsigned)(c) & QUOTE) macro
64 (Z=((unsigned)(c)), !quoted(Z)&&(iswalpha(Z)||((Z)=='_')\
67 (Z=((unsigned)(c)), !quoted(Z)&&(iswalpha(Z)||((Z)=='_')\
H A Dsh.dol.c636 bool quoted; in heredoc() local
649 trim(Dv); rscan(Dv, Dtestq); quoted = gflag; in heredoc()
686 if (quoted || noexec) { in heredoc()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-rsa.c225 int quoted = 0; in auth_rsa_key_allowed() local
227 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { in auth_rsa_key_allowed()
231 quoted = !quoted; in auth_rsa_key_allowed()
H A Dauth2-pubkey.c274 int quoted = 0; in user_key_allowed2() local
277 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { in user_key_allowed2()
281 quoted = !quoted; in user_key_allowed2()
/titanic_41/usr/src/cmd/sh/
H A Dmacro.c39 static unsigned char quoted; /* used locally */ variable
224 quoted--;
403 quoted++;
419 BOOL savqu = quoted;
427 quoted = 0;
430 if (quoted && (stakbot == staktop)) {
442 quoted = savqu;
/titanic_41/usr/src/cmd/sendmail/src/
H A Dutil.c144 bool quoted = false; local
161 quoted = !quoted;
162 else if (!quoted)
182 return !quoted && commentlev == 0;
210 bool quoted = false; local
236 if (!quoted)
247 quoted = !quoted;
253 (quoted ? 1 : 0)))
258 else if (*ptr == '(' && !quoted)
261 quoted = false;
[all …]
H A Dalias.c323 bool quoted = false; local
334 quoted = !quoted;
335 else if (*p == ',' && !quoted)
/titanic_41/usr/src/cmd/sendmail/aux/
H A Dpraliases.c178 bool quoted = false; local
188 quoted = !quoted;
189 else if (*p == ',' && !quoted)
/titanic_41/usr/src/lib/libsqlite/test/
H A Dprintf.test94 sqlite_mprintf_str {%d %d A quoted string: '%q'} 1 2 {Hi Y'all}
95 } {1 2 A quoted string: 'Hi Y''all'}
100 sqlite_mprintf_str {%d %d A quoted string: %Q} 1 2 {Hi Y'all}
101 } {1 2 A quoted string: 'Hi Y''all'}
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c672 register int escaped, inquote, inbracket, quoted; local
676 escaped = inquote = inbracket = quoted = 0;
682 quoted++;
687 quoted++;
692 quoted++;
708 if (quoted)
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_mapping.c338 int quoted = 0; in __s_api_parseASearchDesc() local
416 quoted = 1; in __s_api_parseASearchDesc()
451 quoted = 1; in __s_api_parseASearchDesc()
486 quoted = 0; in __s_api_parseASearchDesc()
491 if (quoted) { in __s_api_parseASearchDesc()
509 quoted = 0; in __s_api_parseASearchDesc()
580 if (quoted) { in __s_api_parseASearchDesc()
/titanic_41/usr/src/cmd/modload/
H A Ddrvsubr.c130 int quoted) in append_to_file() argument
158 if (quoted) in append_to_file()
177 list_separator, quoted); in append_to_file()
181 quoted ? "%s%s\"%s\"\n" : "%s%s%s\n", in append_to_file()
804 int quoted = 0; in get_entry() local
814 quoted++; in get_entry()
821 (!quoted || (*ptr != '"'))) { in get_entry()
828 if (quoted && (*ptr == '"')) in get_entry()
2141 int quoted = 0; in check_space_within_quote() local
2146 if (quoted == 0) in check_space_within_quote()
[all …]
/titanic_41/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c64 boolean_t quoted = B_FALSE; in gettok() local
69 quoted = B_TRUE; in gettok()
73 if (quoted) { in gettok()
/titanic_41/usr/src/cmd/format/
H A Dio.c130 int c, quoted = 0; local
150 while (!isspace(c) || quoted && (c != '\n')) {
160 quoted = !quoted;
2241 int c, quoted = 0; local
2264 for (; !isspace(c) || quoted; c = sup_inputchar()) {
2274 quoted = !quoted;
2286 if (!quoted && (c == '=' || c == ',' || c == ':' ||
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c187 int base, len, neg, quoted; local
351 quoted = c == 'q';
363 if (!quoted && c >= 0x80) {
368 if (quoted && (c == '"' || c == '\\'))
371 if (quoted) {
/titanic_41/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c201 boolean_t quoted = B_FALSE; in sip_goto_next_value() local
205 if (quoted) in sip_goto_next_value()
206 quoted = B_FALSE; in sip_goto_next_value()
208 quoted = B_TRUE; in sip_goto_next_value()
209 } else if (!quoted && in sip_goto_next_value()
219 if (quoted) in sip_goto_next_value()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dmacro.c64 short quoted; /* set when word has quotes */ member
165 mp->quoted = mp->lit = mp->split = mp->quote = 0; in sh_mactrim()
211 mp->quoted = mp->lit = mp->quote = 0; in sh_macexpand()
244 endfield(mp,mp->quoted); in sh_macexpand()
647 mp->quoted++; in copyto()
1478 int quoted = mp->quoted; in varsub() local
1495 mp->quoted = 0; in varsub()
1507 mp->quoted = quoted; in varsub()
1670 mp->quoted-=2; in varsub()
1803 endfield(mp,mp->quoted); in varsub()
[all …]
/titanic_41/usr/src/data/zoneinfo/
H A DREADME15 /usr/share/lib/zoneinfo/GMT[+-]* files with the equivalent quoted timezone
16 (see environ(5)). Note the signs of the offsets of the equivalent quoted

123