Searched refs:libbuf (Results 1 - 7 of 7) sorted by relevance

/external/toybox/lib/
H A Ddirtree.c40 if (0>(linklen = readlinkat(fd, name, libbuf, 4095))) goto error;
41 libbuf[linklen++]=0;
51 if (linklen) dt->symlink = memcpy(len+(char *)dt, libbuf, linklen);
H A Dpassword.c28 xreadall(i, libbuf, ((len*6)+7)/8);
35 bits = ((libbuf[i]+(libbuf[i+1]<<8)) >> (bitpos&7)) & 0x3f;
H A Dxwrap.c676 len = xread(in, libbuf, sizeof(libbuf));
678 xwrite(out, libbuf, len);
714 regerror(rc, preg, libbuf, sizeof(libbuf));
715 error_exit("xregcomp: %s", libbuf);
733 struct sigaction *sa = (void *)libbuf;
H A Dlib.c148 int try = offset>sizeof(libbuf) ? sizeof(libbuf) : offset, or;
150 or = readall(fd, libbuf, try);
930 sprintf(libbuf, "/proc/%u/cmdline", u);
931 if (!(cmd = readfile(libbuf, libbuf, sizeof(libbuf)))) continue;
1009 char *out = libbuf;
1015 return libbuf;
/external/toybox/
H A Dtoys.h121 extern char toybuf[4096], libbuf[4096];
H A Dmain.c28 char toybuf[4096], libbuf[4096]; variable
/external/toybox/scripts/
H A Dconfig2help.c18 char toys[4096], libbuf[4096], toybuf[4096]; variable

Completed in 360 milliseconds