Searched refs:streq (Results 51 - 75 of 119) sorted by relevance

12345

/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A Dcoopen.c330 if (streq(s, CO_OPT_ACK))
332 else if (streq(s, CO_OPT_INDIRECT))
396 if (!(s = sh[1]) || (s = (t = strrchr(s, '/')) ? (t + 1) : s) && !strmatch(s, "?(k)sh") && !streq(s, CO_ID))
H A Dcoexec.c281 if (out && streq(out, err))
356 if (out && streq(out, err))
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2bw.c40 #define streq(a,b) (strcmp((a),(b)) == 0) macro
272 if (streq(opt, "none"))
274 else if (streq(opt, "packbits"))
H A Dtiffcp.c64 #define streq(a,b) (strcmp(a,b) == 0) macro
210 if (streq(optarg, "lsb2msb"))
212 else if (streq(optarg, "msb2lsb"))
228 if (streq(optarg, "separate"))
230 else if (streq(optarg, "contig"))
338 if (streq(opt, "none")) {
340 } else if (streq(opt, "packbits")) {
360 } else if (streq(opt, "g4")) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c48 #define streq(a, b) (strcmp ((a), (b)) == 0) macro
173 if (streq (section->name, section_flags[i].name))
318 if (streq (name, styp_flags[i].name))
326 if (streq (name, _COMMENT))
1973 if (streq (current->name, _RDATA))
1976 && ! streq (current->name, _PDATA)
1977 && ! streq (current->name, _RCONST))
1998 if (streq (current->name, _PDATA))
2014 || ! streq (current->name, _RDATA))
2015 && ! streq (curren
[all...]
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Diidesc.c76 !streq(src->ii_name, tgt->ii_name))
H A Dutil.c50 streq(const char *s1, const char *s2) function
H A Dctftools.h437 int streq(const char *, const char *);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/astsa/
H A Dast.h114 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dfold.c226 if(!cp || streq(cp,"-"))
H A Dtee.c161 if (*argv && streq(*argv, "-"))
H A Did.c311 if (streq(s, name))
381 if (streq(s, name))
H A Drm.c383 if (*argv && streq(*argv, "-") && !streq(*(argv - 1), "--"))
H A Dexpr.c421 np->num = streq(left,right);
436 np->num = !streq(left,right);
H A Dpaste.c262 if(!cp || streq(cp,"-"))
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_util.h74 #define streq(str1, str2) (((str1) && (str2)) ? !strcmp((str1), (str2)) : 0) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfkeyprintf.c194 if (streq(a, "case"))
196 else if (streq(a, "edit"))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dcmdarg.c72 if ((flags & CMD_POST) && argpat && streq(*p, argpat))
119 else if (streq(argv[0], echo[0]))
H A Dfastfind.c202 if (file && (!*file || streq(file, "-")))
449 if (streq(b, FF_typ_magic))
473 else if (streq(b, FF_dir_magic))
475 else if (streq(b, FF_gnu_magic))
519 if (k == 1 && streq(disc->dirs[0], "/"))
643 if (s != pattern && !streq(pattern, "*"))
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Debrowse.c56 #define streq(X, Y) (*(X) == *(Y) && strcmp ((X) + 1, (Y) + 1) == 0) macro
80 #define FILENAME_EQ(X,Y) (streq(X,Y))
655 if (streq (name, sym->name)
658 && streq (sym->namesp->name, scope->name))))
761 if (p->list == list && p->param_hash == hash && streq (name, p->name))
1076 if (m->param_hash == m2->param_hash && streq (m->name, m2->name))
1129 if (streq (p->name, name) && (p->namesp == context))
1169 if (streq (name, al->name) && (al->namesp == current_namespace))
1196 if (streq (new_name, al->name) && (al->namesp == current_namespace))
1559 if (*yytext && streq (yytex
[all...]
H A Detags.c230 #define streq(s,t) (assert((s)!=NULL || (t)!=NULL), !strcmp (s, t)) macro
1358 if (streq (tagfile, "-")
1373 if (streq (tagfile, "-"))
1423 if (streq (this_file, "-"))
1549 if (streq (compr->suffix, suffix))
1575 if (streq (name, lang->name))
1599 if (streq (*iname, interpreter))
1623 ? streq (*name, file)
1636 ? streq (*ext, suffix)
1661 if (streq (fil
[all...]
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dpathwatch.c75 #define streq(A,B) (strcmp(A,B)==0) macro
402 if ((vnode->type == type) && (streq(path, vnode->path)))
829 if ((vnode->path != NULL) && (pnode->path != NULL) && streq(vnode->path, pnode->path))
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drbnf.cpp114 streq(const UChar* lhs, const UChar* rhs) { function
134 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) {
143 // if no locale, ix is -1, getLocaleName returns null, so streq returns false
144 if (!streq(locale, rhs->getLocaleName(ix))) {
148 if (!streq(getDisplayName(i, j), rhs->getDisplayName(ix, j))) {
163 if (streq(locale, getLocaleName(i))) {
174 if (streq(ruleset, getRuleSetName(i))) {
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathprobe.c247 if (streq(k, "VERSION"))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregclass.c225 if (!streq(cp->name, s))

Completed in 185 milliseconds

12345