Searched refs:my_system (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/dialog/samples/install/
H A Dsetup.c42 my_system(const char *s,...) function
207 if (my_system("mkdir -p /install/var/installed/packages %s", null))
209 if (my_system("cd /install; for i in /source%s/*.tgz; do "
242 if (my_system("mount -t ext2 %s /source %s", name, null))
252 if (my_system("umount /source %s", null))
259 if (my_system("ifconfig eth0 134.96.81.36 netmask 255.255.255.224 "
262 if (my_system("route add -net 134.96.81.32 %s", null))
264 if (my_system("mount -t nfs 134.96.81.38:"
268 if (my_system("umount /source %s", null))
270 if (my_system("ifconfi
[all...]
/freebsd-13-stable/sbin/devd/
H A Ddevd.cc27 * my_system is a variation on lib/libc/stdlib/system.c:
226 my_system(const char *command) function
284 my_system(s.c_str());

Completed in 74 milliseconds