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

/netbsd-current/usr.bin/ftp/
H A Dftp_var.h241 GLOBAL char bytename[32]; /* local byte size in ascii */ variable
H A Dutil.c159 (void)strlcpy(bytename, "8", sizeof(bytename));
H A Dcmds.c139 { "tenex", "L", TYPE_L, bytename },
292 if (newtype == TYPE_L && bytename[0] != '\0')
293 comret = command("TYPE %s %s", p->t_mode, bytename);

Completed in 211 milliseconds