bin/sh/expand.c
1017
strtodest(p, flag, subtype, quoted, dst);
bin/sh/expand.c
1022
strtodest(buf, flag, subtype, quoted, dst);
bin/sh/expand.c
106
static void strtodest(const char *, int, int, int, struct worddest *);
bin/sh/expand.c
404
strtodest(home, flag, VSNORMAL, 1, NULL);
bin/sh/expand.c
721
strtodest(buf, flag, subtype,
bin/sh/expand.c
745
strtodest(val, flag, subtype,
bin/sh/expand.c
756
strtodest(buf, flag, VSNORMAL, varflags & VSQUOTE, dst);
bin/sh/expand.c
796
strtodest(val, flag, subtype, varflags & VSQUOTE, dst);
bin/sh/expand.c
919
strtodest(buf + zpos, flag, subtype, quoted, dst);
bin/sh/expand.c
969
strtodest(buf, flag, subtype, quoted, dst);
bin/sh/expand.c
974
strtodest(p, flag, subtype, quoted, dst);
bin/sh/expand.c
995
strtodest(p, flag, subtype, quoted, dst);
bin/sh/expand.c
999
strtodest(sep, flag, subtype, quoted, dst);