Searched refs:strtodest (Results 1 – 1 of 1) sorted by relevance
/freebsd/bin/sh/ |
H A D | expand.c | 98 static void strtodest(const char *, int, int, int, struct worddest *); 396 strtodest(home, flag, VSNORMAL, 1, NULL); in exptilde() 713 strtodest(buf, flag, subtype, in evalvar() 737 strtodest(val, flag, subtype, in evalvar() 748 strtodest(buf, flag, VSNORMAL, varflags & VSQUOTE, dst); in evalvar() 788 strtodest(val, flag, subtype, varflags & VSQUOTE, dst); in evalvar() 866 strtodest(const char *p, int flag, int subtype, int quoted, in strtodest() function 911 strtodest(buf + zpos, flag, subtype, quoted, dst); in reprocess() 961 strtodest(buf, flag, subtype, quoted, dst); in varvalue() 966 strtodest(p, flag, subtype, quoted, dst); in varvalue() [all …]
|