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

/freebsd-13-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c126 int d_arg, m_arg, s_arg, t_arg; local
133 d_arg = m_arg = s_arg = t_arg = -1;
180 t_arg = argtoi(optarg, 1, 0xffff, 't');
193 || t_arg != -1;
241 if (t_arg != -1)
242 mk2(boot0 + OFF_TICKS, t_arg);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c206 char *t_arg; member in struct:types
251 if ((p->t_arg != NULL) && (*(p->t_arg) != '\0'))
252 comret = command ("TYPE %s %s", p->t_mode, p->t_arg);
/freebsd-13-stable/contrib/tnftp/src/
H A Dcmds.c139 const char *t_arg; member in struct:types
265 if ((p->t_arg != NULL) && (*(p->t_arg) != '\0'))
266 comret = command("TYPE %s %s", p->t_mode, p->t_arg);

Completed in 61 milliseconds