/freebsd/contrib/atf/atf-c++/detail/ |
H A D | text.cpp | 108 std::string::size_type pos1 = str.find_first_not_of(" \t"); in trim() local 111 if (pos1 == std::string::npos && pos2 == std::string::npos) in trim() 113 else if (pos1 == std::string::npos) in trim() 116 return str.substr(pos1); in trim() 118 return str.substr(pos1, pos2 - pos1 + 1); in trim()
|
/freebsd/usr.bin/sort/ |
H A D | sort.c | 743 char *pos1, *pos2; in parse_k() local 749 pos1 = sort_malloc((size1 + 1) * sizeof(char)); in parse_k() 751 strncpy(pos1, s, size1); in parse_k() 752 pos1[size1] = '\0'; in parse_k() 754 ret = parse_pos(pos1, ks, mef_flags, false); in parse_k() 756 sort_free(pos1); in parse_k()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 153 auto pos1 = vec1.begin(); in GetOverlaps() local 157 while (pos1 != end1 && pos2 != end2) { in GetOverlaps() 158 Entry entry = pos1->Intersect(*pos2); in GetOverlaps() 161 if (pos1->GetRangeEnd() < pos2->GetRangeEnd()) in GetOverlaps() 162 ++pos1; in GetOverlaps()
|
/freebsd/sys/vm/ |
H A D | vm_reserv.c | 947 int pos, pos0, pos1; in vm_reserv_break() local 959 pos1 = -1 - pos0; in vm_reserv_break() 963 pos1 < pos0, &pos); in vm_reserv_break() 966 if (pos0 < pos1) { in vm_reserv_break() 971 pos1 = pos; in vm_reserv_break() 974 pos1 - pos0); in vm_reserv_break()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface.c | 11598 char *pos1, *pos; in wpas_ctrl_iface_configure_scs() local 11626 pos1 = os_strstr(cmd, "scs_id="); in wpas_ctrl_iface_configure_scs() 11627 if (!pos1) { in wpas_ctrl_iface_configure_scs() 11634 while (pos1) { in wpas_ctrl_iface_configure_scs() 11642 desc_elem.scs_id = atoi(pos1 + 7); in wpas_ctrl_iface_configure_scs() 11643 pos1 += 7; in wpas_ctrl_iface_configure_scs() 11645 next_scs_desc = os_strstr(pos1, "scs_id="); in wpas_ctrl_iface_configure_scs() 11657 pos1[next_scs_desc - pos1 - 1] = '\0'; in wpas_ctrl_iface_configure_scs() 11668 if (os_strstr(pos1, "add ")) { in wpas_ctrl_iface_configure_scs() 11675 } else if (os_strstr(pos1, "remove")) { in wpas_ctrl_iface_configure_scs() [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | bitmap.h | 150 extern int bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2,
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 987 #define __sanitizer_syscall_pre_pread64(fd, buf, count, pos0, pos1) \ argument 989 (long)(pos0), (long)(pos1)) 990 #define __sanitizer_syscall_post_pread64(res, fd, buf, count, pos0, pos1) \ argument 992 res, (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1)) 993 #define __sanitizer_syscall_pre_pwrite64(fd, buf, count, pos0, pos1) \ argument 995 (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1)) 996 #define __sanitizer_syscall_post_pwrite64(res, fd, buf, count, pos0, pos1) \ argument 998 res, (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1)) 2575 long pos0, long pos1); 2577 long count, long pos0, long pos1); [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | string_view | 134 constexpr int compare(size_type pos1, size_type n1, basic_string_view s) const; 135 constexpr int compare(size_type pos1, size_type n1, 138 constexpr int compare(size_type pos1, size_type n1, const charT* s) const; 139 constexpr int compare(size_type pos1, size_type n1,
|
H A D | string | 234 …basic_string& insert(size_type pos1, const basic_string& str); // con… 236 …basic_string& insert(size_type pos1, const T& t); // constex… 237 basic_string& insert(size_type pos1, const basic_string& str, 240 …basic_string& insert(size_type pos1, const T& t, size_type pos2, size_type n); // C++17, … 256 …basic_string& replace(size_type pos1, size_type n1, const basic_string& str); // con… 258 …basic_string& replace(size_type pos1, size_type n1, const T& t); // C++… 259 basic_string& replace(size_type pos1, size_type n1, const basic_string& str, 262 basic_string& replace(size_type pos1, size_type n1, const T& t, 338 …int compare(size_type pos1, size_type n1, const basic_string& str) const; // con… 340 …int compare(size_type pos1, size_type n1, const T& t) const; // C++17, … [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1767 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos0, long pos1) {} 1770 (long res, long fd, void *buf, long count, long pos0, long pos1) { 1778 (long fd, const void *buf, long count, long pos0, long pos1) { 1784 (long res, long fd, const void *buf, long count, long pos0, long pos1) {}
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_proto.h | 442 char pos1_l_[PADL_(uint32_t)]; uint32_t pos1; char pos1_r_[PADR_(uint32_t)]; member 984 char pos1_l_[PADL_(uint32_t)]; uint32_t pos1; char pos1_r_[PADR_(uint32_t)]; member
|
H A D | freebsd32_systrace_args.c | 2389 uarg[a++] = p->pos1; /* uint32_t */ in systrace_args()
|