Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 25 of 130) sorted by relevance

123456

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DObjCRuntime.cpp50 std::size_t dash = input.rfind('-'); in tryParse() local
55 if (dash != StringRef::npos && dash + 1 != input.size() && in tryParse()
56 (input[dash+1] < '0' || input[dash+1] > '9')) { in tryParse()
57 dash = StringRef::npos; in tryParse()
62 StringRef runtimeName = input.substr(0, dash); in tryParse()
87 if (dash != StringRef::npos) { in tryParse()
88 StringRef verString = input.substr(dash + 1); in tryParse()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-error/
H A Dscalar.tml7 === dash dash 2
12 === dash
42 === double-dash
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A Dcp-to-llvm.sh29 dash=$(echo "$I---------------------------" | cut -c -27 |\
31 …sed -e '1s|^//=*-* .*\..* -*.*=*// *$|//===--- '"$I $dash"'-*- mode:c++;eval:(read-only-mode) -*-=…
/openbsd-src/regress/usr.bin/mandoc/mdoc/Fl/
H A Dmultiarg.out_markdown11 gets its own dash.
15 get no dash.
H A Dmultiarg.out_ascii7 Each group of flags in --aa --bb --cc --ddeeff gets its own dash.
9 Punctuation characters like in [--aa | --bb] get no dash.
H A Dnoarg.out_markdown11 a dash.
H A Dnoarg.out_ascii7 Without an argument, it yields -- a dash.
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/
H A Dnested.out_markdown25 dash:
31 dash compact:
H A DMakefile3 REGRESS_TARGETS = item inset diag ohang bullet dash enum hang tag
11 UTF8_TARGETS = dash
H A Dnested.out_ascii15 dash:
20 dash compact:
H A Dsecstart.out_markdown13 ## dash
H A Demptyitem.out_markdown17 dash list:
H A Dempty.out_markdown13 dash list:
H A Dempty.out_ascii9 dash list:
H A Demptyitem.out_ascii14 dash list:
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dencod04.t20 my $dash;
24 $dash = '&#8212';
29 $dash = '--';
45 if( grep m{Dash $dash}, @output_lines ) {
/openbsd-src/usr.bin/cut/
H A Dcut.c159 int dash, n; in read_number() local
164 dash = *q == '-'; in read_number()
170 if (dash) in read_number()
/openbsd-src/regress/usr.bin/pkg-config/pcdir/
H A Dvers4.pc1 Name: dash-stable
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddllwrap.c250 char *dash, *slash, *cp; in deduce_name() local
252 dash = NULL; in deduce_name()
257 dash = cp; in deduce_name()
265 dash = NULL; in deduce_name()
271 if (dash != NULL) in deduce_name()
275 cmd = look_for_prog (prog_name, program_name, dash - program_name + 1); in deduce_name()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddllwrap.c245 const char *dash; in deduce_name() local
249 dash = NULL; in deduce_name()
254 dash = cp; in deduce_name()
263 dash = NULL; in deduce_name()
269 if (dash != NULL) in deduce_name()
272 cmd = look_for_prog (name, prog_name, dash - prog_name + 1); in deduce_name()
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan.cpp309 static const u32 dash = '-'; in SetAllocaOrigin() local
311 dash + (dash << 8) + (dash << 16) + (dash << 24); in SetAllocaOrigin()
/openbsd-src/regress/usr.bin/mandoc/man/IP/
H A Dbullet.out_html9 <ul class="Bl-dash">
/openbsd-src/regress/usr.bin/mandoc/mdoc/Tg/
H A Dlist.out_html1 <ul class="Bl-dash" id="dashlist">
/openbsd-src/regress/usr.bin/mandoc/char/unicode/
H A Dman.out_utf89 m-dash: — = —
H A Dmdoc.out_utf89 m-dash: — = —

123456