HomeSort by: relevance | last modified time | path
    Searched defs:curpos (Results 1 - 22 of 22) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_scanner.h 104 struct LCPOS curpos; /* current scan position */ member in struct:FILE_INFO
  /src/usr.sbin/makefs/cd9660/
cd9660_write.c 391 off_t curpos; local
394 curpos = ftello(fd);
401 if (fseeko(fd, curpos, SEEK_SET) == -1)
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 96 unsigned curpos; member in class:llvm::NVPTXAsmPrinter::AggBuffer
104 curpos = 0;
110 assert((curpos + Num) <= size);
111 assert((curpos + Bytes) <= size);
113 buffer[curpos] = Ptr[i];
114 curpos++;
117 buffer[curpos] = 0;
118 curpos++;
120 return curpos;
124 assert((curpos + Num) <= size)
    [all...]
  /src/external/bsd/atf/dist/atf-c/detail/
text_test.c 111 int curpos; member in struct:fail_at
121 if (fa->failpos == fa->curpos)
124 fa->curpos++;
177 fa.curpos = 0;
182 ATF_REQUIRE(fa.curpos == 3);
  /src/sys/dev/ic/
bt485.c 96 struct wsdisplay_curpos curpos; /* current cursor position */ member in struct:bt485data
243 data->curpos.x = data->curpos.y = 0; /* right now at 0,0 */
362 data->curpos = cursorp->pos;
408 cursorp->pos = data->curpos; /* DOPOS */
448 data->curpos = *curposp;
459 *curposp = data->curpos;
574 x = data->curpos.x + CURSOR_MAX_SIZE - data->curhot.x;
575 y = data->curpos.y + CURSOR_MAX_SIZE - data->curhot.y;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
hw.h 350 uint32_t curpos = NVReadRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS); local
351 NVWriteRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS, curpos);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
keytab_file.c 444 off_t pos, curpos; local
472 curpos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
473 if(len + 4 + pos - curpos >= 4) {
479 if(len + 4 + pos - curpos >= 8) {
  /src/external/mpl/dhcp/dist/omapip/
trace.c 521 fpos_t curpos; local
525 status = fgetpos(traceinfile, &curpos);
579 log_error("no curpos for fsetpos in "
584 status = fsetpos(traceinfile, &curpos);
601 status = fsetpos (traceinfile, &curpos);
674 fpos_t curpos; local
685 status = fgetpos (traceinfile, &curpos);
712 status = fsetpos (traceinfile, &curpos);
  /src/bin/sh/
histedit.c 82 static int curpos; variable
929 * Comparator function for qsort(). The use of curpos here is to skip
935 return strcmp(*(char *const *)a + curpos,
936 *(char *const *)b + curpos);
954 curpos = end - start;
971 if (strncmp(entry->d_name, text, curpos) != 0)
1009 if (strcmp(matches[j] + curpos, matches[k] + curpos)
  /src/sbin/cgdconfig/
params.c 938 print_kvpair_b64(FILE *f, int curpos, int ts, const char *key, bits_t *val)
955 curpos += ts + strlen(key) + 1;
956 ts = curpos;
958 for (i=0, pos=curpos; i < len; i++, pos++) {
993 int curpos = 0; local
998 curpos += strlen("keygen ");
1002 curpos += strlen("storedkey ");
1003 print_kvpair_b64(f, curpos, 0, "key", kg->kg_key);
  /src/bin/ksh/
history.c 72 static int curpos; /* current index in history[] */ variable
482 return curpos;
493 curpos = last;
497 curpos = n;
  /src/sys/dev/tc/
xcfb.c 659 set_curpos(struct xcfb_softc *sc, struct wsdisplay_curpos *curpos)
662 int x = curpos->x, y = curpos->y;
691 struct wsdisplay_curpos *curpos = &sc->sc_cursor.cc_pos; local
696 pos = (curpos->x & 0xfff) << 12 | (curpos->y & 0xfff);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 83 uint64_t curpos; /* current buffer and file offset */ member in struct:DataHandle
286 hndl->curpos = CUR_MAKE (0, 0, 0);
371 opos = hndl->curpos;
390 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos)
862 * The current position of the file is handled via hndl->curpos.
867 * - busy: a bit to lock access to hndl->curpos
876 * - acquire the hndl->curpos "busy" lock
891 * It simply updates hndl->curpos atomically to the new file offset.
1017 opos = hndl->curpos;
1055 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 83 uint64_t curpos; /* current buffer and file offset */ member in struct:DataHandle
286 hndl->curpos = CUR_MAKE (0, 0, 0);
371 opos = hndl->curpos;
390 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos)
862 * The current position of the file is handled via hndl->curpos.
867 * - busy: a bit to lock access to hndl->curpos
876 * - acquire the hndl->curpos "busy" lock
891 * It simply updates hndl->curpos atomically to the new file offset.
1017 opos = hndl->curpos;
1055 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos
    [all...]
  /src/usr.bin/diff/
diffreg.c 1013 long curpos; local
1126 curpos = ftell(f1);
1128 nc = ixold[a > b ? b : a - 1] - curpos;
1204 long curpos = ftell(lb); local
1206 nc = f[a > b ? b : a - 1] - curpos;
  /src/external/bsd/top/dist/
ap_snprintf.c 38 char *curpos; member in struct:__anon8159
277 vbuff->curpos = sp; \
280 sp = vbuff->curpos; \
687 sp = vbuff->curpos;
1143 vbuff->curpos = sp;
1168 vbuff.curpos = buf;
1173 *vbuff.curpos = '\0';
1188 vbuff.curpos = buf;
1191 *vbuff.curpos = '\0';
  /src/external/gpl3/binutils/dist/bfd/
mmo.c 2034 file_ptr curpos = bfd_tell (abfd); local
2039 if (statbuf.st_size != curpos)
2053 if ((long) (y * 256 + z) * 4 != (curpos - stab_loc) - 4)
2061 (long) (curpos - stab_loc - 4)/4);
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 2035 file_ptr curpos = bfd_tell (abfd); local
2040 if (statbuf.st_size != curpos)
2054 if ((long) (y * 256 + z) * 4 != (curpos - stab_loc) - 4)
2062 (long) (curpos - stab_loc - 4)/4);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 3662 tree curpos = TREE_PURPOSE (curvbl); local
3667 if (newpos == curpos && newbnd == curbnd)
3678 if (!newpos != !curpos
3679 || (newpos && !tree_int_cst_equal (newpos, curpos)))
3712 if (curpos)
3718 curparmstr.c_str (), plus_one (curpos));
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 3638 tree curpos = TREE_PURPOSE (curvbl); local
3643 if (newpos == curpos && newbnd == curbnd)
3654 if (!newpos != !curpos
3655 || (newpos && !tree_int_cst_equal (newpos, curpos)))
3688 if (curpos)
3694 curparmstr.c_str (), plus_one (curpos));
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 2035 file_ptr curpos = bfd_tell (abfd); local
2040 if (statbuf.st_size != curpos)
2054 if ((long) (y * 256 + z) * 4 != (curpos - stab_loc) - 4)
2062 (long) (curpos - stab_loc - 4)/4);
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 2040 file_ptr curpos = bfd_tell (abfd); local
2045 if (statbuf.st_size != curpos)
2059 if ((long) (y * 256 + z) * 4 != (curpos - stab_loc) - 4)
2067 (long) (curpos - stab_loc - 4)/4);

Completed in 62 milliseconds