Searched refs:strneq (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/ksh-20/ksh/src/lib/libsum/
H A Dsum-prng.c74 if (isdigit(*t) || v && strneq(t, "mpy", i) && (t = v + 1))
76 else if (strneq(t, "add", i))
78 else if (strneq(t, "init", i))
H A Dsum-crc.c84 if (isdigit(*t) || v && i >= 4 && strneq(t, "poly", 4) && (t = v + 1))
86 else if (strneq(t, "done", i))
88 else if (strneq(t, "init", i))
90 else if (strneq(t, "rotate", i))
92 else if (strneq(t, "size", i))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dconformance.c64 if ((c = (m - t)) == 6 && strneq(t, "linux", 5))
69 else if (c > 3 && strneq(t, "bsd", 3) || c == 7 && strneq(t, "debian", 7))
145 if (strneq(t, m, s - t))
H A Drecstr.c90 if (strneq(s, "data", 4))
96 else if (strneq(s, "path", 4))
H A Dmime.c311 if ((strneq(s, "~/", n = 2) || strneq(s, "$HOME/", n = 6) || strneq(s, "${HOME}/", n = 8)) && (t = getenv("HOME")))
634 if (a1.name.size == 6 && strneq(a1.name.data, "strcmp", 6) || a1.name.size == 10 && strneq(a1.name.data, "strcasecmp", 10))
649 else if (a1.name.size == 4 && strneq(a1.name.data, "test", 4))
654 if (!arg(&a2, -1) || a2.name.size > 2 || a2.name.size == 1 && *a2.name.data != '=' || a2.name.size == 2 && (!strneq(a1.name.data, "!=", 2) || !strneq(a2.name.data, "==", 2)))
668 if (!arg(&a1, -1) || a1.name.size != 4 || !strneq(a1.name.data, "echo", 4) || !arg(&a1, -1))
671 if (!arg(&a4, 1) || a4.name.size < 21 || !strneq(a
[all...]
H A Doptget.c1046 if (strneq(s - 1, "+NAME?", 6) && (s += 5) || strneq(s - 1, "+LIBRARY?", 9) && (s += 8) && (l = 1) || strneq(s - 1, "+PLUGIN?", 8) && (s += 7) && (l = 1))
1079 if (strneq(s, "catalog?", 8))
1092 p->catalog = ((t = strchr(s, ']')) && (!p->id || (t - s) != strlen(p->id) || !strneq(s, p->id, t - s))) ? save(s, t - s, 0, 0, 0, 0) : (char*)0;
2024 if (strneq(t, attrs[j].name, m))
3172 if (strneq(t, attrs[j].name, m))
3743 if (style == STYLE_html && (*p != '<' || !strneq(p, "<BR>", 4) && !strneq(p, "<P>", 3)))
3823 if (strneq(
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dppm2tiff.c53 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
265 if (strneq(cp, "1d", 2))
267 else if (strneq(cp, "2d", 2))
269 else if (strneq(cp, "fill", 4))
284 else if (strneq(opt, "jpeg", 4)) {
299 } else if (strneq(opt, "g3", 2)) {
304 } else if (strneq(opt, "lzw", 3)) {
309 } else if (strneq(opt, "zip", 3)) {
H A Dtiffdither.c40 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
147 if (strneq(cp, "1d", 2))
149 else if (strneq(cp, "2d", 2))
151 else if (strneq(cp, "fill", 4))
166 else if (strneq(opt, "g3", 2)) {
171 else if (strneq(opt, "lzw", 3)) {
176 } else if (strneq(opt, "zip", 3)) {
H A Dras2tiff.c45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
233 else if (strneq(opt, "jpeg", 4)) {
248 } else if (strneq(opt, "lzw", 3)) {
253 } else if (strneq(opt, "zip", 3)) {
H A Dsgi2tiff.c36 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
160 else if (strneq(opt, "jpeg", 4)) {
175 } else if (strneq(opt, "lzw", 3)) {
180 } else if (strneq(opt, "zip", 3)) {
H A Dgif2tiff.c54 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
182 else if (strneq(opt, "lzw", 3)) {
187 } else if (strneq(opt, "zip", 3)) {
H A Dsgisv.c40 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
72 else if (strneq(optarg, "jpeg", 4)) {
79 } else if (strneq(optarg, "lzw", 3)) {
H A Dpal2rgb.c41 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
232 else if (strneq(opt, "jpeg", 4)) {
247 } else if (strneq(opt, "lzw", 3)) {
252 } else if (strneq(opt, "zip", 3)) {
H A Dtiff2bw.c41 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
276 else if (strneq(opt, "jpeg", 4)) {
291 } else if (strneq(opt, "lzw", 3)) {
296 } else if (strneq(opt, "zip", 3)) {
H A Dtiffcp.c65 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
323 if (strneq(cp, "1d", 2))
325 else if (strneq(cp, "2d", 2))
327 else if (strneq(cp, "fill", 4))
342 } else if (strneq(opt, "jpeg", 4)) {
357 } else if (strneq(opt, "g3", 2)) {
362 } else if (strneq(opt, "lzw", 3)) {
367 } else if (strneq(opt, "zip", 3)) {
372 } else if (strneq(opt, "jbig", 4)) {
H A Dtiffmedian.c58 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro
299 else if (strneq(opt, "lzw", 3)) {
304 } else if (strneq(opt, "zip", 3)) {
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathcheck.c80 else if (*s != '#' && !isspace(*s) && !strneq(s, "127.", 4) && !strmatch(s, PARANOID_FREE) && o++ > 4)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dtokscan.c93 else if (strneq(b, "null)", 5))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregclass.c201 if (n == cp->size && strneq(s, cp->name, n))
216 if (n == cp->size && strneq(s, cp->name, n) && (!cp->next || cp->next == lc))
266 if (cp->size == n && strneq(name, cp->name, n))
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dscore-dis.c40 #ifndef strneq
41 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Db2m.c43 #define strneq(s,t,n) (strncmp (s, t, n) == 0) macro
155 || !strneq (data.buffer, "BABYL OPTIONS:", 14))
/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A Dcoopen.c122 if (strneq(v, "command=", 8))
124 else if (strneq(v, "state=", 6))
126 else if (strneq(v, "db=", 3))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/astsa/
H A Dast.h115 #define strneq(a,b,n) (*(a)==*(b)&&!strncmp(a,b,n)) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c389 if (strneq(d, s, n) && isspace(d[n]))
404 if ((!path || *path == *p && strlen(path) == (v - p - 1) && !memcmp(path, p, v - p - 1)) && strneq(v, value, n))
568 if (strneq(p, "xpg", 3) || strneq(p, "5bin", 4))
573 if (strneq(p, "bsd", 3) || strneq(p, "ucb", 3))
835 if (strneq(name, p->name, p->length) && ((c = name[p->length] == '_' || name[p->length] == '(' || name[p->length] == '#') || (v = isdigit(name[p->length]) && name[p->length + 1] == '_')))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dast.h211 #define strneq(a,b,n) (*(a)==*(b)&&!strncmp(a,b,n)) macro

Completed in 419 milliseconds

12