Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/ntp/ntpd/
H A Dntpsim.c469 char *dash = "-----------------";
479 printf("\t%s\t%s\t%s\n", dash, dash, dash);
/freebsd/crypto/openssl/doc/internal/man7/
H A DVERSION.pod34 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 Dmsan.cpp309 static const u32 dash = '-'; in SetAllocaOrigin() local
311 dash + (dash << 8) + (dash << 16) + (dash << 24); in SetAllocaOrigin()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFOptions.td3 // link.exe accepts options starting with either a dash or a slash.
/freebsd/bin/sh/tests/expansion/
H A Dtrim3.023 # 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 DREADME4 Shell scripts MUST work on both bash and dash.
/freebsd/contrib/dma/
H A DINSTALL21 * sh - Need to be POSIX compliant, dash, bash known to work
/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.t0224 \ -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/less/
H A Dcommand.c215 char *dash; in mca_opt_toggle() local
219 dash = (flag == OPT_NO_TOGGLE) ? "_" : "-"; in mca_opt_toggle()
222 cmd_putstr(dash); in mca_opt_toggle()
224 cmd_putstr(dash); in mca_opt_toggle()
H A DNEWS887 * If a ^P is entered between the dash and the option letter of the -
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DOptions.td3 // lib.exe accepts options starting with either a dash or a slash.
/freebsd/usr.sbin/bsdconfig/
H A DUSAGE39 single dash (`-'), @PROGRAM_NAME@ reads from standard input.
/freebsd/contrib/mandoc/
H A Dmandoc.css96 .Bl-dash { list-style-type: none;
98 .Bl-dash > li:before {
/freebsd/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr51 …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 Daacreg.h446 u_int8_t dash; member
H A Daac.c2728 info->KernelRevision.external.comp.dash, in aac_describe_controller()
3424 rev_check_resp.adapterSWRevision.external.comp.dash = in aac_rev_check()
/freebsd/sys/dev/aacraid/
H A Daacraid_reg.h403 u_int8_t dash; member
H A Daacraid.c2544 info->KernelRevision.external.comp.dash, in aac_describe_controller()
3321 rev_check_resp.adapterSWRevision.external.comp.dash = in aac_rev_check()
/freebsd/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m4113 POSIX_SHELL=`which dash`
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td3 // link.exe accepts options starting with either a dash or a slash.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-smime.pod.in170 EVP_get_cipherbyname() function) can also be used preceded by a dash, for
H A Dopenssl-cms.pod.in400 EVP_get_cipherbyname() function) can also be used preceded by a dash, for
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c2400 const char *dash, *domain; in zfs_prop_set_userquota() local
2419 if ((dash = strchr(propname, '-')) == NULL || in zfs_prop_set_userquota()
2424 domain = dash + 1; in zfs_prop_set_userquota()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td21 // For options whose names are multiple letters, either one dash or

12