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

/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h80 extern char structname[32]; /* name of file transfer structure */
H A Dglobals.c39 char structname[32]; /* name of file transfer structure */ variable
H A Dcmds.c138 strlcpy(structname, "file", sizeof(structname));
368 printf("We only support %s structure, sorry.\n", structname);
870 modename, typename, formname, structname);
/freebsd-10.0-release/contrib/tnftp/src/
H A Dftp_var.h239 GLOBAL char structname[32]; /* name of file transfer structure */ variable
H A Dutil.c163 (void)strlcpy(structname, "file", sizeof(structname));
H A Dcmds.c402 fprintf(ttyout, "We only support %s structure, sorry.\n", structname);
830 modename, typename, formname, structname);

Completed in 124 milliseconds