target_fopen
FILE *target_fopen(const char *, const char *);
f = target_fopen("/etc/fstab", "w");
ifconf = target_fopen(ifconfig_fn, "w");
hosts = target_fopen("/etc/hosts", "a");
f = target_fopen("/etc/rc.conf", "a");
f = target_fopen("/etc/sysctl.conf", "a");