Home
last modified time | relevance | path

Searched refs:shf_sopen (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dshf.c195 shf_sopen(char *buf, int bsize, int sflags, struct shf *shf) in shf_sopen() function
710 shf_sopen(buf, bsize, SHF_WR, &shf); in shf_snprintf()
724 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf); in shf_smprintf()
Dtree.c368 shf_sopen(s, n, SHF_WR | (s ? 0 : SHF_DYNAMIC), &shf); in snptreef()
559 shf_sopen(NULL, 32, SHF_WR | SHF_DYNAMIC, &shf); in wdstrip()
Dsh.h1630 struct shf *shf_sopen(char *, int, int, struct shf *);
Dlex.c1504 shf = shf_sopen(NULL, strlen(ps1) * 2, in set_prompt()