bin/sh/expand.c
100
static void strtodest(const char *, int, int, int, struct worddest *);
bin/sh/expand.c
1011
strtodest(p, flag, subtype, quoted, dst);
bin/sh/expand.c
1016
strtodest(buf, flag, subtype, quoted, dst);
bin/sh/expand.c
398
strtodest(home, flag, VSNORMAL, 1, NULL);
bin/sh/expand.c
715
strtodest(buf, flag, subtype,
bin/sh/expand.c
739
strtodest(val, flag, subtype,
bin/sh/expand.c
750
strtodest(buf, flag, VSNORMAL, varflags & VSQUOTE, dst);
bin/sh/expand.c
790
strtodest(val, flag, subtype, varflags & VSQUOTE, dst);
bin/sh/expand.c
913
strtodest(buf + zpos, flag, subtype, quoted, dst);
bin/sh/expand.c
963
strtodest(buf, flag, subtype, quoted, dst);
bin/sh/expand.c
968
strtodest(p, flag, subtype, quoted, dst);
bin/sh/expand.c
989
strtodest(p, flag, subtype, quoted, dst);
bin/sh/expand.c
993
strtodest(sep, flag, subtype, quoted, dst);