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

12345

/illumos-gate/usr/src/lib/libcmd/common/
H A Drm.c393 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.c253 if(!cp || streq(cp,"-"))
H A Duniq.c311 if((cp = *argv) && (argv++,!streq(cp,"-")))
H A Dtail.c274 if (!tp->name || streq(tp->name, "-"))
719 if (!file || streq(file, "-"))
H A Dcat.c519 if (!cp || streq(cp, "-"))
H A Dchgrp.c337 if (streq(s, "-"))
H A Duname.c329 if (!streq(argv[0], s) && (!eaccess(s, X_OK) || !eaccess(s+=4, X_OK)))
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c192 if (streq(a, "case"))
194 else if (streq(a, "edit"))
/illumos-gate/usr/src/lib/libast/common/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, "*"))
H A Derror.c337 if (streq(s, "q") || streq(s, "quit"))
H A Dmime.c249 if (!cap->test && !dup->test || cap->test && dup->test && streq(cap->test, dup->test))
694 if (view && *view && !streq(view, "-"))
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c78 if (streq(q->value, args))
207 disable = (c == T_ID && streq(pp.token, pp.pass)) ? 2 : 0;
786 else if (streq(v, __va_args__))
794 if (streq(formargs[n], v))
898 if (streq(formargs[c], pp.token))
967 if (streq(formargs[c], pp.token))
1061 if (streq(formargs[c], v))
1193 if ((i0 & SYM_FUNCTION) != (sym->flags & SYM_FUNCTION) || old.arity != mac->arity || !streq(old.value, mac->value)) goto redefined;
1204 if (!streq(mac->formkeys[n].name, old.formkeys[n].name) || !streq(ma
[all...]
H A Dppcall.c129 if (streq(pp.token, tp->token))
287 if (streq(pp.token, mac->args.key[c].name)) break;
H A Dppinput.c516 if (!streq(s, pp.checkpoint))
640 if (streq(s, "OPTION")) /* ... */;
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c846 (streq(lc->name, lc->code) || !(sys = setlocale(lc_categories[category].external, lc->code))) &&
847 !streq(lc->code, lc->language->code))
1101 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp)))))
1109 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp)))))
1120 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp)))))
H A Diconv.c489 if ((locales[AST_LC_CTYPE]->flags & LC_default) || !locales[AST_LC_CTYPE]->charset || !(m = locales[AST_LC_CTYPE]->charset->code) || streq(m, "iso8859-1"))
1076 if (fc != CC_ICONV && fc == tc || streq(fr, to))
1084 if ((cc = freelist[i]) && streq(to, cc->to.name) && streq(fr, cc->from.name))
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c256 if (infile != NULL && streq(outfile, infile)) {
955 if (streq(argv[i], "-s")) {
965 if (streq(argv[i], "-s")) {
971 } else if (streq(argv[i], "-n")) {
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h432 int streq(const char *, const char *);
H A Doutput.c162 if (streq(iidesc->ii_name, match->iim_name) == 0)
181 streq(iidesc->ii_owner, match->iim_file)) {
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast.h198 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathprobe.c232 if (streq(k, "VERSION"))
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c417 if (streq(tag->params[k].name, name)) {
480 if (streq(tag->params[k].name, name)) {
903 if (streq(tag->name, name) && (index == 0)) {
922 if (streq(tag->tags[k].name, name)) {
1247 if (streq(tag->params[k].name, name)) {
1474 if (!streq(tag->params[k].name, name)) {
1480 if (streq(tag->params[k].value, value)) {
2588 if (!streq(parent, name)) {
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcvt.c169 if (streq(codes[i].name, name))

Completed in 128 milliseconds

12345