Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c2413 char tempmech[MECH_SZ]; in setmech() local
2431 if ((strlcpy(tempmech, argv[1], MECH_SZ) >= MECH_SZ) || in setmech()
2432 __gss_mech_to_oid(tempmech, (gss_OID*)&mechoid) != in setmech()
2435 argv[0], tempmech); in setmech()
2439 (void) strlcpy(mechstr, tempmech, MECH_SZ); in setmech()