Searched refs:bufptr (Results 1 - 25 of 25) sorted by relevance

/openbsd-current/lib/libcurses/tinfo/
H A Dcaptoinfo.c564 save_tc_char(char *bufptr, int c1) argument
568 bufptr = save_char(bufptr, '\\');
569 bufptr = save_char(bufptr, c1);
580 bufptr = save_string(bufptr, temp);
582 return bufptr;
586 save_tc_inequality(char *bufptr, int c1, int c2) argument
588 bufptr
628 char *bufptr = init_string(); local
[all...]
H A Dcomp_scan.c102 static char *bufptr; /* otherwise, the input buffer pointer */ variable
124 bufstart = bufptr = buf;
141 size_t len = strlen(bufptr);
145 if (!isspace(UChar(bufptr[len]))) {
147 result = bufptr[(int) len - from_end];
205 bufptr = 0;
213 if (bufptr == 0 || *bufptr == '\0')
215 if (*bufptr == '\n') {
218 } else if (*bufptr
[all...]
/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dplan9ish.h120 #define Stat(fname,bufptr) stat((fname),(bufptr))
121 #define Fstat(fd,bufptr) fstat((fd),(bufptr))
/openbsd-current/gnu/usr.bin/perl/
H A Dunixish.h124 #define Stat(fname,bufptr) stat((fname),(bufptr))
128 # define Fstat(fd,bufptr) afstat((fd),(bufptr))
132 # define Fstat(fd,bufptr) fstat((fd),(bufptr))
H A Ddosish.h96 #define Fstat(fd,bufptr) fstat((fd),(bufptr))
101 # define Stat(fname,bufptr) stat((fname),(bufptr))
H A Dparser.h29 char *ls_bufptr; /* mirrors PL_parser->bufptr */
83 char *bufptr; /* carries the cursor (current parsing member in struct:yy_parser
H A Dtoke.c70 #define PL_bufptr (PL_parser->bufptr)
932 parser->bufptr =
934 parser->bufend = parser->bufptr + SvCUR(parser->linestr);
1013 lexing position is pointed to by L</PL_parser-E<gt>bufptr>. Direct use
1025 =for apidoc AmnxUN|char *|PL_parser-E<gt>bufptr
1122 bufptr_pos = PL_parser->bufptr - buf;
1134 PL_parser->bufptr = buf + bufptr_pos;
1151 immediately after the current lexing point (L</PL_parser-E<gt>bufptr>),
1174 char *bufptr; local
1188 bufptr
[all...]
H A Dsv.c13869 parser->bufptr = ls + (proto->bufptr >= ols ?
13870 proto->bufptr - ols : 0);
H A Dop.c4720 if ( PL_parser->bufptr > PL_parser->oldbufptr
4721 && PL_parser->bufptr[-1] == ','
4724 char *s = PL_parser->bufptr;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dvalprint.c891 char *bufptr; /* Pointer to next available byte in buffer. */
926 bufptr = buffer;
929 nfetch = partial_memory_read (addr, bufptr, len * width, &errcode)
932 bufptr += nfetch * width;
951 bufptr = buffer + bufsize * width;
955 nfetch = partial_memory_read (addr, bufptr, nfetch * width, &errcode)
960 that bufptr is explicitly left pointing at the next character
964 limit = bufptr + nfetch * width;
965 while (bufptr < limit)
969 c = extract_unsigned_integer (bufptr, widt
890 char *bufptr; /* Pointer to next available byte in buffer. */ local
[all...]
H A Dtarget.c772 char *bufptr; local
778 bufptr = buffer;
800 if (bufptr - buffer + tlen > buffer_allocated)
803 bytes = bufptr - buffer;
806 bufptr = buffer + bytes;
811 *bufptr++ = buf[i + offset];
/openbsd-current/gnu/gcc/gcc/config/
H A Ddarwin-c.c344 char *bufptr; local
350 bufptr = strchr (fname, '/');
353 if (bufptr == 0)
356 fname_len = bufptr - fname;
362 bufptr = strstr (pname, dot_framework);
366 if (!bufptr)
369 /* Now translate. For example, +- bufptr
379 bufptr += strlen (dot_framework);
381 sfrname_len = bufptr - pname;
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32iop.h242 #define fstat(fd,bufptr) win32_fstat(fd,bufptr)
246 #define stat(pth,bufptr) win32_stat(pth,bufptr)
247 #define lstat(pth,bufptr) win32_lstat(pth,bufptr)
/openbsd-current/gnu/usr.bin/perl/os2/
H A Dos2ish.h439 #define Stat(fname,bufptr) os2_stat((fname),(bufptr))
440 #define Fstat(fd,bufptr) os2_fstat((fd),(bufptr))
455 #define Stat(fname,bufptr) stat((fname),(bufptr))
456 #define Fstat(fd,bufptr) fstat((fd),(bufptr))
/openbsd-current/sys/arch/armv7/omap/
H A Dif_cpswreg.h133 uint32_t bufptr; member in struct:cpsw_cpdma_bd
H A Dif_cpsw.c576 bd.bufptr = dm->dm_segs[seg].ds_addr;
598 bd.bufptr = sc->sc_txpad_pa;
791 bd.bufptr = rdp->rx_dm[i]->dm_segs[0].ds_addr;
/openbsd-current/sys/dev/fdt/
H A Dif_mvnetareg.h777 uint32_t bufptr; /* Descriptor buffer pointer */ member in struct:mvneta_tx_desc
782 uint32_t bufptr; /* Descriptor buffer pointer */
794 uint32_t bufptr; /* Descriptor buffer pointer */ member in struct:mvneta_rx_desc
799 uint32_t bufptr; /* Descriptor buffer pointer */
H A Dif_mvneta.c933 txd->bufptr = map->dm_segs[i].ds_addr;
1780 rxd->bufptr = rxb->tb_map->dm_segs[0].ds_addr;
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Ddeffilep.y841 static int bufptr = 0;
846 if (bufptr == buflen)
854 buffer[bufptr++] = c;
855 buffer[bufptr] = 0; /* not optimal, but very convenient. */
972 bufptr = 0;
989 bufptr = 0;
1037 bufptr = 0;
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Ddeffilep.y851 static int bufptr = 0;
856 if (bufptr == buflen)
864 buffer[bufptr++] = c;
865 buffer[bufptr] = 0; /* not optimal, but very convenient. */
982 bufptr = 0;
999 bufptr = 0;
1047 bufptr = 0;
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvmsish.h494 #define Stat(name,bufptr) flex_stat(name,bufptr)
495 #define Fstat(fd,bufptr) Perl_flex_fstat(aTHX_ fd,bufptr)
497 #define lstat(name, bufptr) flex_lstat(name, bufptr)
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Decoff.c1439 char *bufptr, unsigned long need);
3643 char *bufptr,
3649 at = bufptr - *buf;
3650 need -= *bufend - bufptr;
3697 char *bufptr;
3711 bufptr = *buf + offset;
3843 if (bufptr >= *bufend)
3844 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 1);
3845 *bufptr
3609 ecoff_add_bytes(char **buf, char **bufend, char *bufptr, unsigned long need) argument
3665 char *bufptr; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c1440 char *bufptr, unsigned long need);
3640 char *bufptr,
3646 at = bufptr - *buf;
3647 need -= *bufend - bufptr;
3694 char *bufptr;
3708 bufptr = *buf + offset;
3842 if (bufptr >= *bufend)
3843 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 1);
3844 *bufptr
3606 ecoff_add_bytes(char **buf, char **bufend, char *bufptr, unsigned long need) argument
3662 char *bufptr; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12123 # define PL_bufptr bufptr
12217 # define PL_bufptr D_PPP_my_PL_parser_var(bufptr)
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs823 #define PL_bufptr (PL_parser->bufptr)

Completed in 701 milliseconds