Searched refs:quote (Results 1 – 8 of 8) sorted by relevance
/openssl/ssl/quic/ |
H A D | json_enc.c | 540 int quote = !noquote && in_ijson(json) && v > (uint64_t)(POW_53 - 1); in json_u64() local 545 if (quote) in json_u64() 556 if (quote) in json_u64() 571 int quote; in ossl_json_i64() local 581 quote = in_ijson(json) in ossl_json_i64() 584 if (quote) in ossl_json_i64() 594 if (quote && !ossl_json_in_error(json)) in ossl_json_i64()
|
/openssl/crypto/property/ |
H A D | property_parse.c | 623 char quote = '\0'; in put_str() local 637 if (quote == '\0') in put_str() 638 quote = '\''; in put_str() 641 quote = '"'; in put_str() 644 quotes = quote != '\0'; in put_str() 651 put_char(quote, buf, remain, needed); in put_str() 663 put_char(quote, buf, remain, needed); in put_str()
|
/openssl/doc/man3/ |
H A D | ASN1_STRING_print_ex.pod | 58 double quote characters: this is arguably more readable than the backslash
|
/openssl/ |
H A D | NOTES-PERL.md | 120 Note: on VMS, you must quote any argument that contains uppercase
|
H A D | INSTALL.md | 1235 to quote the option. For example, `-opt%20arg` gets expanded to `-opt arg`.
|
/openssl/doc/man5/ |
H A D | config.pod | 148 double B<"> quote around the value, or using a backslash B<\> before the 560 you can't use any quote escaping on the same line. 571 could be used in pathnames, only the double-quote character was recognized,
|
/openssl/doc/man1/ |
H A D | CA.pl.pod | 151 For multi-word parameters, either repeat the option or quote the I<parameters>
|
/openssl/include/openssl/ |
H A D | asn1.h.in | 404 * set this to use backslash and quote.
|
Completed in 23 milliseconds