Searched refs:quote (Results 1 - 25 of 57) sorted by relevance

123

/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/cmd/lms/
H A Dtypes.h125 #define __TEXT(quote) L##quote
138 #define __TEXT(quote) quote
142 #define TEXT(quote) __TEXT(quote)
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_05_strings.ksh32 "escapes":"escape \u001b newline \n cr \r backslash \\\\ quote \"",\
52 add_string "escapes" "escape \x1b newline \n cr \r backslash \\ quote \"";
/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/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/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/libshell/common/sh/
H A Dmacro.c66 char quote; /* set within double quoted contexts */ member in struct:_mac_
165 mp->quoted = mp->lit = mp->split = mp->quote = 0;
211 mp->quoted = mp->lit = mp->quote = 0;
273 mp->quote = 1;
433 int oldquote = mp->quote;
441 mp->quote = newquote;
443 if(!mp->quote && *cp=='~' && cp[1]!=LPAREN)
510 else if(mp->split && endch && !mp->quote && !mp->lit)
533 if(!mp->lit && !mp->quote)
541 if(!mp->lit && (n==S_ESC || (!mp->quote
[all...]
/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/lib/krb5/ss/
H A Dutils.c15 char *gensym(), *str_concat3(), *quote();
113 char *quote(string) function
/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/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/fm/scripts/
H A Dfmsim.ksh50 quote=
135 quote="'"; eol=""
266 exec $truss_cmd $truss_args $quote./usr/lib/fm/fmd/fmd -R $simroot $eol
270 -o sysevent-transport:channel=$simchan $fmd_args$quote
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c120 return ((uintptr_t)np->u.quote.s);
209 return (np2->u.quote.s - np1->u.quote.s);
/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...]
/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/cmd-inet/usr.bin/ftp/
H A Dcmdtab.c188 { "quote", quotehelp, 1, 1, 1, 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/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/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/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/libldap5/sources/ldap/common/
H A Dufn.c126 char *quote; local
128 if ( (quote = strrchr( ufncomp[ncomp], '"' )) != NULL )
129 *quote = '\0';

Completed in 112 milliseconds

123