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
net.c 1155 ifconf = target_fopen(ifconfig_fn, "w");
1187 hosts = target_fopen("/etc/hosts", "a");
defs.h 940 FILE *target_fopen(const char *, const char *);
util.c 2022 f = target_fopen("/etc/rc.conf", "a");
2134 f = target_fopen("/etc/sysctl.conf", "a");
disks.c 1452 f = target_fopen("/etc/fstab", "w");

Completed in 28 milliseconds