| /src/lib/libcurses/ |
| inchstr.c | 138 int epos; local 149 epos = win->maxx - 1; 152 epos = win->curx + n -1 - 1; 153 end = &win->alines[win->cury]->line[epos];
|
| instr.c | 140 int epos, sn; local 149 epos = win->maxx - 1; 153 epos = win->curx + n - 1 - 1; 156 end = &win->alines[win->cury]->line[epos];
|
| /src/external/bsd/zstd/dist/contrib/gen_html/ |
| gen_html.cpp | 32 size_t spos, epos; local 35 epos = s.find("*/"); 36 s = s.substr(spos+3, epos-(spos+3)); 45 size_t epos; local 52 epos = line.find(terminator); 53 if (!terminator.empty() && epos!=string::npos) {
|
| /src/external/bsd/less/dist/ |
| search.c | 297 POSITION epos; local 319 epos = position(sindex+1); 321 (epos == NULL_POSITION || epos > old_start_attnpos)) 490 static int hilited_range_attr(POSITION pos, POSITION epos) 495 if (epos != NULL_POSITION && epos <= n->r.hl_startpos) 562 public int is_hilited_attr(POSITION pos, POSITION epos, int nohide, int *p_matches) 572 (epos == NULL_POSITION || epos >= start_attnpos) [all...] |
| lsystem.c | 282 * Feed it the file contents between the positions spos and epos. 284 public int pipe_data(char *cmd, POSITION spos, POSITION epos) 323 while (epos == NULL_POSITION || spos++ <= epos)
|
| funcs.h | 239 public int pipe_data(char *cmd, POSITION spos, POSITION epos); 353 public int is_hilited_attr(POSITION pos, POSITION epos, int nohide, int *p_matches); 357 public void prep_hilite(POSITION spos, POSITION epos, int maxlines);
|
| /src/usr.sbin/ypserv/revnetgroup/ |
| parse_netgroup.c | 179 char *spos, *epos; local 232 if ((epos = strpbrk(spos, " \t"))) { 233 *epos = '\0'; 234 len = epos - spos;
|
| /src/external/bsd/libbind/dist/irs/ |
| lcl_ng.c | 277 char *spos, *epos; local 316 if ((epos = strpbrk(spos, " \t"))) { 317 *epos = '\0'; 318 len = epos - spos;
|
| /src/external/bsd/ntp/dist/libntp/ |
| snprintf.c | 1113 int epos = 0; local 1278 epos = convert(exponent, econvert, 2, 10, 0); 1284 if (epos == 1) 1285 econvert[epos++] = '0'; 1286 econvert[epos++] = esign; 1287 econvert[epos++] = (flags & PRINT_F_UP) ? 'E' : 'e'; 1319 - epos /* Number of exponent characters. */ 1372 while (epos > 0) { /* Exponent. */ 1373 epos--; 1374 OUTCHAR(str, *len, size, econvert[epos]); [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| sae.c | 2058 const u8 *epos; local 2075 epos = *pos; 2076 epos++; /* skip IE type */ 2077 len = *epos++; /* IE length */ 2078 if (len > end - epos || len < 1) 2080 epos++; /* skip ext ID */ 2085 os_memcmp(sae->tmp->pw_id, epos, len) != 0)) { 2096 os_memcpy(sae->tmp->pw_id, epos, len); 2100 *pos = epos + len; 2108 const u8 *epos; local 2148 const u8 *epos; local [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| beacon.c | 699 u8 *epos; local 701 epos = pos + len; 717 pos = hostapd_eid_country(hapd, pos, epos - pos); 741 pos = hostapd_get_rsne(hapd, pos, epos - pos); 742 pos = hostapd_eid_bss_load(hapd, pos, epos - pos); 743 pos = hostapd_eid_mbssid(hapd, pos, epos, WLAN_FC_STYPE_PROBE_RESP, 0, 746 pos = hostapd_eid_rm_enabled_capab(hapd, pos, epos - pos); 747 pos = hostapd_get_mde(hapd, pos, epos - pos); 808 pos = hostapd_get_rsnxe(hapd, pos, epos - pos); 852 pos = hostapd_get_wpa_ie(hapd, pos, epos - pos) 976 u8 *epos; local [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ti/omap/ |
| Makefile | 124 am43x-epos-evm.dtb \
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_peap.c | 673 const u8 *epos; local 676 epos = eap_hdr_validate(EAP_VENDOR_MICROSOFT, 0x21, 678 if (epos) { 683 epos, eleft);
|
| /src/sys/dev/hid/ |
| hidkbd.c | 353 uint8_t *pos, *spos, *epos, xlat; 356 epos = spos + kbd->sc_nkeycode; 358 for (pos = spos; pos != epos; pos++) {
|
| /src/external/mpl/bind/dist/lib/dns/ |
| journal.c | 335 journal_pos_t epos; /*%< and after last transaction */ member in struct:dns_journal::__anon24078 1853 CHECK(journal_find(j, end_serial, &j->it.epos)); 1854 INSIST(j->it.epos.serial == end_serial); 1943 if (j->offset > j->it.epos.offset) { 1949 if (j->offset == j->it.epos.offset) {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| journal.c | 353 journal_pos_t epos; /*%< and after last transaction */ member in struct:dns_journal::__anon24323 1872 CHECK(journal_find(j, end_serial, &j->it.epos)); 1873 INSIST(j->it.epos.serial == end_serial); 1961 if (j->offset > j->it.epos.offset) { 1967 if (j->offset == j->it.epos.offset) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gengtype.cc | 358 struct fileloc epos; 370 epos.file = input_file_by_name (listname); 371 epos.line = 0; 379 epos.line++; 381 is_language = read_input_line (list, &here, &line, &epos); 392 error_at_line (&epos, "duplicate language tag [%s]", 416 error_at_line (&epos, 355 struct fileloc epos; local
|
| fold-const.cc | 8512 unsigned HOST_WIDE_INT bpos = 0, epos = 0; 8617 epos = fieldsize % BITS_PER_UNIT; 8703 if (fieldsize > 1 || epos == 0) 8706 mask[pos] &= (msk | ~((1 << epos) - 1)); 8716 if (fieldsize > 1 || epos == 0) 8720 | ((1 << (BITS_PER_UNIT - epos)) 8727 if (epos 8733 int msk = (1 << epos) - 1; 8742 int msk = (1 << (BITS_PER_UNIT - epos)) - 1; 8755 if (mask && (fieldsize > (bpos != 0) + (epos != 0)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype.cc | 358 struct fileloc epos; 370 epos.file = input_file_by_name (listname); 371 epos.line = 0; 379 epos.line++; 381 is_language = read_input_line (list, &here, &line, &epos); 392 error_at_line (&epos, "duplicate language tag [%s]", 416 error_at_line (&epos, 355 struct fileloc epos; local
|
| fold-const.cc | 8336 unsigned HOST_WIDE_INT bpos = 0, epos = 0; 8441 epos = fieldsize % BITS_PER_UNIT; 8520 if (fieldsize > 1 || epos == 0) 8523 mask[pos] &= (msk | ~((1 << epos) - 1)); 8533 if (fieldsize > 1 || epos == 0) 8537 | ((1 << (BITS_PER_UNIT - epos)) 8544 if (epos 8550 int msk = (1 << epos) - 1; 8559 int msk = (1 << (BITS_PER_UNIT - epos)) - 1; 8572 if (mask && (fieldsize > (bpos != 0) + (epos != 0)) [all...] |
| /src/external/bsd/wpa/dist/hostapd/ |
| config_file.c | 2265 const char *epos; local 2271 epos = os_strchr(pos2, '|'); 2272 if (epos) { 2273 tmp = os_malloc(epos - pos2 + 1); 2276 os_memcpy(tmp, pos2, epos - pos2); 2277 tmp[epos - pos2] = '\0';
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| simulator.c | 3251 int epos = e; local 3253 for (i = 0; i <= epos; i++) 3286 int epos = e; local 3288 for (i = 0; i <= epos; i++)
|
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| simulator.c | 3251 int epos = e; local 3253 for (i = 0; i <= epos; i++) 3286 int epos = e; local 3288 for (i = 0; i <= epos; i++)
|