Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcker.h1063 #define PWBUFL 63 macro
1065 #define PWBUFL 255 macro
H A Dckuusr.c10758 if ((x = (int)strlen(s)) > PWBUFL) {
10760 printf("?Sorry, too long - max = %d\n",PWBUFL);
10856 ckstrncpy(pwbuf,ssh_tmpstr,PWBUFL+1);
11570 if ((x = (int)strlen(s)) > PWBUFL) {
11572 printf("?Sorry, too long - max = %d\n",PWBUFL);
11654 ckstrncpy(pwbuf,ssh_tmpstr,PWBUFL+1);
11862 if ((x = (int)strlen(s)) > PWBUFL) {
11864 printf("?Sorry, too long - max = %d\n",PWBUFL);
11946 ckstrncpy(pwbuf,ssh_tmpstr,PWBUFL+1);
H A Dckuus7.c9583 ckstrncpy(pwbuf,password,PWBUFL+1);
9721 readpass(" Password: ",pwbuf,PWBUFL);
10511 if ((x = (int)strlen(s)) > PWBUFL) {
10513 printf("?Sorry, too long - max = %d\n",PWBUFL);
10875 if ((y = (int)strlen(s)) > PWBUFL) {
10877 printf("?Sorry, too long - max = %d\n",PWBUFL);
H A Dckcmai.c2783 ckstrncpy(pwbuf,g_url.psw,PWBUFL); in dourl()
H A Dckuus3.c34 char pwbuf[PWBUFL+1] = { NUL, NUL };
200 char prmbuf[PWBUFL+1] = { NUL, NUL };
12163 ckstrncpy(pwbuf,s,PWBUFL);
12174 ckstrncpy(prmbuf,s,PWBUFL);
H A Dckcnet.c3921 ckstrncpy(pwbuf,w,PWBUFL+1);
4015 ckstrncpy(pwbuf,uidbuf,PWBUFL);
4016 ckstrncat(pwbuf,"@",PWBUFL);
H A Dckuusx.c688 ckstrncpy(pwbuf,g_pswd,PWBUFL); in ftreset()