Home
last modified time | relevance | path

Searched refs:MECH_SZ (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h166 #define MECH_SZ 40 macro
168 EXTERN char mechstr[MECH_SZ]; /* mechanism type */
H A Dcmds.c2416 char tempmech[MECH_SZ]; in setmech()
2434 if ((strlcpy(tempmech, argv[1], MECH_SZ) >= MECH_SZ) || in setmech()
2442 (void) strlcpy(mechstr, tempmech, MECH_SZ); in setmech()
H A Dmain.c217 strlcpy(mechstr, FTP_DEF_MECH, MECH_SZ); in main()