Searched refs:lastbuf (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/tcsh/
H A Dtc.bind.c443 Char firstbuf[2], lastbuf[2]; local
447 lb.buf = lastbuf;
451 lastbuf[0] = (Char) last;
452 lastbuf[1] = 0;
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c223 static char lastbuf[FUNCTION_CONTEXT_SIZE]; variable
1467 strlcpy(lastbuf, buf, sizeof(lastbuf));
1469 return (lastbuf);
1482 strlcpy(lastbuf, buf, sizeof(lastbuf));
1484 strlcat(lastbuf, state, sizeof(lastbuf));
1486 return (lastbuf);
1490 return (lastmatchline > 0 ? lastbuf
[all...]
/freebsd-current/contrib/libedit/
H A Dmap.c1161 wchar_t firstbuf[2], lastbuf[2]; local
1166 lastbuf[0] = last;
1167 lastbuf[1] = 0;
1188 (void) keymacro__decode_str(lastbuf, extrabuf,
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Darc.c3020 arc_buf_t *lastbuf = NULL; local
3032 * the list then update the lastbuf and update
3036 lastbuf = *bufp;
3041 ASSERT3P(lastbuf, !=, buf);
3042 IMPLY(lastbuf != NULL, ARC_BUF_LAST(lastbuf));
3044 return (lastbuf);
3098 arc_buf_t *lastbuf = arc_buf_remove(hdr, buf); local
3113 if (lastbuf != NULL && !ARC_BUF_ENCRYPTED(lastbuf)) {
6273 arc_buf_t *lastbuf = arc_buf_remove(hdr, buf); local
[all...]

Completed in 87 milliseconds