Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/hyperv/utilities/
Dunicode.h49 size_t spos, dpos; in utf8_to_utf16() local
57 spos = dpos = 0; in utf8_to_utf16()
58 while (spos<src_len) { in utf8_to_utf16()
59 if (s[spos] < 0x80) in utf8_to_utf16()
60 c = s[spos++]; in utf8_to_utf16()
62 && (spos >= src_len || !IS_CONT(s[spos+1])) in utf8_to_utf16()
63 && s[spos]>=0xa0) { in utf8_to_utf16()
65 c = s[spos++]; in utf8_to_utf16()
67 else if (s[spos] < 0xc0 || s[spos] >= 0xf5) { in utf8_to_utf16()
71 spos++; in utf8_to_utf16()
[all …]
/freebsd-10-stable/libexec/revnetgroup/
Dparse_netgroup.c175 char *spos, *epos; in parse_netgrp() local
222 if ((spos = strsep(&gpos, ","))) { in parse_netgrp()
226 while (*spos == ' ' || *spos == '\t') in parse_netgrp()
227 spos++; in parse_netgrp()
228 if ((epos = strpbrk(spos, " \t"))) { in parse_netgrp()
230 len = epos - spos; in parse_netgrp()
232 len = strlen(spos); in parse_netgrp()
236 bcopy(spos, grp->ng_str[strpos], in parse_netgrp()
266 spos = strsep(&pos, ", \t"); in parse_netgrp()
267 if (parse_netgrp(spos)) in parse_netgrp()
[all …]
/freebsd-10-stable/lib/libc/gen/
Dgetnetgrent.c421 char *epos, *gpos, *pos, *spos; local
465 if ((spos = strsep(&gpos, ",")) == NULL) {
478 while (*spos == ' ' || *spos == '\t')
479 spos++;
480 if ((epos = strpbrk(spos, " \t"))) {
482 len = epos - spos;
484 len = strlen(spos);
495 bcopy(spos, ng[strpos], len + 1);
518 spos = strsep(&pos, ", \t");
519 if (parse_netgrp(spos))
[all …]
/freebsd-10-stable/contrib/less/
Dsearch.c1547 prep_hilite(spos, epos, maxlines) in prep_hilite() argument
1548 POSITION spos; in prep_hilite()
1572 spos = back_raw_line(spos+1, (char **)NULL, (int *)NULL);
1582 max_epos = spos;
1595 spos > prep_endpos)
1605 nprep_startpos = spos;
1633 if (spos < prep_startpos)
1640 if (spos < SEARCH_MORE)
1641 spos = 0;
1643 spos -= SEARCH_MORE;
[all …]
Dlsystem.c287 pipe_data(cmd, spos, epos) in pipe_data() argument
289 POSITION spos;
302 if (ch_seek(spos) != 0)
330 while (epos == NULL_POSITION || spos++ <= epos)
Dfilename.c509 off_t spos; local
511 spos = lseek(f, (off_t)0, SEEK_END);
512 if (spos == BAD_LSEEK)
514 return ((POSITION) spos);
Dfuncs.h201 public int pipe_data LESSPARAMS ((char *cmd, POSITION spos, POSITION epos));
293 public void prep_hilite LESSPARAMS ((POSITION spos, POSITION epos, int maxlines));
/freebsd-10-stable/contrib/wpa/src/p2p/
Dp2p_group.c456 const u8 *spos; in p2p_build_client_info() local
476 spos = msg.p2p_device_info; /* P2P Device address */ in p2p_build_client_info()
482 wpabuf_put_data(buf, spos, ETH_ALEN); in p2p_build_client_info()
492 wpabuf_put_data(buf, spos + ETH_ALEN, in p2p_build_client_info()
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Dp2p_supplicant.c1264 u8 **spos, const u8 *end) in p2p_sd_dns_uncompress_label() argument
1266 while (*spos < end) { in p2p_sd_dns_uncompress_label()
1267 u8 val = ((*spos)[0] & 0xc0) >> 6; in p2p_sd_dns_uncompress_label()
1282 if (*spos + 2 > end) { in p2p_sd_dns_uncompress_label()
1288 offset = (((*spos)[0] & 0x3f) << 8) | (*spos)[1]; in p2p_sd_dns_uncompress_label()
1289 if (offset >= *spos - start) { in p2p_sd_dns_uncompress_label()
1295 (*spos) += 2; in p2p_sd_dns_uncompress_label()
1299 *spos - 2); in p2p_sd_dns_uncompress_label()
1303 len = (*spos)[0] & 0x3f; in p2p_sd_dns_uncompress_label()
1307 (*spos)++; in p2p_sd_dns_uncompress_label()
[all …]
/freebsd-10-stable/usr.bin/ee/nls/pl_PL.ISO8859-2/
Dee.msg90 80 "spos�b u�ycia: %s [-i] [-e] [-h] [+numer_wiersza] [plik(i)]\n"