Searched refs:spos (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/sys/dev/hyperv/utilities/
H A Dunicode.h49 size_t spos, dpos; local
57 spos = dpos = 0;
58 while (spos<src_len) {
59 if (s[spos] < 0x80)
60 c = s[spos++];
62 && (spos >= src_len || !IS_CONT(s[spos+1]))
63 && s[spos]>=0xa0) {
65 c = s[spos++];
67 else if (s[spos] <
148 uint16_t spos, dpos; local
[all...]
/freebsd-11.0-release/libexec/revnetgroup/
H A Dparse_netgroup.c175 char *spos, *epos; local
222 if ((spos = strsep(&gpos, ","))) {
226 while (*spos == ' ' || *spos == '\t')
227 spos++;
228 if ((epos = strpbrk(spos, " \t"))) {
230 len = epos - spos;
232 len = strlen(spos);
236 bcopy(spos, grp->ng_str[strpos],
266 spos
285 char *pos, *spos, *linep = NULL, *olinep = NULL; local
[all...]
/freebsd-11.0-release/contrib/less/
H A Dlsystem.c284 * Feed it the file contents between the positions spos and epos.
287 pipe_data(cmd, spos, epos)
289 POSITION spos;
302 if (ch_seek(spos) != 0)
330 while (epos == NULL_POSITION || spos++ <= epos)
H A Dsearch.c1527 * prep_hilite asks that the range (spos,epos) be covered by the prep region.
1530 prep_hilite(spos, epos, maxlines)
1531 POSITION spos;
1555 spos = back_raw_line(spos+1, (char **)NULL, (int *)NULL);
1565 max_epos = spos;
1572 * The range that we need to search (spos,epos); and the range that
1578 spos > prep_endpos)
1588 nprep_startpos = spos;
1616 if (spos < prep_startpo
[all...]
H A Dfilename.c518 off_t spos; local
520 spos = lseek(f, (off_t)0, SEEK_END);
521 if (spos == BAD_LSEEK)
523 return ((POSITION) spos);
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c33 u8 **spos, const u8 *end)
35 while (*spos < end) {
36 u8 val = ((*spos)[0] & 0xc0) >> 6;
51 if (*spos + 2 > end) {
57 offset = (((*spos)[0] & 0x3f) << 8) | (*spos)[1];
58 if (offset >= *spos - start) {
64 (*spos) += 2;
68 *spos - 2);
72 len = (*spos)[
32 p2p_sd_dns_uncompress_label(char **upos, char *uend, u8 *start, u8 **spos, const u8 *end) argument
108 u8 *tmp, *end, *spos; local
[all...]
/freebsd-11.0-release/lib/libc/gen/
H A Dgetnetgrent.c679 char *epos, *gpos, *pos, *spos; local
723 if ((spos = strsep(&gpos, ",")) == NULL) {
736 while (*spos == ' ' || *spos == '\t')
737 spos++;
738 if ((epos = strpbrk(spos, " \t"))) {
740 len = epos - spos;
742 len = strlen(spos);
753 bcopy(spos, ng[strpos], len + 1);
776 spos
795 char *linep, *olinep, *pos, *spos; local
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc409 const char *spos = internal_strstr(str, templ); local
410 str = spos + internal_strlen(templ);
414 if (!spos)
416 if (start && spos != str0)
/freebsd-11.0-release/contrib/wpa/src/p2p/
H A Dp2p_group.c523 const u8 *spos; local
543 spos = msg.p2p_device_info; /* P2P Device address */
549 wpabuf_put_data(buf, spos, ETH_ALEN);
559 wpabuf_put_data(buf, spos + ETH_ALEN,
/freebsd-11.0-release/contrib/mdocml/
H A Droff.c1526 int spos; /* saved parse point for messages */ local
1598 spos = pos;
1605 ln, pos, buf->buf + spos);

Completed in 106 milliseconds