HomeSort by relevance Sort by last modified time
    Searched full:shf_sopen (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
shf.c 195 shf_sopen(char *buf, int bsize, int sflags, struct shf *shf) function
199 internal_errorf("shf_sopen: flags 0x%x", sflags);
710 shf_sopen(buf, bsize, SHF_WR, &shf);
724 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf);
tree.c 368 shf_sopen(s, n, SHF_WR | (s ? 0 : SHF_DYNAMIC), &shf);
559 shf_sopen(NULL, 32, SHF_WR | SHF_DYNAMIC, &shf);
lex.c     [all...]
sh.h     [all...]

Completed in 202 milliseconds