Lines Matching refs:strcmp
197 if (strcmp(targ,"d") == 0 || strcmp(targ,"vendor") == 0 ) { in readInfo()
200 } else if (strcmp(targ,"v") == 0 || strcmp(targ,"version") == 0 ) { in readInfo()
203 } else if (strcmp(targ,"i") == 0 || strcmp(targ,"maxinput") == 0 ) { in readInfo()
206 } else if (strcmp(targ,"o") == 0 || strcmp(targ,"maxoutput") == 0 ) { in readInfo()
209 } else if (strcmp(targ,"s") == 0 || strcmp(targ,"scalelimit") == 0 ) { in readInfo()
212 } else if (strcmp(targ,"n") == 0 || strcmp(targ,"inputformat") == 0 ) { in readInfo()
215 } else if (strcmp(targ,"u") == 0 || strcmp(targ,"outputformat") == 0 ) { in readInfo()
218 } else if (strcmp(targ,"e") == 0 || strcmp(targ,"expected") == 0 ) { in readInfo()
221 } else if (strcmp(targ,"a") == 0 || strcmp(targ,"all") == 0 || strcmp(targ," ") == 0) { in readInfo()
231 if (strcmp(targ,"up") == 0 ) { in readParm()
234 } else if (strcmp(targ,"down") == 0) { in readParm()
237 } else if (strcmp(targ,"90") == 0) { in readParm()
240 } else if (strcmp(targ,"180") == 0) { in readParm()
243 } else if (strcmp(targ,"270") == 0) { in readParm()
246 } else if (strcmp(targ,"H") == 0) { in readParm()
249 } else if (strcmp(targ,"V") == 0) { in readParm()
252 } else if (strcmp(targ,"blue") == 0) { in readParm()
255 } else if (strcmp(targ,"green") == 0) { in readParm()
258 } else if (strcmp(targ,"red") == 0) { in readParm()