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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
funopen.c 40 int (*writefn)(void *, const char *, int),
47 if (writefn == NULL) { /* illegal */
53 if (writefn == NULL)
64 fp->_write = writefn;
  /external/qemu/target-arm/
cpu.h 634 * 2. both readfn and writefn are specified
646 CPWriteFn *writefn; member in struct:ARMCPRegInfo
656 * writefn and it makes an access permission check or masks out

Completed in 75 milliseconds