Home
last modified time | relevance | path

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

/external/toybox/lib/
Dxwrap.c620 len = xread(in, libbuf, sizeof(libbuf)); in xsendfile()
622 xwrite(out, libbuf, len); in xsendfile()
658 regerror(rc, preg, libbuf, sizeof(libbuf)); in xregcomp()
659 error_exit("xregcomp: %s", libbuf); in xregcomp()
677 struct sigaction *sa = (void *)libbuf; in xsignal()
Ddirtree.c40 if (0>(linklen = readlinkat(fd, name, libbuf, 4095))) goto error; in dirtree_add_node()
41 libbuf[linklen++]=0; in dirtree_add_node()
52 dt->symlink = memcpy(len+(char *)dt, libbuf, linklen); in dirtree_add_node()
Dpassword.c26 xreadall(i, libbuf, ((len*6)+7)/8); in get_salt()
33 bits = ((libbuf[i]+(libbuf[i+1]<<8)) >> (bitpos&7)) & 0x3f; in get_salt()
Dlib.c108 int try = offset>sizeof(libbuf) ? sizeof(libbuf) : offset, or; in lskip()
110 or = readall(fd, libbuf, try); in lskip()
814 sprintf(libbuf, "/proc/%u/cmdline", u); in names_to_pid()
815 if (!(cmd = readfile(libbuf, libbuf, sizeof(libbuf)))) continue; in names_to_pid()
/external/toybox/
Dtoys.h140 extern char toybuf[4096], libbuf[4096];
Dmain.c28 char toybuf[4096], libbuf[4096]; variable
/external/toybox/scripts/
Dconfig2help.c5 char libbuf[4096], toybuf[4096]; variable