HomeSort by: relevance | last modified time | path
    Searched refs:shf_write (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
shf.h 81 int shf_write ARGS((const char *buf, int nbytes, struct shf *shf));
shf.c 692 return shf_write(s, strlen(s), shf);
697 shf_write(buf, nbytes, shf) function
707 internal_errorf(1, "shf_write: flags %x", shf->flags);
710 internal_errorf(1, "shf_write: nbytes %d", nbytes);
lex.c 1186 shf_write(p, len, shl_out);

Completed in 13 milliseconds