Lines Matching defs:buff1
1686 char buff1[24],buff2[24],*p;1689 p=buff1;1745 i=(buff1[0]-'0')*10+(buff1[1]-'0');1753 i=strcmp(buff1,buff2);