Searched refs:bfr (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dmemmove.c45 static char *bfr; local
50 bfr = typeRealloc(char, length, bfr);
53 bfr[j] = SRC[j];
54 s2 = bfr;
/freebsd-10-stable/usr.bin/split/
H A Dsplit.c70 static char bfr[MAXBSIZE]; /* I/O buffer. */ variable
224 switch ((len = read(ifd, bfr, MAXBSIZE))) {
239 if (write(ofd, bfr, dist) != dist)
242 for (C = bfr + dist; len >= bytecnt;
264 if (write(ofd, bfr, len) != len)
285 while (fgets(bfr, sizeof(bfr), infp) != NULL) {
286 const int len = strlen(bfr);
289 if (bfr[len - 1] != '\n')
298 if (regexec(&rgx, bfr,
[all...]
/freebsd-10-stable/lib/libpmc/
H A Dlibpmc.c1814 __P4SETMASK(bfr);

Completed in 114 milliseconds