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

/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dtext.cpp112 std::string::size_type pos1 = str.find_first_not_of(" \t"); local
115 if (pos1 == std::string::npos && pos2 == std::string::npos)
117 else if (pos1 == std::string::npos)
120 return str.substr(pos1);
122 return str.substr(pos1, pos2 - pos1 + 1);
/freebsd-10.1-release/contrib/gperf/src/
H A Dpositions.h54 Positions (int pos1);
55 Positions (int pos1, int pos2);
H A Dpositions.icc39 Positions::Positions (int pos1)
43 _positions[0] = pos1;
47 Positions::Positions (int pos1, int pos2)
51 _positions[0] = pos1;
/freebsd-10.1-release/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.c353 char c, *ep, *pos1; local
449 pos1 = xstrdup(mkpos(&renamehte->h_syms->s_pos));
451 msg(18, name, pos1, mkpos(&sym.s_pos));
452 free(pos1);
/freebsd-10.1-release/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-10.1-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dbitmap.h149 extern int bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2,
/freebsd-10.1-release/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-10.1-release/contrib/texinfo/util/
H A Dtexindex.c137 long int length1, long int pos1, char *start2,
584 compare_general (char *str1, char *str2, long int pos1, long int pos2, int use_keyfields)
597 int tem = compare_field (&keyfields[i], start1, length1, pos1,
798 long int pos1, char *start2, long int length2, long int pos2)
802 if (pos1 > pos2)
580 compare_general(char *str1, char *str2, long int pos1, long int pos2, int use_keyfields) argument
793 compare_field(struct keyfield *keyfield, char *start1, long int length1, long int pos1, char *start2, long int length2, long int pos2) argument
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h610 bsel_pos.s.pos1 = val & 0x7f;
701 ptr += (bsel_pos.s.pos1 >> 3);
702 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-10.1-release/contrib/texinfo/makeinfo/
H A Dnode.c618 long pos1 = 0;
632 pos1 = ftell (output_stream);
637 epilogue_len = ftell (output_stream) - pos1;
614 long pos1 = 0; local
/freebsd-10.1-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h456 char pos1_l_[PADL_(uint32_t)]; uint32_t pos1; char pos1_r_[PADR_(uint32_t)]; member in struct:freebsd32_mmap_args
499 char pos1_l_[PADL_(uint32_t)]; uint32_t pos1; char pos1_r_[PADR_(uint32_t)]; member in struct:freebsd32_mmap_args
1013 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_misc.c599 ap.pos1 = uap->pos1;
H A Dfreebsd32_systrace_args.c2580 uarg[6] = p->pos1; /* uint32_t */
2647 uarg[5] = p->pos1; /* uint32_t */

Completed in 238 milliseconds