HomeSort by relevance Sort by last modified time
    Searched refs:shf_sclose (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
shf.c 193 * When writing, a byte is reserved for a trailing NUL - see shf_sclose().
270 shf_sclose(struct shf *shf) function
730 shf_sclose(&shf);
745 return (shf_sclose(&shf));
tree.c 444 /* shf_sclose NUL terminates */
445 return (shf_sclose(&shf));
654 /* shf_sclose NUL terminates */
655 return (shf_sclose(&shf));
eval.c 441 x.str = shf_sclose(&shf);
    [all...]
lex.c     [all...]
sh.h     [all...]

Completed in 98 milliseconds