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

/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h86 extern char bytename[32]; /* local byte size in ascii */
H A Dglobals.c45 char bytename[32]; /* local byte size in ascii */ variable
H A Dcmds.c140 strlcpy(bytename, "8", sizeof(bytename));
212 { "tenex", "L", TYPE_L, bytename },
285 if (newtype == TYPE_L && bytename[0] != '\0')
286 comret = command("TYPE %s %s", p->t_mode, bytename);
/freebsd-10-stable/contrib/tnftp/src/
H A Dftp_var.h245 GLOBAL char bytename[32]; /* local byte size in ascii */ variable
H A Dutil.c165 (void)strlcpy(bytename, "8", sizeof(bytename));
H A Dcmds.c145 { "tenex", "L", TYPE_L, bytename },
298 if (newtype == TYPE_L && bytename[0] != '\0')
299 comret = command("TYPE %s %s", p->t_mode, bytename);

Completed in 115 milliseconds