Searched refs:pos1 (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dtext.cpp108 std::string::size_type pos1 = str.find_first_not_of(" \t"); local
111 if (pos1 == std::string::npos && pos2 == std::string::npos)
113 else if (pos1 == std::string::npos)
116 return str.substr(pos1);
118 return str.substr(pos1, pos2 - pos1 + 1);
/freebsd-11-stable/contrib/gperf/src/
H A Dpositions.h54 Positions (int pos1);
55 Positions (int pos1, int pos2);
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c198 char *pos1; local
215 pos1 = xstrdup(mkpos(&def1->s_pos));
217 msg(3, hte->h_name, pos1, mkpos(&sym->s_pos));
218 free(pos1);
235 char *pos1; local
270 pos1 = xstrdup(mkpos(&def->s_pos));
273 pos1, mkpos(&call->f_pos));
274 free(pos1);
279 pos1 = xstrdup(mkpos(&def->s_pos));
281 msg(4, hte->h_name, pos1, mkpo
299 char *pos1; local
338 char *pos1; local
447 char *pos1; local
1100 char *pos1; local
[all...]
H A Dread.c354 char c, *ep, *pos1; local
448 pos1 = xstrdup(mkpos(&renamehte->h_syms->s_pos));
450 msg(18, name, pos1, mkpos(&sym.s_pos));
451 free(pos1);
/freebsd-11-stable/contrib/libreadline/
H A Dmbutil.c235 _rl_compare_chars (buf1, pos1, ps1, buf2, pos2, ps2)
237 int pos1;
245 if ((w1 = _rl_get_char_len (&buf1[pos1], ps1)) <= 0 ||
248 (buf1[pos1] != buf2[pos2]))
252 if (buf1[pos1+i] != buf2[pos2+i])
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dbitmap.h150 extern int bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2,
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c749 char *pos1, *pos2; local
755 pos1 = sort_malloc((size1 + 1) * sizeof(char));
757 strncpy(pos1, s, size1);
758 pos1[size1] = '\0';
760 ret = parse_pos(pos1, ks, mef_flags, false);
762 sort_free(pos1);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h610 bsel_pos.s.pos1 = val & 0x7f;
702 ptr += (bsel_pos.s.pos1 >> 3);
703 bit_loc = 7 - (bsel_pos.s.pos1 & 0x3);
H A Dcvmx-pip-defs.h1295 uint64_t pos1 : 7; /**< Bit position for the 2nd bit from 128 bit segment member in struct:cvmx_pip_bsel_ext_posx::cvmx_pip_bsel_ext_posx_s
1305 uint64_t pos1 : 7;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drs600.c71 u32 pos1, pos2; local
73 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]);
76 if (pos1 != pos2)
H A Devergreen.c127 u32 pos1, pos2; local
129 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]);
132 if (pos1 != pos2)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h987 #define __sanitizer_syscall_pre_pread64(fd, buf, count, pos0, pos1) \
989 (long)(pos0), (long)(pos1))
990 #define __sanitizer_syscall_post_pread64(res, fd, buf, count, pos0, pos1) \
993 (long)(pos1))
994 #define __sanitizer_syscall_pre_pwrite64(fd, buf, count, pos0, pos1) \
996 (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1))
997 #define __sanitizer_syscall_post_pwrite64(res, fd, buf, count, pos0, pos1) \
999 res, (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1))
2559 long pos0, long pos1);
2561 long count, long pos0, long pos1);
[all...]
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h451 char pos1_l_[PADL_(uint32_t)]; uint32_t pos1; char pos1_r_[PADR_(uint32_t)]; member in struct:freebsd32_mmap_args
494 char pos1_l_[PADL_(uint32_t)]; uint32_t pos1; char pos1_r_[PADR_(uint32_t)]; member in struct:freebsd32_mmap_args
1020 char pos1_l_[PADL_(uint32_t)]; uint32_t pos1; char pos1_r_[PADR_(uint32_t)]; member in struct:freebsd6_freebsd32_mmap_args
H A Dfreebsd32_systrace_args.c2547 uarg[6] = p->pos1; /* uint32_t */
2614 uarg[5] = p->pos1; /* uint32_t */

Completed in 360 milliseconds