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

/freebsd-12-stable/contrib/llvm-project/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...]
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntpsim.c469 char *dash = "-----------------";
479 printf("\t%s\t%s\t%s\n", dash, dash, dash);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp565 static const u32 dash = '-'; local
567 dash + (dash << 8) + (dash << 16) + (dash << 24);
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddllwrap.c242 const char *dash; local
246 dash = NULL;
251 dash = cp;
260 dash = NULL;
266 if (dash != NULL)
269 cmd = look_for_prog (name, prog_name, dash - prog_name + 1);
H A Ddlltool.c3514 char *dash, *slash, *cp; local
3516 dash = NULL;
3521 dash = cp;
3529 dash = NULL;
3535 if (dash != NULL)
3539 cmd = look_for_prog (prog_name, program_name, dash - program_name + 1);
/freebsd-12-stable/contrib/less/
H A Dcommand.c203 char *dash; local
207 dash = (flag == OPT_NO_TOGGLE) ? "_" : "-";
210 cmd_putstr(dash);
212 cmd_putstr(dash);
339 * Handle the first char of an option (after the initial dash).
/freebsd-12-stable/sys/contrib/zstd/tests/gzip/
H A Dinit.sh180 /bin/sh bash dash zsh pdksh fail
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp635 // If the string doesn't start with a dash, we just have no options and just
/freebsd-12-stable/contrib/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
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest.cc556 const char* const dash = strchr(p, '-'); local
559 if (dash == NULL) {
563 positive = std::string(p, dash); // Everything up to the dash
564 negative = std::string(dash + 1); // Everything after the dash
/freebsd-12-stable/contrib/binutils/
H A DMakefile.tpl1462 ;; dep-subtarget extracts everything up to the first dash in the given
1467 ;; dep-module extracts everything up to the first dash in the given
/freebsd-12-stable/sys/dev/aac/
H A Daacreg.h448 u_int8_t dash; member in struct:FsaRevision::__anon11910::__anon11911
650 /* Firmware Revision (Vmaj.min-dash.) */
653 /* Firmware's boot code Revision (Vmaj.min-dash.) */
H A Daac.c2731 info->KernelRevision.external.comp.dash,
3430 rev_check_resp.adapterSWRevision.external.comp.dash =
/freebsd-12-stable/sys/dev/aacraid/
H A Daacraid_reg.h405 u_int8_t dash; member in struct:FsaRevision::__anon11940::__anon11941
626 /* Firmware Revision (Vmaj.min-dash.) */
629 /* Firmware's boot code Revision (Vmaj.min-dash.) */
H A Daacraid.c2538 info->KernelRevision.external.comp.dash,
3315 rev_check_resp.adapterSWRevision.external.comp.dash =
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c2518 char *dash; local
2537 if ((dash = strchr(propname, '-')) == NULL ||
2542 domain = dash + 1;
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1882 % and arrange explicitly to hyphenate at a dash.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex2484 % and arrange explicitly to hyphenate at a dash.

Completed in 583 milliseconds