Searched defs:quoted (Results 1 - 18 of 18) sorted by relevance

/osnet-11/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;
/osnet-11/usr/src/lib/libast/common/comp/
H A Dwordexp.c69 register int c,quoted=0,literal=0,ac=0; local
90 if(c=='\'' && !quoted)
94 if(c=='\\' && (!quoted || strchr("\\\"`\n$",c)))
103 quoted = !quoted;
115 else if(!quoted && strchr("|&\n;<>"+ac,c))
136 quoted = ! quoted;
137 else if(!quoted && (c==' ' || c=='\n'))
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dpraliases.c178 bool quoted = false; local
183 ** Don't break into a quoted
188 quoted = !quoted;
189 else if (*p == ',' && !quoted)
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c64 boolean_t quoted = B_FALSE; local
69 quoted = B_TRUE;
73 if (quoted) {
/osnet-11/usr/src/lib/libadm/common/
H A Dpkgparam.c121 boolean_t begline, quoted, escape; local
173 quoted = escape = B_FALSE;
212 quoted = B_FALSE;
237 quoted = B_TRUE;
240 } else if (quoted) {
288 if (quoted) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Dalias.c323 bool quoted = false; local
328 ** Don't break into a quoted string.
334 quoted = !quoted;
335 else if (*p == ',' && !quoted)
H A Drecipient.c467 bool quoted; /* set if the addr has a quote bit */ local
476 quoted = false;
648 for (p = buf; *p != '\0' && !quoted; p++)
651 quoted = true;
914 if (!quoted && QS_IS_OK(new->q_state) &&
1041 else if (!quoted)
H A Dutil.c56 ** pointer to quoted string.
71 /* Find length of quoted string */
130 ** are only found inside comments, quoted strings, or backslash
144 bool quoted = false; local
161 quoted = !quoted;
162 else if (!quoted)
182 return !quoted && commentlev == 0;
210 bool quoted = false; local
236 if (!quoted)
316 bool quoted = false; local
[all...]
H A Dparseaddr.c311 ** no "non-printable" characters unless they are quoted or escaped.
332 bool quoted = false; local
352 if (!EightBitAddrOK && !quoted && (*addr < 32 || *addr == 127))
359 quoted = !quoted;
378 if (quoted)
446 ** This routine knows about quoted strings and angle brackets.
478 #define QST 2 /* in quoted string */
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c201 boolean_t quoted = B_FALSE; local
205 if (quoted)
206 quoted = B_FALSE;
208 quoted = B_TRUE;
209 } else if (!quoted &&
219 if (quoted)
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_mapping.c338 int quoted = 0; local
416 quoted = 1;
451 quoted = 1;
486 quoted = 0;
491 if (quoted) {
509 quoted = 0;
516 /* error past end of quoted string */
580 if (quoted) {
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp.h346 int quoted;
342 int quoted; member in struct:argp_state
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c1440 register int count=1, quoted=0, c; local
1447 quoted=1;
1456 if(quoted)
1492 if(quoted)
H A Dlex.c298 char *quoted, *macro, *split, *expand; local
301 quoted = macro = split = expand = "";
309 quoted = "quoted:";
311 sfprintf(sfstderr,"%d: line %d: %o:%s%s%s%s %s\n",getpid(),shp->inlineno,tok,quoted,
794 /* check for multi-line single-quoted string */
1747 * quoted here documents, and here-documents without special chars are
1770 /* check for and strip quoted characters in delimiter string */
2111 register int inquote=0, inlit=0; /* set within quoted strings */
H A Dmacro.c71 short quoted; /* set when word has quotes */ member in struct:_mac_
74 char quote; /* set within double quoted contexts */
173 mp->quoted = mp->lit = mp->split = mp->quote = 0;
219 mp->quoted = mp->lit = mp->quote = 0;
253 endfield(mp,mp->quoted|mp->atmode);
698 mp->quoted++;
1156 mp->atmode = (v && mp->quoted && c=='@');
1437 mp->atmode = (v && mp->quoted && mode=='@');
1573 int quoted = mp->quoted; local
[all...]
H A Dxec.c391 static void out_string(Sfio_t *iop, register const char *cp, int c, int quoted) argument
393 if(quoted)
/osnet-11/usr/src/cmd/parted/
H A Dui.c725 int quoted = 0; local
736 if (*line == ' ' && !quoted) {
745 if (!quoted && strchr ("'\"", *line)) {
746 quoted = 1;
751 if (quoted && *line == quote_char) {
752 quoted = 0;
757 if (quoted && line[0] == '\\' && line[1])
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c2109 int quoted; local
2115 if ((quoted = (*stdname == '<')) != 0)
2120 if ((name = getzname(name, quoted)) == NULL)
2137 if ((quoted = (*dstname == '<')) != 0)
2139 if ((name = getzname(name, quoted)) == NULL)
2457 getzname(const char *strp, int quoted) argument
2461 if (quoted) {

Completed in 108 milliseconds