Searched refs:spos (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/dev/hyperv/utilities/ |
| D | unicode.h | 49 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/ |
| D | parse_netgroup.c | 175 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/ |
| D | getnetgrent.c | 421 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/ |
| D | search.c | 1547 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 …]
|
| D | lsystem.c | 287 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)
|
| D | filename.c | 509 off_t spos; local 511 spos = lseek(f, (off_t)0, SEEK_END); 512 if (spos == BAD_LSEEK) 514 return ((POSITION) spos);
|
| D | funcs.h | 201 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/ |
| D | p2p_group.c | 456 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/ |
| D | p2p_supplicant.c | 1264 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/ |
| D | ee.msg | 90 80 "spos�b u�ycia: %s [-i] [-e] [-h] [+numer_wiersza] [plik(i)]\n"
|