Searched refs:SCPYL (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/login/ |
H A D | login.c | 145 #define SCPYL(a, b) (void) strlcpy(a, b, sizeof (a)) macro 407 SCPYL(progname, PROG_NAME); in main() 949 SCPYL(user_name, user); in verify_passwd() 1371 SCPYL(remote_host, optarg); in get_options() 1374 SCPYL(terminal, argv[optind]); in get_options() 1386 SCPYL(progname, "telnet"); in get_options() 1395 SCPYL(remote_host, optarg); in get_options() 1396 SCPYL(progname, "rlogin"); in get_options() 1415 SCPYL(user_name, optarg); in get_options() 1424 SCPYL(identity, optarg); in get_options() [all …]
|