Home | History | Annotate | Download | only in x509

Lines Matching full:buff1

1676 	char buff1[24],buff2[24],*p;
1679 p=buff1;
1735 i=(buff1[0]-'0')*10+(buff1[1]-'0');
1743 i=strcmp(buff1,buff2);