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

  /external/mksh/src/
shf.c 453 internal_errorf("%s: %s %zd", "shf_write", "bsize", bsize);
621 return (shf_write(s, strlen(s), shf));
626 shf_write(const char *buf, ssize_t nbytes, struct shf *shf) function
631 internal_errorf("%s: flags 0x%X", "shf_write", shf->flags);
634 internal_errorf("%s: %s %zd", "shf_write", "nbytes", nbytes);
lex.c     [all...]
sh.h     [all...]

Completed in 28 milliseconds