Searched refs:bytename (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | globals.c | 45 char bytename[32]; /* local byte size in ascii */ variable
|
H A D | ftp_var.h | 86 extern char bytename[32]; /* local byte size in ascii */
|
H A D | cmds.c | 140 strlcpy(bytename, "8", sizeof(bytename)); in setpeer() 212 { "tenex", "L", TYPE_L, bytename }, 285 if (newtype == TYPE_L && bytename[0] != '\0') in changetype() 286 comret = command("TYPE %s %s", p->t_mode, bytename); in changetype()
|
/freebsd/contrib/tnftp/src/ |
H A D | ftp_var.h | 245 GLOBAL char bytename[32]; /* local byte size in ascii */ variable
|
H A D | util.c | 165 (void)strlcpy(bytename, "8", sizeof(bytename)); in setpeer()
|
H A D | cmds.c | 145 { "tenex", "L", TYPE_L, bytename }, 298 if (newtype == TYPE_L && bytename[0] != '\0') in changetype() 299 comret = command("TYPE %s %s", p->t_mode, bytename); in changetype()
|