| /openbsd/src/regress/usr.bin/mandoc/roff/esc/ |
| D | z.out_ascii | 7 single z with ASCII char: >x< 8 single z with escape char: >O< 9 single z with defined string (mytext): >mytext< 10 single z with font escape: >xxbboolldd< 11 single z with nospace escape: > new line< 12 single z with overstrike: >abc< 13 single z with h escape: >m< 14 single z with char and h with positive argument: >a b< 15 single z with char and h with zero argument: >ab< 16 single z near the end of the line: ><
|
| /openbsd/src/regress/bin/ksh/ |
| D | unclass2.t | 164 name: single-quotes-in-braces 166 Check that single quotes inside unquoted {} are treated as quotes 174 name: single-quotes-in-quoted-braces 176 Check that single quotes inside quoted {} are treated as 185 name: single-quotes-in-braces-nested 187 Check that single quotes inside unquoted {} are treated as quotes, 196 name: single-quotes-in-brace-pattern 198 Check that single quotes inside {} pattern are treated as quotes 206 name: single-quotes-in-heredoc-braces 208 Check that single quotes inside {} in heredoc are treated [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| D | ptrmem7.C | 16 int single (int); 32 int (A::*ptr11) (int) = &A::single; in foo() 33 int (A::*ptr12) (int) = A::single; // ERROR - not ptr mem in foo() 34 int (A::*ptr13) (int) = &single; // ERROR - not ptr mem in foo() 35 int (A::*ptr14) (int) = single; // ERROR - not ptr mem in foo() 38 int (A::*ptr21) (int) = &(A::single); // ERROR - not ptr mem in foo()
|
| /openbsd/src/lib/libcrypto/ocsp/ |
| D | ocsp_cl.c | 309 OCSP_SINGLERESP *single; in OCSP_resp_find() local 319 single = sk_OCSP_SINGLERESP_value(sresp, i); in OCSP_resp_find() 320 if (!OCSP_id_cmp(id, single->certId)) in OCSP_resp_find() 333 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, in OCSP_single_get0_status() argument 340 if (!single) in OCSP_single_get0_status() 342 cst = single->certStatus; in OCSP_single_get0_status() 358 *thisupd = single->thisUpdate; in OCSP_single_get0_status() 360 *nextupd = single->nextUpdate; in OCSP_single_get0_status() 374 OCSP_SINGLERESP *single; in OCSP_resp_find_status() local 380 single = OCSP_resp_get0(bs, i); in OCSP_resp_find_status() [all …]
|
| D | ocsp_srv.c | 153 OCSP_SINGLERESP *single = NULL; in OCSP_basic_add1_status() local 161 if (!(single = OCSP_SINGLERESP_new())) in OCSP_basic_add1_status() 164 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status() 167 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) in OCSP_basic_add1_status() 170 OCSP_CERTID_free(single->certId); in OCSP_basic_add1_status() 172 if (!(single->certId = OCSP_CERTID_dup(cid))) in OCSP_basic_add1_status() 175 cs = single->certStatus; in OCSP_basic_add1_status() 206 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData->responses, single))) in OCSP_basic_add1_status() 208 return single; in OCSP_basic_add1_status() 211 OCSP_SINGLERESP_free(single); in OCSP_basic_add1_status()
|
| D | ocsp_prn.c | 215 OCSP_SINGLERESP *single = NULL; in OCSP_RESPONSE_print() local 264 single = sk_OCSP_SINGLERESP_value(rd->responses, i); in OCSP_RESPONSE_print() 265 cid = single->certId; in OCSP_RESPONSE_print() 268 cst = single->certStatus; in OCSP_RESPONSE_print() 289 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print() 291 if (single->nextUpdate) { in OCSP_RESPONSE_print() 294 if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate)) in OCSP_RESPONSE_print() 300 single->singleExtensions, flags, 8)) in OCSP_RESPONSE_print()
|
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | sh.opt | 25 ;; Set if the default precision of th FPU is single. 59 m2a-single 61 Generate default single-precision SH2a code 63 m2a-single-only 65 Generate only single-precision SH2a code 105 m4-single 107 Generate default single-precision SH4 code 109 m4-100-single 111 Generate default single-precision SH4-100 code 113 m4-200-single [all …]
|
| D | t-sh | 35 # The separate entries for m2a-nofpu and m2a-single-only with 38 # is why sh2a and sh2a-single need their own multilibs. 42 m2e,m3e,m4-single-only,m4-100-single-only,m4-200-single-only,m4a-single-only \ 43 m2e,m2a-single-only \ 44 m4-single,m4-100-single,m4-200-single,m4a-single \
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/ |
| D | comment.tml | 12 h: 'single' # comment 13 h2: 'single # content' # comment 32 h => 'single', 33 h2 => 'single # content', 56 h: 'single' # comment '"!&@%` 57 h2: 'single # content' # comment '"!&@%` 76 h => 'single', 77 h2 => 'single # content',
|
| D | quoting.tml | 8 # Simple single quote 54 === single quotes in double quotes 60 === double quotes in single quotes 80 === single quote subtleties 94 === single quote subtleties 110 # RT #42119: write of two single quotes
|
| /openbsd/src/gnu/usr.bin/perl/lib/ |
| D | DB.pm | 28 $DB::single = 0; # single-step flag (set it to 1 to enable stops in BEGIN/use) 63 push(@stack, $DB::single); 64 $DB::single &= 1; 65 $DB::single |= 4 if $#stack == $deep; 68 $DB::single |= pop(@stack); 73 $DB::single |= pop(@stack); 78 $DB::single |= pop(@stack); 107 if ($DB::single || $DB::trace || $DB::signal) { 112 if ($DB::single || $DB::signal) { 113 _outputall($#stack . " levels deep in subroutine calls.\n") if $DB::single & 4; [all …]
|
| /openbsd/src/gnu/usr.bin/texinfo/po/ |
| D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
| D | en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
| /openbsd/src/regress/libexec/ld.so/link-order/test/ |
| D | Makefile | 5 REGRESS_TARGETS= test-none test-single test-minor-1 test-minor-2 \ 7 REGRESS_TARGETS+= test-nover test-nover-single-1 test-nover-single-2 69 test-single: make-lib clean 89 test-nover-single-1: make-lib clean 93 test-nover-single-2: make-lib clean
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| D | ttp59.C | 4 template<template<typename> class t1, typename t0> void single() in single() function 6 single<t1,t0>(); in single() 12 single<T1,int>(); in main()
|
| D | ttp60.C | 4 template<template<typename> class t1, typename t0> t1<t0> single() in single() function 6 return single<t1,t0>(); in single() 12 single<T1,int>(); in main()
|
| /openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c/ |
| D | omp-single-3.c | 4 single (int a, int b) in single() function 6 #pragma omp single copyprivate(a) copyprivate(b) in single() 18 single (1, 2); in main()
|
| D | nested-2.c | 13 #pragma omp single in main() 18 #pragma omp single in main()
|
| D | nested-1.c | 13 #pragma omp single in main() 18 #pragma omp single in main()
|
| /openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c++/ |
| D | single-3.C | 4 single (int a, int b) in single() function 6 #pragma omp single copyprivate(a) copyprivate(b) in single() 18 single (1, 2); in main()
|
| /openbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | lang.c | 729 int single, int html_solo_standalone, char *html_solo) in cm_accent_generic_html() argument 774 add_char (single); in cm_accent_generic_html() 793 cm_accent_generic_no_headers (int arg, int start, int end, int single, in cm_accent_generic_no_headers() argument 799 add_char (single); in cm_accent_generic_no_headers() 826 add_char (single); in cm_accent_generic_no_headers() 883 int single, int html_solo_standalone, char *html_solo) in cm_accent_generic() argument 892 single, html_solo_standalone, html_solo); in cm_accent_generic() 894 cm_accent_generic_no_headers (arg, start, end, single, html_solo); in cm_accent_generic() 899 cm_accent_generic_no_headers (arg, start, end, single, html_solo); in cm_accent_generic() 902 add_char (single); in cm_accent_generic()
|
| /openbsd/src/regress/usr.bin/mandoc/char/space/ |
| D | esct-man.out_ascii | 8 single tab 18 single tab 27 single tab 30 single escape-t
|
| D | esct-mdoc.out_ascii | 9 single tab 22 single tab 29 single tab
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-lipo.rst | 29 Take a single input file and verify the specified architectures are present in the file. 34 Take a single input file and display the architectures present in the file. 35 Each architecture is separated by a single whitespace. 48 Take a single universal binary input file and the thin flag followed by an architecture type. 58 Take a single universal binary input file and require the output flag to be specified.
|
| /openbsd/src/sys/dev/pci/drm/i915/ |
| D | i915_deps.c | 38 if (deps->fences != &deps->single) in i915_deps_reset_fences() 42 deps->fences = &deps->single; in i915_deps_reset_fences() 71 if (deps->fences != &deps->single) in i915_deps_fini() 92 if (new_fences != &deps->single) in i915_deps_grow()
|