Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h161 #define MECH_SZ 40 macro
163 extern char mechstr[MECH_SZ]; /* mechanism type */
H A Dmain.c98 char mechstr[MECH_SZ];
288 strlcpy(mechstr, FTP_DEF_MECH, MECH_SZ); in main()
H A Dcmds.c2413 char tempmech[MECH_SZ]; in setmech()
2431 if ((strlcpy(tempmech, argv[1], MECH_SZ) >= MECH_SZ) || in setmech()
2439 (void) strlcpy(mechstr, tempmech, MECH_SZ); in setmech()