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

/external/mksh/src/
H A Dshf.c188 * When writing, a byte is reserved for a trailing NUL - see shf_sclose().
265 shf_sclose(struct shf *shf) function
725 shf_sclose(&shf);
740 return (shf_sclose(&shf));
H A Dtree.c429 /* shf_sclose NUL terminates */
430 return (shf_sclose(&shf));
638 /* shf_sclose NUL terminates */
639 return (shf_sclose(&shf));
H A Deval.c425 x.str = shf_sclose(&shf);
H A Dlex.c1482 ps1 = shf_sclose(shf);
H A Dsh.h1939 char *shf_sclose(struct shf *);

Completed in 92 milliseconds