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

/netbsd-6-1-5-RELEASE/usr.sbin/srtconfig/
H A Dsrtconfig.c31 static char *txt_dstif; variable
70 txt_dstif = av[5];
78 txt_dstif = av[6];
205 if (strlen(txt_dstif) > sizeof(r.u.dstifn)-1)
206 { fprintf(stderr,"%s: %s: too long\n",__progname,txt_dstif);
209 strncpy(&r.u.dstifn[0],txt_dstif,sizeof(r.u.dstifn));

Completed in 56 milliseconds