Home
last modified time | relevance | path

Searched refs:quote (Results 51 – 75 of 99) sorted by relevance

1234

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h270 extern void quote(int argc, char *argv[]);
H A Dcmds.c1471 quote(int argc, char *argv[]) in quote() function
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c155 char quote = *str++; in get_token() local
157 while ((*str != '\0') && (*str != quote)) in get_token()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c745 shell_app(char **res, char *string, int quote) in shell_app() argument
786 if (quote) in shell_app()
798 if (quote) in shell_app()
803 if (quote && is_dq_special(string[i]) || in shell_app()
804 (!quote && is_shell_special(string[i]))) { in shell_app()
810 if (quote) in shell_app()
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th598 : "quote? line_pointer c@ [char] " = ;
600 : 'quote? line_pointer c@ [char] ' = ;
708 "quote? if
709 ['] "quote? parse_quote ( -- addr len )
711 'quote? if
712 ['] 'quote? parse_quote ( -- addr len )
737 slash? letter? digit? "quote? 'quote? or or or or if
H A Dmenusets.4th413 \ to our buffer so that we can safely use the s-quote (s") buf again.
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c514 char quote = '"'; in helpinfo() local
518 quote, quote); in helpinfo()
526 prog_namep, quote, quote); in helpinfo()
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in33 # Another way to quote a block of text is to sandwich it between
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c499 (uintptr_t)node.u.quote.s) < 0) in eft_node()
501 node.u.quote.s); in eft_node()
H A Dconfig.c196 config_setprop(cp, lhs, STRDUP(rhs->u.quote.s)); in addconfigprop()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c191 size += sizeof (ret->u.quote) - sizeof (ret->u); in nodesize()
770 ret->u.quote.s = stable(s); in tree_quote()
790 ptr = stable(np->u.expr.right->u.quote.s); in tree_func()
H A Dptree.c145 out(flags|O_NONL, "\"%s\"", np->u.quote.s); in ptree()
/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c419 static const char *show_token_sequence(struct token *token, int quote) in show_token_sequence() argument
425 if (!token && !quote) in show_token_sequence()
428 const char *val = quote ? quote_token(token) : show_token(token); in show_token_sequence()
1716 static const char *show_token_sequence(struct token *token, int quote);
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.msg174 \t\\'\tsingle quote\n\
175 \t\\\"\tdouble quote\n\
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c474 char *quote = &("\""[parse_strings && in kmt_call() local
477 mdb_printf("%s%s%s", quote, argv[i].a_un.a_str, in kmt_call()
478 quote); in kmt_call()
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src87 quote reglob return rightsibling self set setattr setfield setq\
/illumos-gate/usr/src/pkg/license_files/
H A Dlic_OSBL186 prevails over any conflicting or additional terms of any quote, order,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A DLICENSE195 prevails over any conflicting or additional terms of any quote, order,
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE224 compatibility \" or \' does not start quote
245 relax newline in quote semantics
H A DHISTORY82 add keyword and quote pragmas
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtable.test69 # Repeat the above steps, but this time quote the table name.
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py124 shlex.quote(fpath) + " 2>&1")
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE215 expr.c: add {match,substr,index,length,quote}
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1198 TPMS_QUOTE_INFO quote; member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE600 option.h,optesc.c: add 3rd arg, 1 => quote '?' too
1188 fmtquote("\"",1) => shell quote
1239 fmtquote: fix $'...' quote logic
1314 optget: "..." attribute quote
1411 stropt: fix nested quote pop

1234