Searched refs:shf_sopen (Results 1 – 3 of 3) sorted by relevance
/openbsd/bin/ksh/ |
H A D | shf.h | 62 struct shf *shf_sopen(char *, int, int, struct shf *);
|
H A D | shf.c | 187 shf_sopen(char *buf, int bsize, int sflags, struct shf *shf) in shf_sopen() function 701 shf_sopen(buf, bsize, SHF_WR, &shf); in shf_snprintf() 715 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf); in shf_smprintf()
|
H A D | tree.c | 352 shf_sopen(s, n, SHF_WR | (s ? 0 : SHF_DYNAMIC), &shf); in snptreef() 551 shf_sopen(NULL, 32, SHF_WR | SHF_DYNAMIC, &shf); in wdstrip()
|