HomeSort by relevance Sort by last modified time
    Searched refs:libbuf (Results 1 - 8 of 8) sorted by null

  /external/toybox/lib/
dirtree.c 40 if (0>(linklen = readlinkat(fd, name, libbuf, 4095))) goto error;
41 libbuf[linklen++]=0;
52 dt->symlink = memcpy(len+(char *)dt, libbuf, linklen);
password.c 26 xreadall(i, libbuf, ((len*6)+7)/8);
33 bits = ((libbuf[i]+(libbuf[i+1]<<8)) >> (bitpos&7)) & 0x3f;
lib.c 108 int try = offset>sizeof(libbuf) ? sizeof(libbuf) : offset, or;
110 or = readall(fd, libbuf, try);
814 sprintf(libbuf, "/proc/%u/cmdline", u);
815 if (!(cmd = readfile(libbuf, libbuf, sizeof(libbuf)))) continue;
xwrap.c 620 len = xread(in, libbuf, sizeof(libbuf));
622 xwrite(out, libbuf, len);
658 regerror(rc, preg, libbuf, sizeof(libbuf));
659 error_exit("xregcomp: %s", libbuf);
677 struct sigaction *sa = (void *)libbuf;
  /external/toybox/
toys.h 140 extern char toybuf[4096], libbuf[4096];
main.c 28 char toybuf[4096], libbuf[4096]; variable
  /ndk/sources/host-tools/make-3.81/
remake.c 1498 char *libbuf = variable_expand (""); local
    [all...]
  /external/toybox/scripts/
config2help.c 5 char libbuf[4096], toybuf[4096]; variable

Completed in 181 milliseconds