HomeSort by: relevance | last modified time | path
    Searched refs:target_fopen (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/sysinst/
target.c 460 target_fopen(const char *filename, const char *type) function in typeref:typename:FILE *
net.c 1144 ifconf = target_fopen(ifconfig_fn, "w");
1176 hosts = target_fopen("/etc/hosts", "a");
defs.h 939 FILE *target_fopen(const char *, const char *);
util.c 1959 f = target_fopen("/etc/rc.conf", "a");
2071 f = target_fopen("/etc/sysctl.conf", "a");
disks.c 1451 f = target_fopen("/etc/fstab", "w");

Completed in 131 milliseconds