Searched defs:destname (Results 1 – 4 of 4) sorted by relevance
360 *destname = tt ? : toys.optargs[--toys.optc]; in cp_main() local516 char *destname = TT.i.t ? : (TT.destname = toys.optargs[toys.optc-1]); in install_main() local
341 char *destname = toys.optargs[--toys.optc]; in cp_main() local
1976 write_png(struct display *dp, const char *destname) in write_png()2167 cp_one_file(struct display *dp, const char *filename, const char *destname) in cp_one_file()
1094 char *destname; member