| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | writer.c | 421 dashesc_t *dash = pgp_writer_get_arg(writer); in dash_esc_writer() local 442 if (dash->seen_nl) { in dash_esc_writer() 447 dash->seen_nl = 0; in dash_esc_writer() 449 dash->seen_nl = src[n] == '\n'; in dash_esc_writer() 451 if (dash->seen_nl && !dash->seen_cr) { in dash_esc_writer() 455 pgp_sig_add_data(dash->sig, "\r", 1); in dash_esc_writer() 457 dash->seen_cr = src[n] == '\r'; in dash_esc_writer() 465 pgp_memory_add(dash->trailing, &src[n], 1); in dash_esc_writer() 467 if ((l = (unsigned)pgp_mem_len(dash->trailing)) != 0) { in dash_esc_writer() 468 if (!dash->seen_nl && !dash->seen_cr) { in dash_esc_writer() [all …]
|
| /netbsd-src/external/gpl2/gmake/dist/tests/ |
| H A D | ChangeLog | 70 * scripts/options/dash-W: Add a test for bug #15341. 172 * tests/scripts/options/dash-e: Ditto. 177 * scripts/options/dash-W: Use 'echo >>' instead of touch to update 184 * scripts/options/dash-W: Set the timestamp to foo.x in the future, 209 * scripts/options/dash-B: Test re-exec doesn't loop infinitely. 211 * scripts/options/dash-W: New file: test the -W flag, including 284 * scripts/options/dash-q: Add a test for Savannah bug # 7144. 287 timestamps. Can't use filename dash-L because it conflicts with 288 dash-l on case-insensitive filesystems. 338 * scripts/options/dash-C [WINDOWS32]: Add a test for bug #10252; [all …]
|
| H A D | README | 58 The options/dash-l test will not really test anything if the copy of 63 options/dash-l test should no longer *fail* because make can't read
|
| /netbsd-src/sys/netinet/ |
| H A D | dccp.h | 134 struct dccp_acksubhdr dash; member 138 struct dccp_acksublhdr dash; member
|
| H A D | dccp_usrreq.c | 650 DAHDR_TO_DSEQ(dp->ack_rcv, ((struct dccp_acklhdr*)dalh)->dash); in dccp_input() 701 DAHDR_TO_DSEQ(dp->ack_rcv, ((struct dccp_acklhdr*)dalh)->dash); in dccp_input() 704 dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(dah->dash.dah_ack) >> 8), dp->ref_seq); in dccp_input() 757 DAHDR_TO_DSEQ(dp->ack_rcv, ((struct dccp_acklhdr*)dalh)->dash); in dccp_input() 760 dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(dah->dash.dah_ack) >> 8), dp->ref_seq); in dccp_input() 775 DAHDR_TO_DSEQ(dp->ack_rcv, ((struct dccp_acklhdr*)dalh)->dash); in dccp_input() 778 dp->ack_rcv = CONVERT_TO_LONGSEQ((ntohl(dah->dash.dah_ack) >> 8), dp->ref_seq); in dccp_input() 1417 dalh->dash.dah_res = 0; /* Reserved field should be zero */ in dccp_output() 1420 DSEQ_TO_DAHDR(dalh->dash, dp->ack_snd); in dccp_output() 1423 DSEQ_TO_DAHDR(dalh->dash, dp->seq_rcv); in dccp_output() [all …]
|
| /netbsd-src/external/bsd/ntp/dist/ntpd/ |
| H A D | ntpsim.c | 471 char *dash = "-----------------"; 481 printf("\t%s\t%s\t%s\n", dash, dash, dash);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan.cc | 561 static const u32 dash = '-'; in __msan_set_alloca_origin4() local 563 dash + (dash << 8) + (dash << 16) + (dash << 24); in __msan_set_alloca_origin4()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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.
|
| /netbsd-src/external/mpl/bind/dist/bin/tools/ |
| H A D | nsec3hash.c | 92 const char dash[] = "-"; in nsec3hash() 106 saltstr = dash; in nsec3hash() 91 const char dash[] = "-"; nsec3hash() local
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | dllwrap.c | 247 const char *dash; in deduce_name() local 251 dash = NULL; in deduce_name() 256 dash = cp; in deduce_name() 265 dash = NULL; in deduce_name() 271 if (dash != NULL) in deduce_name() 274 cmd = look_for_prog (name, prog_name, dash - prog_name + 1); in deduce_name()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | dllwrap.c | 247 const char *dash; in deduce_name() local 251 dash = NULL; in deduce_name() 256 dash = cp; in deduce_name() 265 dash = NULL; in deduce_name() 271 if (dash != NULL) in deduce_name() 274 cmd = look_for_prog (name, prog_name, dash - prog_name + 1); in deduce_name()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | Makefile.bsd | 56 ./${PROG} -k pubring.gpg dash-escaped-text.asc
|
| H A D | Makefile.in | 51 ./${PROG} -k pubring.gpg dash-escaped-text.asc
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | Options.td | 3 // lib.exe accepts options starting with either a dash or a slash.
|
| /netbsd-src/external/gpl2/groff/dist/contrib/groffer/ |
| H A D | groffer.sh | 271 for s in ksh ash dash pdksh zsh posh
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | command.c | 218 char *dash; in mca_opt_toggle() local 222 dash = (flag == OPT_NO_TOGGLE) ? "_" : "-"; in mca_opt_toggle() 225 cmd_putstr(dash); in mca_opt_toggle() 227 cmd_putstr(dash); in mca_opt_toggle()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/ |
| H A D | AMDGPUAsmGFX904.rst | 47 .. |---| unicode:: U+02014 .. em dash
|
| H A D | AMDGPUAsmGFX900.rst | 47 .. |---| unicode:: U+02014 .. em dash
|
| /netbsd-src/external/gpl3/autoconf/dist/ |
| H A D | BUGS | 28 There are known issues in job handling under dash and some ksh
|
| /netbsd-src/libexec/httpd/ |
| H A D | bozohttpd.c | 874 const char *rstart, *dash; in bozo_read_request() local 879 dash = strchr(rstart, '-'); in bozo_read_request() 880 if (dash != NULL && dash != rstart) { in bozo_read_request() 881 dash++; in bozo_read_request() 887 if (*dash != '\0') { in bozo_read_request() 889 strtoll(dash, NULL, 10); in bozo_read_request()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | fnmatch.txh | 14 dash in the set, list it last in the set. A backslash character makes
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | fnmatch.txh | 14 dash in the set, list it last in the set. A backslash character makes
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | fnmatch.txh | 14 dash in the set, list it last in the set. A backslash character makes
|
| /netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
| H A D | fnmatch.txh | 14 dash in the set, list it last in the set. A backslash character makes
|