/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | quote.c | 0 /* quote.c - quote arguments for output 24 #include "quote.h" 37 quote (char const *name) function
|
/osnet-11/usr/src/lib/krb5/ss/ |
H A D | utils.c | 14 char *gensym(), *str_concat3(), *quote(); 90 char *quote(string) function
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | dumpvar.pl | 23 $unctrl = 'quote' unless defined $unctrl; 80 } elsif ($unctrl eq 'quote') { 318 if ($in eq 'unctrl' or $in eq 'quote') { 327 sub quote { subroutine 330 $unctrl = 'quote'; 333 $unctrl = 'quote';
|
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | tokline.c | 49 int quote; member in struct:__anon1188 84 q = d->quote; 139 d->quote = q;
|
/osnet-11/usr/src/lib/libc/amd64/sys/ |
H A D | uadmin.c | 163 static char quote[] = "\'"; variable 249 "-o %s%s%s", quote, &bargs[off], quote);
|
/osnet-11/usr/src/lib/libc/i386/sys/ |
H A D | uadmin.c | 163 static char quote[] = "\'"; variable 249 "-o %s%s%s", quote, &bargs[off], quote);
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | ufn.c | 137 char *quote; local 139 if ( (quote = strrchr( ufncomp[ncomp], '"' )) != NULL ) 140 *quote = '\0';
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | ufn.c | 126 char *quote; local 128 if ( (quote = strrchr( ufncomp[ncomp], '"' )) != NULL ) 129 *quote = '\0';
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | fmt.c | 66 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;
|
/osnet-11/usr/src/lib/fm/libasr/common/ |
H A D | asr_nvl.c | 717 asr_nvl_print_jsoni(FILE *fp, nvlist_t *nvl, int depth, char quote, char *sep) argument 744 (void) fputc(quote, fp); 746 (void) fputc(quote, fp); 840 (void) fputc(quote, fp); 842 (void) fputc(quote, fp); 983 (void) fputc(quote, fp); 985 (void) fputc(quote, fp); 1003 asr_nvl_print_jsoni(fp, val, depth + 1, quote, sep); 1013 fp, val[i], depth + 1, quote, sep); 1088 int depth, char quote, cha 1087 asr_nvl_tostringi(asr_buf_t *out, nvlist_t *nvl, int depth, char quote, char *sep) argument [all...] |
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_parse_uri.c | 305 int quote = 0; local 395 while (scan < uend && (*scan != ';' || quote)) { 397 quote = !quote;
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 313 int quote = 0; local 342 if (quote) 381 quote = 1; 393 savequote = quote; 419 quote = 0;
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 112 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...] |
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | util.c | 432 ** 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;
|
/osnet-11/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode.c | 971 int quote = 0; local 1017 quote = 1; 1052 else if (quote) {
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 74 char quote; /* set within double quoted contexts */ member in struct:_mac_ 173 mp->quoted = mp->lit = mp->split = mp->quote = 0; 219 mp->quoted = mp->lit = mp->quote = 0; 282 mp->quote = 1; 442 int oldquote = mp->quote; 451 mp->quote = newquote; 453 if(!mp->quote && *cp=='~' && cp[1]!=LPAREN) 520 else if(mp->split && endch && !mp->quote && !mp->lit) 543 if(!mp->lit && !mp->quote) 552 if(!mp->lit && (n==S_ESC || (!mp->quote [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perl.c | 3052 char *quote; local 3151 quote = "\""; 3153 quote = "'"; 3182 perl, quote, code, quote, scriptname, cpp,
|
/osnet-11/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 473 int quote; /* ' */ local 725 quote = 0; 742 quote++; 1115 if (quote) { 1582 if (quote)
|
/osnet-11/usr/src/lib/rad/pyrad/common/ |
H A D | client.py | 888 def quote(value): member in class:Name 1049 keystr = ",".join([ "%s=%s" % (Name.quote(i[0]), Name.quote(i[1]))
|