Lines Matching refs:SCPYL
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()
1433 SCPYL(sflagname, optarg); in get_options()
1442 SCPYL(repository, optarg); in get_options()
1451 SCPYL(terminal, optarg); in get_options()
1464 SCPYL(rusername, optarg); in get_options()
1474 SCPYL(progname, "zlogin"); in get_options()
1488 SCPYL(progname, sflagname); in get_options()
1504 SCPYL(user_name, *envp++); in get_options()
1507 SCPYL(user_name, argv[optind]); in get_options()
1508 (void) SCPYL(inputline, user_name); in get_options()
1513 SCPYL(lusername, user_name); in get_options()
1630 SCPYL(user_name, lusername); in process_rlogin()