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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DObjCRuntime.cpp44 // Look for the last dash.
45 std::size_t dash = input.rfind('-'); local
48 // version to be omitted, so if we see a dash not followed by a
50 if (dash != StringRef::npos && dash + 1 != input.size() &&
51 (input[dash+1] < '0' || input[dash+1] > '9')) {
52 dash = StringRef::npos;
57 StringRef runtimeName = input.substr(0, dash);
80 if (dash !
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntpsim.c468 char *dash = "-----------------";
478 printf("\t%s\t%s\t%s\n", dash, dash, dash);
/freebsd-9.3-release/contrib/groff/contrib/groffer/
H A Dgroffer.sh271 for s in ksh ash dash pdksh zsh posh
/freebsd-9.3-release/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-9.3-release/contrib/less/
H A Dcommand.c174 char *dash; local
178 dash = (flag == OPT_NO_TOGGLE) ? "_" : "-";
183 cmd_putstr(dash);
185 cmd_putstr(dash);
301 * Handle the first char of an option (after the initial dash).
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl34 something like foo-bar, making a long dash--like this--into a real em
35 dash, fixing up "paired quotes", putting a little space after the
203 =item Improper man page - no dash in NAME header in paragraph %d of %s
205 (W) The NAME header did not have an isolated dash in it. This is
411 warn "$0: Improper man page - no dash in NAME header in paragraph $. of $ARGV[0]\n"
472 ''' Set up \\*(-- to give an unbreakable dash;
/freebsd-9.3-release/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-9.3-release/sys/dev/aac/
H A Daacreg.h446 u_int8_t dash; member in struct:FsaRevision::__anon6783::__anon6784
648 /* Firmware Revision (Vmaj.min-dash.) */
651 /* Firmware's boot code Revision (Vmaj.min-dash.) */
H A Daac.c2728 info->KernelRevision.external.comp.dash,
3415 rev_check_resp.adapterSWRevision.external.comp.dash =
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid_reg.h403 u_int8_t dash; member in struct:FsaRevision::__anon6813::__anon6814
624 /* Firmware Revision (Vmaj.min-dash.) */
627 /* Firmware's boot code Revision (Vmaj.min-dash.) */
H A Daacraid.c2506 info->KernelRevision.external.comp.dash,
3276 rev_check_resp.adapterSWRevision.external.comp.dash =
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c2382 char *dash; local
2401 if ((dash = strchr(propname, '-')) == NULL ||
2406 domain = dash + 1;
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1795 % and arrange explicitly to hyphenate at a dash.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1882 % and arrange explicitly to hyphenate at a dash.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex1809 % and arrange explicitly to hyphenate at a dash.

Completed in 252 milliseconds