Home
last modified time | relevance | path

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

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