Home | History | Annotate | Download | only in x509

Lines Matching defs:buff2

1849     char buff1[24], buff2[24], *p;
1938 atm.length = sizeof(buff2);
1939 atm.data = (unsigned char *)buff2;
1948 j = (buff2[0] - '0') * 10 + (buff2[1] - '0');
1957 i = strcmp(buff1, buff2);