Home | History | Annotate | Download | only in x509

Lines Matching full:buff2

1836 	char buff1[24],buff2[24],*p;
1927 atm.length=sizeof(buff2);
1928 atm.data=(unsigned char *)buff2;
1937 j=(buff2[0]-'0')*10+(buff2[1]-'0');
1943 i=strcmp(buff1,buff2);