Searched defs:quote (Results 1 - 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen3.c42 int c, quote, paren, savec, count, dispcmd; local
45 quote = 0; /* not in quoted string */
50 quote = !quote;
71 if (quote == 0 && paren == 0 && dispcmd &&
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Ddashos.c54 register char quote, local
69 if (strchr(LP_QUOTES, (quote = *o)))
70 for (o++; *o && *o != quote; o++)
/illumos-gate/usr/src/lib/krb5/ss/
H A Dutils.c15 char *gensym(), *str_concat3(), *quote();
113 char *quote(string) function
/illumos-gate/usr/src/cmd/devprop/
H A Ddevprop.c45 boolean_t verbose = B_FALSE, quote = B_FALSE, local
84 BOOL('q', quote);
153 (quote ? "\"%s\"" : "%s"), val_s, " + ");
/illumos-gate/usr/src/lib/libast/common/string/
H A Dtokline.c49 int quote; member in struct:__anon2673
84 q = d->quote;
139 d->quote = q;
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Duadmin.c164 static char quote[] = "\'"; variable
259 "-o %s%s%s", altroot, quote,
260 &bargs[off], quote);
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Duadmin.c164 static char quote[] = "\'"; variable
259 "-o %s%s%s", altroot, quote,
260 &bargs[off], quote);
/illumos-gate/usr/src/common/net/wanboot/
H A Dbootconf.c112 char quote; local
166 quote = *p;
169 quote = '\0';
177 if (quote != '\0' || *p != '#') {
178 while (*p != '\0' && *p != quote) {
183 if (is_whitespace(*p) && quote == '\0') {
193 * balancing close-quote and skip it.
195 if (quote != '\0') {
196 if (*p == quote) {
/illumos-gate/usr/src/cmd/eqn/
H A Dlex.c196 cstr(char *s, int quote, int maxs) argument
203 if (quote) {
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp_parse.c90 char token, tmp, quote, dquote, *buf; local
94 dquote = quote = 0;
113 quote = quote ? 0 : *p;
114 if (dquote) { /* keep quote */
122 if (quote) { /* keep dquote */
128 } else if (isspace(*p) && !quote && !dquote) {
136 } else if (*p == '$' && !quote) {
179 PARSE_FAIL(quote || dquote);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dfmt.c66 int quote; member in struct:Fmt_s
116 if (fp->quote)
225 if (!splice && !fp->retain && (!fp->quote || (fp->outp - fp->outbuf) < 2 || fp->outp[-2] != '\\' || fp->outp[-1] != 'n' && fp->outp[-1] != 't' && fp->outp[-1] != ' '))
277 fp->quote = 1;
374 if (fp->quote)
581 fmt.quote = 0;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c126 char *quote; local
128 if ( (quote = strrchr( ufncomp[ncomp], '"' )) != NULL )
129 *quote = '\0';
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c470 char quote; local
503 quote = *cp++;
505 while (*cp != quote && *cp != '\0' && bp < limit)
509 gettext("missing %c\n"), (uchar_t)quote);
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c38 static unsigned char quote; /* used locally */ variable
53 if (quote) {
91 } else { /* push escapes onto stack to quote characters */
223 if(c == '@' && !atflag && quote) {
288 if (*v == 0 && quote) {
302 if(quote || (c == '\\' && trimflag)) {
320 if(*id == '*' && quote) {
401 if(!quote) {
405 quote ^= QUOTE;
420 unsigned char savq = quote;
[all...]
/illumos-gate/usr/src/cmd/listen/
H A Dnstoa.c92 int quote; /* quoted string ? */ local
115 quote = 0;
136 addr->len = dostring(--str, sbuf, quote);
142 quote = 1;
145 addr->len = dostring(str, sbuf, quote);
167 dostring(s, buf, quote) /* read in a raw address */
169 int quote;
233 else if ((quote && (*s == '"')) || (!quote && isspace(*s)))
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c46 #define QUOTE_TOKEN "$quote"
94 static char quote = QUOTE; variable
159 if (quote) {
160 pquote[0] = quote;
168 (void) fprintf(fp, "\n$quote %s\n\n", pquote);
573 quote = c;
615 quote = c;
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c572 char quote; local
583 quote = *cp++;
584 while (*cp && *cp != quote) {
/illumos-gate/usr/src/cmd/troff/
H A Dn3.c757 int quote; local
804 quote = 0;
806 quote++;
811 if (nlflg || (!quote && cbits(i) == ' '))
813 if ( quote
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c222 int quote = 0; local
228 quote = 1;
231 if (quote && *s == '"') {
235 if (!quote && (*s == ' ' || *s == '\t' || *s == '\n'))
558 if (*k == '%') { /* quote char within plot mode */
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c221 * quotes to prevent any variable expansion. Of course, we backslash-quote
496 char quote; local
525 * comes with a closing quote.
527 * We also allow escaped quote characters inside the quoted value.
532 quote = *c;
536 while (*c != quote) {
547 * Throw fatal exception if no end quote found.
549 if (*c != quote) {
554 c++; /* and step past the close quote */
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c305 int quote = 0; local
395 while (scan < uend && (*scan != ';' || quote)) {
397 quote = !quote;
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dutil.c432 ** the quote characters. The conversion is done in-place. If the
433 ** input does not begin with a quote character, then this routine
441 int quote; local
444 quote = z[0];
445 switch( quote ){
448 case '[': quote = ']'; break;
452 if( z[i]==quote ){
453 if( z[i+1]==quote ){
454 z[j++] = quote;
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c98 int quote; /* the current quote */ variable
138 #define MSG12 "gencat: \"%s\", line %d: missing quote (%wc)\n"
146 "$quote directive\n"
635 if (quoting && c == quote) { /* quote is used */
637 while (c != quote) {
640 quote);
648 lineno, quote);
736 while (c != NEWLINE && c != EOF) { /* quote i
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dglob.c316 int quote = 0; local
345 if (quote)
384 quote = 1;
396 savequote = quote;
422 quote = 0;
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c112 int quote; member in struct:Item_s
290 q = item->quote;
393 int quote; local
441 notice.item[STYLE].quote = notice.item[CLASS].quote = 0;
477 quote = 0;
532 while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
555 notice.id[i].name.quote = 0;
558 notice.id[i].value.quote = quote;
[all...]

Completed in 103 milliseconds

12