/freebsd/contrib/libpcap/ |
H A D | pcap-util.c | 251 * "offset" is the offset *past* the field we're swapping; in swap_linux_usb_header() 260 offset += 8; /* skip past id */ in swap_linux_usb_header() 265 offset += 4; /* skip past various 1-byte fields */ in swap_linux_usb_header() 267 offset += 2; /* skip past bus_id */ in swap_linux_usb_header() 272 offset += 2; /* skip past various 1-byte fields */ in swap_linux_usb_header() 274 offset += 8; /* skip past ts_sec */ in swap_linux_usb_header() 279 offset += 4; /* skip past ts_usec */ in swap_linux_usb_header() 284 offset += 4; /* skip past status */ in swap_linux_usb_header() 289 offset += 4; /* skip past urb_len */ in swap_linux_usb_header() 294 offset += 4; /* skip past data_len */ in swap_linux_usb_header() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | cpack.c | 105 /* Move pointer past the uint64_t. */ in nd_cpack_uint64() 121 /* Move pointer past the int64_t. */ in nd_cpack_int64() 137 /* Move pointer past the uint32_t. */ in nd_cpack_uint32() 153 /* Move pointer past the int32_t. */ in nd_cpack_int32() 169 /* Move pointer past the uint16_t. */ in nd_cpack_uint16() 185 /* Move pointer past the int16_t. */ in nd_cpack_int16() 200 /* Move pointer past the uint8_t. */ in nd_cpack_uint8() 215 /* Move pointer past the int8_t. */ in nd_cpack_int8()
|
H A D | netdissect.c | 176 * given a pointer into the packet and a length past that point in 209 * be past snapend.) in nd_push_snaplen() 219 /* Snapend isn't past the previous snapend */ in nd_push_snaplen() 229 * given a pointer into the packet and a length past that point in 239 * option in IPv6. It must not increase it past the snapshot length 265 * be past snapend.) in nd_change_snaplen() 275 /* Snapend isn't past the previous snapend */ in nd_change_snaplen()
|
H A D | print-resp.c | 79 * or go past the end of the captured data. 80 * If we exceed or go past the end of the captured data, 106 * or go past the end of the captured data. 107 * If we exceed or go past the end of the captured data, 123 * If we exceed '_len' or go past the end of the captured data, 292 * bp now prints past the (+-;) opcode, so it's pointing to the first in resp_print_string_error_integer() 340 * Find the \r\n at the end of the string and skip past it. in resp_print_bulk_string() 418 * Skip forward past any leading \r, \n, or \r\n. in resp_print_inline() 436 * Skip forward past the \r, \n, or \r\n. in resp_print_inline()
|
H A D | smbutil.c | 135 * we run past the end of the buffer 145 return(-1); /* name goes past the end of the buffer */ in name_interpret() 157 return(-1); /* name goes past the end of the buffer */ in name_interpret() 189 return(NULL); /* name goes past the end of the buffer */ in name_ptr() 199 return(NULL); /* name goes past the end of the buffer */ in name_ptr() 207 return(NULL); /* name goes past the end of the buffer */ in name_ptr() 213 return(NULL); /* name goes past the end of the buffer */ in name_ptr() 225 return(-1); /* error (probably name going past end of buffer) */ in name_extract() 242 return(-1); /* name goes past the end of the buffer */ in name_len() 248 return(-1); /* name goes past the end of the buffer */ in name_len() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | counted_iterator.h | 108 _LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(__count_ > 0, "Iterator is equal to or past end."); 115 _LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(__count_ > 0, "Iterator is equal to or past end."); 126 _LIBCPP_ASSERT_UNCATEGORIZED(__count_ > 0, "Iterator already at or past end."); 133 _LIBCPP_ASSERT_UNCATEGORIZED(__count_ > 0, "Iterator already at or past end."); 150 _LIBCPP_ASSERT_UNCATEGORIZED(__count_ > 0, "Iterator already at or past end."); 188 _LIBCPP_ASSERT_UNCATEGORIZED(__n <= __count_, "Cannot advance iterator past end."); 256 … _LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(__i.__count_ > 0, "Iterator must not be past end of range."); 265 __x.__count_ > 0 && __y.__count_ > 0, "Iterators must not be past end of range.");
|
H A D | bounded_iter.h | 63 // Such an iterator points past the end of an empty span, so it is not dereferenceable. 123 … __begin_ - __current_, "__bounded_iter::operator[]: Attempt to index an iterator past the start"); 125 …_end_ - __current_, "__bounded_iter::operator[]: Attempt to index an iterator at or past the end"); 134 … __current_ != __end_, "__bounded_iter::operator++: Attempt to advance an iterator past the end"); 146 …__current_ != __begin_, "__bounded_iter::operator--: Attempt to rewind an iterator past the start"… 158 …__begin_ - __current_, "__bounded_iter::operator+=: Attempt to rewind an iterator past the start"); 160 …<= __end_ - __current_, "__bounded_iter::operator+=: Attempt to advance an iterator past the end"); 179 …__current_ - __begin_, "__bounded_iter::operator-=: Attempt to rewind an iterator past the start"); 181 …>= __current_ - __end_, "__bounded_iter::operator-=: Attempt to advance an iterator past the end");
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 72 // Don't read before the beginning or past the end of the file in getStruct() 85 // Don't read before the beginning or past the end of the file in getStructOrErr() 197 " extends past end of file"); in getLoadCommandInfo() 211 return malformedError("load command 0 extends past the end all load " in getFirstLoadCommandInfo() 226 " extends past the end all load commands in the file"); in getNextLoadCommandInfo() 234 Err = malformedError("the mach header extends past the end of the " in parseHeader() 317 " extends past the end of the file"); in parseSegmentLoadCommand() 325 " not past the headers of the file"); in parseSegmentLoadCommand() 336 " extends past the end of the file"); in parseSegmentLoadCommand() 372 " extends past the end of the file"); in parseSegmentLoadCommand() [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/asm-arm/sha2/ |
H A D | sha512-armv7.S | 517 vadd.i64 d16,d30 @ h+=Maj from the past 554 vadd.i64 d23,d30 @ h+=Maj from the past 591 vadd.i64 d22,d30 @ h+=Maj from the past 628 vadd.i64 d21,d30 @ h+=Maj from the past 665 vadd.i64 d20,d30 @ h+=Maj from the past 702 vadd.i64 d19,d30 @ h+=Maj from the past 739 vadd.i64 d18,d30 @ h+=Maj from the past 776 vadd.i64 d17,d30 @ h+=Maj from the past 813 vadd.i64 d16,d30 @ h+=Maj from the past 850 vadd.i64 d23,d30 @ h+=Maj from the past [all …]
|
H A D | sha256-armv7.S | 92 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 99 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 150 add r11,r11,r3 @ h+=Maj(a,b,c) from the past 157 add r11,r11,r3 @ h+=Maj(a,b,c) from the past 208 add r10,r10,r12 @ h+=Maj(a,b,c) from the past 215 add r10,r10,r12 @ h+=Maj(a,b,c) from the past 266 add r9,r9,r3 @ h+=Maj(a,b,c) from the past 273 add r9,r9,r3 @ h+=Maj(a,b,c) from the past 324 add r8,r8,r12 @ h+=Maj(a,b,c) from the past 331 add r8,r8,r12 @ h+=Maj(a,b,c) from the past [all …]
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | sha512-armv4.S | 562 vadd.i64 d16,d30 @ h+=Maj from the past 599 vadd.i64 d23,d30 @ h+=Maj from the past 636 vadd.i64 d22,d30 @ h+=Maj from the past 673 vadd.i64 d21,d30 @ h+=Maj from the past 710 vadd.i64 d20,d30 @ h+=Maj from the past 747 vadd.i64 d19,d30 @ h+=Maj from the past 784 vadd.i64 d18,d30 @ h+=Maj from the past 821 vadd.i64 d17,d30 @ h+=Maj from the past 858 vadd.i64 d16,d30 @ h+=Maj from the past 895 vadd.i64 d23,d30 @ h+=Maj from the past [all …]
|
H A D | sha256-armv4.S | 137 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 144 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 195 add r11,r11,r3 @ h+=Maj(a,b,c) from the past 202 add r11,r11,r3 @ h+=Maj(a,b,c) from the past 253 add r10,r10,r12 @ h+=Maj(a,b,c) from the past 260 add r10,r10,r12 @ h+=Maj(a,b,c) from the past 311 add r9,r9,r3 @ h+=Maj(a,b,c) from the past 318 add r9,r9,r3 @ h+=Maj(a,b,c) from the past 369 add r8,r8,r12 @ h+=Maj(a,b,c) from the past 376 add r8,r8,r12 @ h+=Maj(a,b,c) from the past [all …]
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 18 Changes to past timestamps 92 Changes to past timestamps 121 Changes to past tm_isdst flags 206 zic no longer pretends to support indefinite-past DST. 221 Changes to past timestamps 235 DST rules that extend into the indefinite past - although these 290 Changes to past and future timestamps 299 Changes to past tm_isdst flags 375 Changes to past and future timestamps 424 Changes to past timestamp [all...] |
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | sdp.c | 58 * limit is the first address past the end of valid data. 82 * limit is the first address past the end of valid data. 132 * limit is the first address past the end of valid data. 184 * limit is the first address past the end of valid data.
|
/freebsd/contrib/tzcode/ |
H A D | NEWS | 14 Changes to past timestamps 43 Changes to past tm_isdst flags 128 zic no longer pretends to support indefinite-past DST. 143 Changes to past timestamps 157 DST rules that extend into the indefinite past - although these 212 Changes to past and future timestamps 221 Changes to past tm_isdst flags 297 Changes to past and future timestamps 346 Changes to past timestamps 353 Changes to past tim [all...] |
/freebsd/contrib/diff/ |
H A D | AUTHORS | 94 Assigns past and future changes. 98 Assigns past and future changes to manual. 102 Assigns past and future works (work for hire by Tim Pierce (diffutils) and
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMOptimizeBarriersPass.cpp | 39 // Returns whether the instruction can safely move past a DMB instruction 64 // that cannot move past a DMB in runOnMachineFunction() 84 // If we find an instruction unable to pass past a DMB, a next DMB is in runOnMachineFunction()
|
/freebsd/contrib/nvi/vi/ |
H A D | v_util.c | 46 msgq(sp, M_BERR, "195|Movement past the end-of-file"); in v_eof() 69 msgq(sp, M_BERR, "196|Movement past the end-of-line"); in v_eol() 97 msgq(sp, M_BERR, "199|Movement past the beginning of the file"); in v_sof()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 128 /// Constructor for an iterator past the last iteration: both instruction 167 /// Constructor for an iterator past the last iteration. 175 /// Returns an iterator past the last iteration. 188 /// Constructor for an iterator past the last iteration. 197 /// Returns an iterator past the last iteration.
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | AttrIterator.h | 40 /// operation is acting on what should be a past-the-end iterator, 42 /// past-the-end iterator when we move to a past-the-end position.
|
/freebsd/share/doc/usd/13.viref/ |
H A D | vi.cmd.roff | 417 It is an error if the movement is past the beginning of the file. 448 It is an error if the movement is past the end of the file. 462 It is an error if the movement is past the end of the file. 488 It is an error if the movement is past the end of the file. 553 It is an error if the movement is past the end of the file. 593 It is an error if the movement is past the end of the file. 619 It is an error if the movement is past the beginning of the file. 673 It is an error if the movement is past the beginning of the file. 699 It is an error if the movement is past the beginning of the file. 1257 It is an error if the movement is past the beginning of the file. [all …]
|
/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/ |
H A D | t_dlerror-cleared.c | 42 "error set by dlopen persists past a successful dlopen call"); in ATF_TC_HEAD() 51 * Test that an error set by dlopen() persists past a successful in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_cond.c | 319 * Set to one second in the past: in pthread_cond_timedwait_func() 454 printf("unthreaded test (past)\n"); in ATF_TC_BODY() 456 tv.tv_sec -= 2; /* Place the time in the past */ in ATF_TC_BODY() 461 "past"); in ATF_TC_BODY() 478 tv.tv_sec -= 2; /* Place the time in the past */ in ATF_TC_BODY() 482 &ts), ETIMEDOUT, "pthread_cond_timedwait() (threaded) in the past"); in ATF_TC_BODY()
|
/freebsd/lib/libc/stdtime/ |
H A D | time32.c | 41 * past 2038. 51 * as 32 bits we simply sign-extend and do not support times past 2038.
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_util.c | 572 * time (s past UTC midnight) 616 * time (s past midnight) 656 * time (s past midnight) 713 * time (s past midnight) 786 * time (s past midnight) 831 * time (s past midnight) 863 * time (s past midnight) 902 * time (s past midnight)
|