Searched refs:libbuf (Results 1 – 7 of 7) sorted by relevance
/external/toybox/lib/ |
D | dirtree.c | 40 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()
|
D | xwrap.c | 676 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()
|
D | password.c | 28 xreadall(i, libbuf, ((len*6)+7)/8); in get_salt() 35 bits = ((libbuf[i]+(libbuf[i+1]<<8)) >> (bitpos&7)) & 0x3f; in get_salt()
|
D | lib.c | 148 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/ |
D | toys.h | 121 extern char toybuf[4096], libbuf[4096];
|
D | main.c | 28 char toybuf[4096], libbuf[4096]; variable
|
/external/toybox/scripts/ |
D | config2help.c | 18 char toys[4096], libbuf[4096], toybuf[4096]; variable
|