Searched refs:dash (Results 1 - 25 of 29) sorted by relevance

12

/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DObjCRuntime.cpp49 // Look for the last dash.
50 std::size_t dash = input.rfind('-'); local
53 // version to be omitted, so if we see a dash not followed by a
55 if (dash != StringRef::npos && dash + 1 != input.size() &&
56 (input[dash+1] < '0' || input[dash+1] > '9')) {
57 dash = StringRef::npos;
62 StringRef runtimeName = input.substr(0, dash);
87 if (dash !
[all...]
/openbsd-current/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-current/regress/usr.bin/mandoc/mdoc/Bl/
H A DMakefile3 REGRESS_TARGETS = item inset diag ohang bullet dash enum hang tag
11 UTF8_TARGETS = dash
/openbsd-current/usr.bin/cut/
H A Dcut.c159 int dash, n; local
164 dash = *q == '-';
170 if (dash)
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan.cpp309 static const u32 dash = '-'; local
311 dash + (dash << 8) + (dash << 16) + (dash << 24);
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DTiedOutFH.pm79 * a dash of balsamic vinegar (to taste)
H A DMethody.pm100 If Pod::Simple sends an event where the element name has a dash,
H A DRTF.pm101 dotted-underline=uld dash-underline=uldash
102 dot-dash-underline=uldashd dot-dot-dash-underline=uldashdd
579 # looks just like a normal dash character).
/openbsd-current/usr.bin/less/
H A Dcommand.c148 char *dash; local
152 dash = (flag == OPT_NO_TOGGLE) ? "_" : "-";
157 cmd_putstr(dash);
159 cmd_putstr(dash);
261 * Handle the first char of an option (after the initial dash).
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Ddllwrap.c250 char *dash, *slash, *cp; local
252 dash = NULL;
257 dash = cp;
265 dash = NULL;
271 if (dash != NULL)
275 cmd = look_for_prog (prog_name, program_name, dash - program_name + 1);
H A Ddlltool.c3470 char *dash, *slash, *cp; local
3472 dash = NULL;
3477 dash = cp;
3485 dash = NULL;
3491 if (dash != NULL)
3495 cmd = look_for_prog (prog_name, program_name, dash - program_name + 1);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddllwrap.c245 const char *dash; local
249 dash = NULL;
254 dash = cp;
263 dash = NULL;
269 if (dash != NULL)
272 cmd = look_for_prog (name, prog_name, dash - prog_name + 1);
H A Ddlltool.c3416 char *dash, *slash, *cp; local
3418 dash = NULL;
3423 dash = cp;
3431 dash = NULL;
3437 if (dash != NULL)
3441 cmd = look_for_prog (prog_name, program_name, dash - program_name + 1);
/openbsd-current/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm518 # Double dash is option list terminator.
1622 double dash "--". Support for bundling of command line options, as was
1638 preceded by a single dash C<->, and consist of a single letter.
1685 uniqueness, case does not matter, and a single dash is sufficient,
1757 insert a double dash C<--> on the command line:
1900 to stop processing options, as if it encountered a double dash C<-->.
2260 always start with a double dash C<--> to avoid ambiguity. For example,
2307 =head2 The lonesome dash
2309 Normally, a lone dash C<-> on the command line will not be considered
2311 configured) and the dash wil
[all...]
/openbsd-current/sbin/sysctl/
H A Dsysctl.c1165 char *dash; local
1168 if ((dash = strchr(portspec, '-')) != NULL)
1169 *dash++ = '\0';
1173 if (dash != NULL) {
1174 *high_port = strtonum(dash, 0, 65535, &errstr);
1176 errx(1, "high port is %s: %s", errstr, dash);
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DArgs.cpp641 // If the string doesn't start with a dash, we just have no options and just
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNNTP.pm1231 where the beginning and end of the range are separated by a minus (or dash)
1232 character, or as any combination of lists and ranges. The dash can
1257 bracket or a minus sign/dash.
/openbsd-current/sys/dev/ic/
H A Daacreg.h400 u_int8_t dash; member in struct:FsaRevision::__anon45::__anon46
H A Daac.c2348 info->KernelRevision.external.comp.dash,
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dia64.c5031 char *str, *dash, *comma;
5045 dash = strchr (str, '-');
5046 if (!dash)
5051 *dash = '\0';
5053 comma = strchr (dash + 1, ',');
5064 last = decode_reg_name (dash + 1);
5067 warning (0, "unknown register name: %s", dash + 1);
5071 *dash = '-';
5075 warning (0, "%s-%s is an empty range", str, dash + 1);
5020 char *str, *dash, *comma; local
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dpa.c324 char *str, *dash, *comma;
338 dash = strchr (str, '-');
339 if (!dash)
344 *dash = '\0';
346 comma = strchr (dash + 1, ',');
357 last = decode_reg_name (dash + 1);
360 warning (0, "unknown register name: %s", dash + 1);
364 *dash = '-';
368 warning (0, "%s-%s is an empty range", str, dash + 1);
322 char *str, *dash, *comma; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c4291 char *str, *dash, *comma;
4305 dash = strchr (str, '-');
4306 if (!dash)
4311 *dash = '\0';
4313 comma = strchr (dash + 1, ',');
4324 last = decode_reg_name (dash + 1);
4327 warning ("unknown register name: %s", dash + 1);
4331 *dash = '-';
4335 warning ("%s-%s is an empty range", str, dash + 1);
4280 char *str, *dash, *comma; local
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A DMakefile.tpl1490 ;; dep-subtarget extracts everything up to the first dash in the given
1495 ;; dep-module extracts everything up to the first dash in the given
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm290 with the script/module name, followed by a dash `-' and a very short
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFirstTime.pm1494 map { $_ => ".profile" } qw/dash ash sh/,

Completed in 365 milliseconds

12