Home
last modified time | relevance | path

Searched refs:strneq (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dparam.c675 if (strneq(input, "BQSCALE", 7)) { in processParamLine()
697 if (strneq(input, "CDL_FILE", 8)) { in processParamLine()
737 if (strneq(input, "GOP_SIZE", 8)) { in processParamLine()
759 if (strneq(input, "IQSCALE", 7)) { in processParamLine()
792 if (strneq(input, "NIQTABLE", 8)) { in processParamLine()
800 if (strneq(input, "OUTPUT", 6)) { in processParamLine()
812 if (strneq(input, "PATTERN", 7)) { in processParamLine()
842 if (strneq(input, "RANGE", 5)) { in processParamLine()
886 if (strneq(input, "TUNE", 4)) { in processParamLine()
893 if (strneq(input, "USER_DATA", 9)) { in processParamLine()
[all …]
/dports/games/xcheckers/xcheckers-2.2.3/xcheckers.src/
H A Dread_s.c29 if (strneq(&line[0], " --------------- ", 19)) { in readPosS()
37 } else if (strneq(&line[0], " ~~~~~~~~~~~~~~~ ", 19)) { in readPosS()
45 } else if (strneq(&line[0], ". --------------- ", 19)) { in readPosS()
53 } else if (strneq(&line[0], ". ~~~~~~~~~~~~~~~ ", 19)) { in readPosS()
61 } else if (strneq(&line[0], "* --------------- ", 19)) { in readPosS()
105 if (strneq(&line[x], " ", 2)) in readPosS()
107 if (strneq(&line[x], "- ", 2)) in readPosS()
109 if (strneq(&line[x], "b ", 2)) in readPosS()
111 if (strneq(&line[x], "w ", 2)) in readPosS()
113 if (strneq(&line[x], "B ", 2)) in readPosS()
[all …]
H A Dread_5.c67 if (strneq(line, "Game", 4)) { in readPos5()
77 if ((strneq(line, "icds% It is not your move.", 26)) in readPos5()
78 || (strneq(line, "icds% Game clock is paused,", 27)) in readPos5()
79 || (strneq(line, "icds% Illegal move.", 19)) in readPos5()
80 || (strneq(line, "icds% Ambigous move.", 20)) in readPos5()
81 || (strneq(line, "icds% It isn't your turn,", 25))) { in readPos5()
86 if (strneq(line, "<5>", 3)) { in readPos5()
/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DClass2Ersatz.c++70 if (strneq(buf, "+FHNG:", 6)) { in atResponse()
76 else if (strneq(buf, "+FPOLL", 6)) in atResponse()
78 else if (strneq(buf, "+FDIS:", 6)) in atResponse()
80 else if (strneq(buf, "+FNSF:", 6)) in atResponse()
82 else if (strneq(buf, "+FCSI:", 6)) in atResponse()
84 else if (strneq(buf, "+FPTS:", 6)) in atResponse()
86 else if (strneq(buf, "+FDCS:", 6)) in atResponse()
92 else if (strneq(buf, "+FET:", 5)) in atResponse()
94 else if (strneq(buf, "+FPA:", 5)) in atResponse()
96 else if (strneq(buf, "+FSA:", 5)) in atResponse()
[all …]
H A DClass20.c++76 if (strneq(buf, "+FHS:", 5)) { in atResponse()
82 else if (strneq(buf, "+FPO", 4)) in atResponse()
84 else if (strneq(buf, "+FVO", 4)) in atResponse()
86 else if (strneq(buf, "+FIS:", 5)) in atResponse()
88 else if (strneq(buf, "+FNF:", 5)) in atResponse()
90 else if (strneq(buf, "+FCI:", 5)) in atResponse()
92 else if (strneq(buf, "+FPS:", 5)) in atResponse()
94 else if (strneq(buf, "+FCS:", 5)) in atResponse()
96 else if (strneq(buf, "+FNS:", 5)) in atResponse()
98 else if (strneq(buf, "+FTI:", 5)) in atResponse()
[all …]
/dports/devel/compiler-rt/compiler-rt-0.r131639/make/
H A Dlib_platforms.mk42 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
46 $$(if $$(and $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
47 $$(call strneq,UNDEFINED,$$(Arch))),\
49 $$(if $$(or $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
50 $$(call strneq,UNDEFINED,$$(Arch))),,\
55 $$(if $$(call strneq,UNDEFINED,$$($$(var))),\
59 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(config))),\
62 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(arch))),\
66 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(config).$$(arch))),\
/dports/devel/compiler-rt/compiler-rt-0.r131639/make/test/
H A Dtest-util.mk18 strneq_t7 = $(call strneq,,)
20 strneq_t8 = $(call strneq,b,)
22 strneq_t9 = $(call strneq,,b)
24 strneq_t10 = $(call strneq,b,b)
26 strneq_t11 = $(call strneq,bb,b)
28 strneq_t12 = $(call strneq,b,bb)
30 strneq_t13 = $(call strneq,bb,bb)
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libpz/
H A Dsfdczip.c72 if (strneq(meth, "bzip", len)) in sfdczip()
76 if (strneq(meth, "gzip", len)) in sfdczip()
80 if (strneq(meth, "lzw", len)) in sfdczip()
84 if (strneq(meth, "pzip", len)) in sfdczip()
89 if (strneq(meth, "qzip", len)) in sfdczip()
150 if (strneq(part, "crc", 3)) in sfdczip()
/dports/shells/ksh93/ast-93u/src/lib/libpz/
H A Dsfdczip.c72 if (strneq(meth, "bzip", len)) in sfdczip()
76 if (strneq(meth, "gzip", len)) in sfdczip()
80 if (strneq(meth, "lzw", len)) in sfdczip()
84 if (strneq(meth, "pzip", len)) in sfdczip()
89 if (strneq(meth, "qzip", len)) in sfdczip()
150 if (strneq(part, "crc", 3)) in sfdczip()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libpz/
H A Dsfdczip.c72 if (strneq(meth, "bzip", len)) in sfdczip()
76 if (strneq(meth, "gzip", len)) in sfdczip()
80 if (strneq(meth, "lzw", len)) in sfdczip()
84 if (strneq(meth, "pzip", len)) in sfdczip()
89 if (strneq(meth, "qzip", len)) in sfdczip()
150 if (strneq(part, "crc", 3)) in sfdczip()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Dppm2tiff.c57 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
269 if (strneq(cp, "1d", 2)) in processG3Options()
271 else if (strneq(cp, "2d", 2)) in processG3Options()
273 else if (strneq(cp, "fill", 4)) in processG3Options()
288 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
303 } else if (strneq(opt, "g3", 2)) { in processCompressOptions()
308 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
313 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
H A Dtiffdither.c44 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
153 if (strneq(cp, "1d", 2)) in processG3Options()
155 else if (strneq(cp, "2d", 2)) in processG3Options()
157 else if (strneq(cp, "fill", 4)) in processG3Options()
172 else if (strneq(opt, "g3", 2)) { in processCompressOptions()
177 else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
182 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/tools/
H A Dppm2tiff.c56 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
268 if (strneq(cp, "1d", 2)) in processG3Options()
270 else if (strneq(cp, "2d", 2)) in processG3Options()
272 else if (strneq(cp, "fill", 4)) in processG3Options()
287 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
302 } else if (strneq(opt, "g3", 2)) { in processCompressOptions()
307 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
312 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
H A Dtiffdither.c43 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
152 if (strneq(cp, "1d", 2)) in processG3Options()
154 else if (strneq(cp, "2d", 2)) in processG3Options()
156 else if (strneq(cp, "fill", 4)) in processG3Options()
171 else if (strneq(opt, "g3", 2)) { in processCompressOptions()
176 else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
181 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/tools/
H A Dppm2tiff.c51 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
260 if (strneq(cp, "1d", 2)) in processG3Options()
262 else if (strneq(cp, "2d", 2)) in processG3Options()
264 else if (strneq(cp, "fill", 4)) in processG3Options()
279 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
294 } else if (strneq(opt, "g3", 2)) { in processCompressOptions()
299 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
304 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
H A Dtiffdither.c40 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
147 if (strneq(cp, "1d", 2)) in processG3Options()
149 else if (strneq(cp, "2d", 2)) in processG3Options()
151 else if (strneq(cp, "fill", 4)) in processG3Options()
166 else if (strneq(opt, "g3", 2)) { in processCompressOptions()
171 else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
176 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/tools/
H A Dppm2tiff.c56 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
268 if (strneq(cp, "1d", 2)) in processG3Options()
270 else if (strneq(cp, "2d", 2)) in processG3Options()
272 else if (strneq(cp, "fill", 4)) in processG3Options()
287 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
302 } else if (strneq(opt, "g3", 2)) { in processCompressOptions()
307 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
312 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
H A Dtiffdither.c43 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
152 if (strneq(cp, "1d", 2)) in processG3Options()
154 else if (strneq(cp, "2d", 2)) in processG3Options()
156 else if (strneq(cp, "fill", 4)) in processG3Options()
171 else if (strneq(opt, "g3", 2)) { in processCompressOptions()
176 else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
181 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/tools/
H A Dppm2tiff.c57 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
300 if (strneq(cp, "1d", 2)) in processG3Options()
302 else if (strneq(cp, "2d", 2)) in processG3Options()
304 else if (strneq(cp, "fill", 4)) in processG3Options()
319 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
334 } else if (strneq(opt, "g3", 2)) { in processCompressOptions()
339 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
344 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
/dports/comms/hylafax/hylafax-6.0.7/faxmail/
H A DMIMEState.c++316 if (cc == blen && strneq(buf, boundary, blen)) { in getLine()
319 if (cc == blen+2 && strneq(buf, boundary, blen+2)) { in getLine()
342 if (cc == blen && strneq(buf, boundary, blen)) { in getLine()
345 if (cc == blen+2 && strneq(buf, boundary, blen+2)) { in getLine()
409 if (cc == blen && strneq(line, boundary, blen)) in getQuotedPrintableLine()
411 if (cc == blen+2 && strneq(line, boundary, blen+2)) { in getQuotedPrintableLine()
488 if (cc == blen && strneq(line, boundary, blen)) in getBase64Line()
490 if (cc == blen+2 && strneq(line, boundary, blen+2)) { in getBase64Line()
546 if (cc == blen && strneq(line, boundary, blen)) in getUUDecodeLine()
548 if (cc == blen+2 && strneq(line, boundary, blen+2)) { in getUUDecodeLine()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/tools/
H A Dppm2tiff.c55 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
301 if (strneq(cp, "1d", 2)) in processG3Options()
303 else if (strneq(cp, "2d", 2)) in processG3Options()
305 else if (strneq(cp, "fill", 4)) in processG3Options()
320 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
335 } else if (strneq(opt, "g3", 2)) { in processCompressOptions()
340 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
345 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/tools/
H A Dppm2tiff.c55 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
301 if (strneq(cp, "1d", 2)) in processG3Options()
303 else if (strneq(cp, "2d", 2)) in processG3Options()
305 else if (strneq(cp, "fill", 4)) in processG3Options()
320 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions()
335 } else if (strneq(opt, "g3", 2)) { in processCompressOptions()
340 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
345 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/tools/
H A Dtiffdither.c34 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
141 if (strneq(cp, "1d", 2)) in processG3Options()
143 else if (strneq(cp, "2d", 2)) in processG3Options()
145 else if (strneq(cp, "fill", 4)) in processG3Options()
160 else if (strneq(opt, "g3", 2)) { in processCompressOptions()
165 else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
170 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/tools/
H A Dtiffdither.c34 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
141 if (strneq(cp, "1d", 2)) in processG3Options()
143 else if (strneq(cp, "2d", 2)) in processG3Options()
145 else if (strneq(cp, "fill", 4)) in processG3Options()
160 else if (strneq(opt, "g3", 2)) { in processCompressOptions()
165 else if (strneq(opt, "lzw", 3)) { in processCompressOptions()
170 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/dsslib/bgp/
H A Dbgp-ipma.c59 …if (s < e1 && strneq(s, magic1, sizeof(magic1) - 1) || s < e2 && strneq(s, magic2, sizeof(magic2) … in ipmaident()
96 …if (s < e1 && strneq(s, magic1, sizeof(magic1) - 1) || s < e2 && strneq(s, magic2, sizeof(magic2) … in ipmaopen()
189 …if ((isdigit(*s) || (e - s) > 5 && strneq(s, "local", 5)) && (isspace(*(s - 1)) || *(s - 1) == '>'… in skip()
260 …else if ((e - s) > 6 && (strneq(s, "Prefix", 6) || strneq(s, "Networ", 6) || strneq(s, "Receiv", 6… in ipmaread()

12345678910>>...29