Searched refs:MECH_SZ (Results 1 – 3 of 3) sorted by relevance
166 #define MECH_SZ 40 macro168 EXTERN char mechstr[MECH_SZ]; /* mechanism type */
2416 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()
217 strlcpy(mechstr, FTP_DEF_MECH, MECH_SZ); in main()