| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | ObjCRuntime.cpp | 50 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()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntpsim.c | 469 char *dash = "-----------------"; 479 printf("\t%s\t%s\t%s\n", dash, dash, dash);
|
| /freebsd/crypto/openssl/doc/internal/man7/ |
| H A D | VERSION.pod | 34 a dash. For a value C<foo>, the C macro B<OPENSSL_VERSION_PRE_RELEASE> gets 35 the string C<-foo> (dash added). 71 prefixed by a dash, otherwise the empty string.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan.cpp | 318 static const u32 dash = '-'; in SetAllocaOrigin() local 320 dash + (dash << 8) + (dash << 16) + (dash << 24); in SetAllocaOrigin()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFOptions.td | 3 // link.exe accepts options starting with either a dash or a slash.
|
| /freebsd/bin/sh/tests/expansion/ |
| H A D | trim3.0 | 23 # This doesn't make much sense, but it fails in dash so I'm adding it here:
|
| /freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | README | 4 Shell scripts MUST work on both bash and dash.
|
| /freebsd/contrib/dma/ |
| H A D | INSTALL | 21 * sh - Need to be POSIX compliant, dash, bash known to work
|
| /freebsd/contrib/bearssl/src/codec/ |
| H A D | pemdec.t0 | 224 \ -1 dash encountered as first character (no leading whitespace). 231 \ Process first character. It may be a dash. 274 \ Check trailer line (possibly, the leading dash has been read). This
|
| /freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | Options.td | 3 // lib.exe accepts options starting with either a dash or a slash.
|
| /freebsd/usr.sbin/bsdconfig/ |
| H A D | USAGE | 39 single dash (`-'), @PROGRAM_NAME@ reads from standard input.
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | commands | 95 0 string/fwt #!\ /bin/dash Dash shell script text executable 97 0 string/fwt #!\ /usr/bin/dash Dash shell script text executable
|
| /freebsd/contrib/mandoc/ |
| H A D | mandoc.css | 104 .Bl-dash { list-style-type: none; 106 .Bl-dash > li:before {
|
| /freebsd/contrib/less/ |
| H A D | command.c | 234 constant char *dash = (flag == OPT_NO_TOGGLE) ? "_" : "-"; in mca_opt_toggle() local 237 cmd_putstr(dash); in mca_opt_toggle() 239 cmd_putstr(dash); in mca_opt_toggle()
|
| /freebsd/usr.sbin/bsdconfig/networking/include/ |
| H A D | messages.subr | 51 …e-insensitive and must contain only 0-9, a-z,\n or dash (though must not begin with or end with a …
|
| /freebsd/sys/dev/aac/ |
| H A D | aacreg.h | 446 u_int8_t dash; member
|
| H A D | aac.c | 2725 info->KernelRevision.external.comp.dash, in aac_describe_controller() 3421 rev_check_resp.adapterSWRevision.external.comp.dash = in aac_rev_check()
|
| /freebsd/sys/dev/aacraid/ |
| H A D | aacraid_reg.h | 403 u_int8_t dash; member
|
| H A D | aacraid.c | 2545 info->KernelRevision.external.comp.dash, in aac_describe_controller() 3322 rev_check_resp.adapterSWRevision.external.comp.dash = in aac_rev_check()
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | api.txt | 365 Is the character dash punctuation?
|
| /freebsd/contrib/ntp/sntp/libopts/m4/ |
| H A D | libopts.m4 | 113 POSIX_SHELL=`which dash`
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Options.td | 3 // link.exe accepts options starting with either a dash or a slash.
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-smime.pod.in | 173 can also be used, preceded by a dash, for example B<-aes-128-cbc>.
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | README.md | 211 TCL-only implementation of `[file-normalize]` (note the dash) for
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 2492 const char *dash, *domain; in zfs_prop_set_userquota() local 2511 if ((dash = strchr(propname, '-')) == NULL || in zfs_prop_set_userquota() 2516 domain = dash + 1; in zfs_prop_set_userquota()
|