Searched refs:shf_sopen (Results 1 - 5 of 5) sorted by relevance

/external/mksh/src/
H A Dshf.c196 shf_sopen(char *buf, ssize_t bsize, int sflags, struct shf *shf) function
200 internal_errorf(Tf_flags, "shf_sopen",
732 shf_sopen(buf, bsize, SHF_WR, &shf);
747 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf);
H A Dlex.c1471 shf = shf_sopen(NULL, strlen(ps1) * 2,
H A Deval.c429 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf);
H A Dsh.h2269 struct shf *shf_sopen(char *, ssize_t, int, struct shf *);
H A Dfuncs.c538 co.shf = shf_sopen(NULL, 128, SHF_WR | SHF_DYNAMIC, NULL);

Completed in 121 milliseconds