Lines Matching full:strncmp
445 if (strncmp(header,"Proc-Type: ",11) != 0)
450 if (strncmp(header,"ENCRYPTED",9) != 0)
457 if (strncmp(header,"DEK-Info: ",10) != 0)
657 if (strncmp(buf,"-----BEGIN ",11) == 0)
661 if (strncmp(&(buf[11+i-6]),"-----\n",6) != 0)
688 if (strncmp(buf,"-----END ",9) == 0)
713 if (strncmp(buf,"-----END ",9) == 0)
745 if ( (strncmp(buf,"-----END ",9) != 0) ||
746 (strncmp(nameB->data,&(buf[9]),i) != 0) ||
747 (strncmp(&(buf[9+i]),"-----\n",6) != 0))