Home
last modified time | relevance | path

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

/freebsd/usr.sbin/boot0cfg/
H A Dboot0cfg.c123 int d_arg, m_arg, s_arg, t_arg; in main() local
130 d_arg = m_arg = s_arg = t_arg = -1; in main()
177 t_arg = argtoi(optarg, 1, 0xffff, 't'); in main()
190 || t_arg != -1; in main()
238 if (t_arg != -1) in main()
239 mk2(boot0 + OFF_TICKS, t_arg); in main()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c206 char *t_arg; member
251 if ((p->t_arg != NULL) && (*(p->t_arg) != '\0')) in settype()
252 comret = command ("TYPE %s %s", p->t_mode, p->t_arg); in settype()
/freebsd/contrib/tnftp/src/
H A Dcmds.c139 const char *t_arg; member
265 if ((p->t_arg != NULL) && (*(p->t_arg) != '\0')) in set_type()
266 comret = command("TYPE %s %s", p->t_mode, p->t_arg); in set_type()