Searched refs:streq (Results 26 - 50 of 101) sorted by relevance

12345

/illumos-gate/usr/src/lib/libcmd/common/
H A Dcksum.c153 if (!path || streq(path, "-") || streq(path, "/dev/stdin") || streq(path, "/dev/fd/0"))
311 if (!streq(s, t))
395 else if (streq(s, "permissions"))
436 if (streq(s, "methods"))
H A Dcomm.c179 if(streq(cp,"-"))
184 if(streq(cp,"-"))
H A Drev.c141 if(!cp || streq(cp,"-"))
H A Dwc.c156 if (!cp || streq(cp,"-"))
H A Dcmp.c224 if (streq(file1, "-"))
232 if (streq(file2, "-"))
H A Ddate.c221 if (!streq(cmd, s) && (!eaccess(s, X_OK) || !eaccess(s+=4, X_OK)))
224 if (streq(astconf("UNIVERSE", NiL, NiL), "att"))
H A Dfold.c228 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))
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.h156 extern int streq(char *, char *);
H A Drpc_svcout.c357 int oneway = streq(proc->res_type, "oneway");
361 streq(proc->args.decls->decl.type, "void")) {
421 if (!streq(proc->args.decls->decl.type, "void"))
468 if (streq(proc->args.decls->decl.type,
497 if (streq(proc->res_type, "void") ||
498 streq(proc->res_type, "oneway"))
566 if (streq(proc->res_type, "oneway")) {
694 if (streq(proc->proc_num, "0"))
1133 if (streq(transp, "udp"))
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrgid.c101 else if (!streq(name, "sys"))
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c78 #define STANDARD(v) (streq(v,"standard")||streq(v,"strict")||streq(v,"posix")||streq(v,"xopen"))
509 ok = streq(_UNIV_DEFAULT, DEFAULT(OP_universe));
620 n = state.std = streq(fp->value, fp->std);
691 while (n < univ_max && !streq(value, univ_name[n])
711 if (value && streq(path, "="))
741 if (streq(path, "="))
758 if (value && (streq(valu
[all...]
H A Dmnt.c93 if (streq(fs, "none"))
100 if (streq(type, "system") || streq(type, "user"))
357 if (vmt2datasize(mp->next, VMT_HOST) && (s = vmt2dataptr(mp->next, VMT_HOST)) && !streq(s, "-"))
H A Dlc.c298 if (tp && tp != &lc_territories[0] && (!(flags & (LC_abbreviated|LC_default)) || !lp || !streq(lp->code, tp->code)))
365 else if (streq(lc->charset->ms, code))
418 if (streq(t, mp->code))
518 for (lp = lc_languages; lp->code && !streq(s, lp->code); lp++);
526 for (lp = lc_languages; lp->code && !streq(s, lp->code); lp++);
542 for (tp = lc_territories; tp->code && !streq(s, tp->code); tp++);
614 if (streq(s, tp->code))
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgstr.c719 if (streq(current, a_token)) {
789 if (streq(a_string, a_token)) {
823 if (streq(p, a_token) && (a_index-- == 0)) {
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dtdata.c173 return (!streq(tdp1->t_name, tdp2->t_name));
308 return (streq(le->le_name, tmpl->le_name));
317 if (streq(label, "BASE")) {
H A Diidesc.c76 !streq(src->ii_name, tgt->ii_name))
H A Dutil.c50 streq(const char *s1, const char *s2) function
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dtranslate.c330 if (streq(loc, "debug"))
364 cp->debug = streq(cp->locale, "debug");
397 if (streq(r, (char*)msg))
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllscan.c156 if (!info.sibling[0] || streq(info.sibling[0], bin))
158 if (!streq(info.sibling[0], lib))
164 if (streq(info.suffix, ".dll"))
254 if (!version && streq(info->suffix, ".dylib"))
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathkey.c61 if (tool && streq(tool, "mam"))
/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c290 if (!streq(s, VDB_DIRECTORY))
327 if (streq(fp->name, "."))
374 if (!xp || !streq(xp->name, pp.path))
427 if (streq(error_info.file, pp.path))
433 if (in->type == IN_FILE && in->file && streq(in->file, pp.path))
498 while ((up = up->next) && !streq(up->name, dp->name));
659 if (n < m || !streq(fp->name + 4, error_info.file + n - m))
731 if (!streq(fp->name, pp.in->prefix))
H A Dppop.c185 if (streq(fp->name, "."))
203 if (streq(pp.token, "all"))
208 else if (streq(pp.token, "hosted"))
213 else if (streq(pp.token, "nohosted"))
380 else if (streq(p, "-"))
539 else if (streq(p, "-"))
1445 if (streq(p, "count"))
1447 else if (streq(p, "hashcount"))
1449 else if (streq(p, "hashdump"))
1451 else if (streq(
[all...]
H A Dppmisc.c92 if (streq(q->value, args))

Completed in 117 milliseconds

12345