Home
last modified time | relevance | path

Searched refs:slcmd (Results 1 – 1 of 1) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Dnet.c542 char **ap, *slcmd[10], *in_buf; in config_network() local
857 for (ap = slcmd; (*ap = strsep(&in_buf, " ")) != NULL;) in config_network()
861 execvp(slcmd[0], slcmd); in config_network()