Searched refs:ends (Results 1 - 25 of 135) sorted by relevance

123456

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtest-detach.c55 char *ends; local
64 n = strtol(argv[2], &ends, 10);
68 if (n < 0 || ends == NULL || *ends != '\0' || n != fd)
/netbsd-current/external/mpl/dhcp/dist/tests/failover/
H A Dnew-failover8 ends 5 2021/05/03 02:29:16;
19 ends 5 2021/04/21 02:29:16;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dbspec802.s3 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
H A Db-loc64k.s3 % This file ends before the LOP_STAB.
H A Db-twoinsn.s3 % ends before the LOP_STAB.
H A Dbspec803.s5 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
H A Dbspec804.s5 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
H A Dbspec805.s6 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
H A Dbspec806.s6 ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dtex3patch68 ----------------------------------------tex3patch ends
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-avr/
H A Drelax-insn-at-range-boundary.d1 #name: AVR relaxation, jump to symbol at ends of pc-relative range boundary
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dostream-inst.cc39 template ostream& ends(ostream&);
70 template wostream& ends(wostream&);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dostream-inst.cc39 template ostream& ends(ostream&);
70 template wostream& ends(wostream&);
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-match-escape.mk85 # when the range ends with the character ']'.
87 # 'A' begins the range, 'B' is in the middle of the range, ']' ends the range,
90 # The ']' is part of the character range and at the same time ends the
93 # The first ']' is part of the character range and at the same time ends the
96 # The first ']' is part of the character range and at the same time ends the
99 # For negative character lists, the ']' ends the character range but does not
102 # is no practical need for a character range that ends at ']'.
H A Dvarname-dot-make-jobs.mk25 # If -j arg is floating point or ends in C;
/netbsd-current/external/gpl2/diffutils/include/
H A Dregex.h33 unsigned num_regs, regoff_t *starts, regoff_t *ends));
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dregex.h35 unsigned num_regs, regoff_t *starts, regoff_t *ends));
/netbsd-current/external/mpl/dhcp/dist/contrib/
H A Ddhcp-lease-list.pl92 if ($lease =~ /^\s+([\.\d]+)\s+{.*starts \d+ ([\/\d\ \:]+);.*ends \d+ ([\/\d\ \:]+);.*ethernet ([a-f0-9:]+);/s) {
108 next if not ($lease =~ /^\s+([\.\d]+)\s+{.*starts \d+ ([\/\d\ \:]+);.*ends \d+ ([\/\d\ \:]+);.*ethernet ([a-f0-9:]+);(.*client-hostname \"(\S+)\";)*/s);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/vim/indent/
H A Dllvm.vim8 " - If previous line ends with ':' increase indentation
9 " - If the current line ends with ':' indent at the same level as the
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dsalloc.c55 n->ends++;
72 if (c->ends != c->starts) {
75 (unsigned long)(c->ends));
/netbsd-current/sys/modules/examples/luareadhappy/
H A Dhappy.lua33 -- numbers for which this process ends in 1 are happy numbers, while those that
46 -- If n is not happy then its sequence ends in the cycle:
/netbsd-current/sys/arch/newsmips/newsmips/
H A Dlocore_machdep.S165 # label ends end up in a different section otherwise.
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.h503 regoff_t *starts, regoff_t *ends);
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dxregex2.h506 regoff_t *ends);
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dxregex2.h506 regoff_t *ends);

Completed in 182 milliseconds

123456