Searched refs:bufx (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/gdbscripts/ |
| H A D | msgbuf | 32 set $bufx=*(long*)((char *)msgbufp+1*sizeof(long)) 36 printf "msgbufp %#x: bufx %d bufr %d bufs %d\n", msgbufp, $bufx, $bufr, $bufs 39 # set $l = $bufx - $bufr 49 set $p = (long)msgbufp+4*sizeof(long)+$bufx 50 set $l = $bufs - $bufx 56 set $l = $bufx
|
| /netbsd-src/lib/libwrap/ |
| H A D | diag.c | 49 char *buf, *bufx; in tcpd_diag() local 51 if (vasprintf(&buf, expandm(fmt, NULL, &bufx), ap) == -1) in tcpd_diag() 53 free(bufx); in tcpd_diag()
|
| /netbsd-src/usr.bin/last/ |
| H A D | last.c | 396 #define buf bufx
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | math.d | 261 char[30] bufx; in version() 263 assert(ndigits < bufx.length); in version() 271 ix = sprintf(bufx.ptr, "%.*Lg", ndigits, cast(real_t) x); in version() 273 assert(ix < bufx.length && ix > 0); in version() 276 return bufx[0 .. ix] == bufy[0 .. iy]; in version()
|