Searched refs:streq (Results 1 - 25 of 118) sorted by relevance

12345

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_prog.h17 #define streq(x,y) (0 == strcmp((x),(y))) macro
H A Dexp_tty.c361 if (ec && !streq(ec,"NONE")) return TCL_ERROR;
399 if (streq(infile,"/dev/tty")) {
421 if (streq(*argv,"raw") ||
422 streq(*argv,"-cooked")) {
427 } else if (streq(*argv,"-raw") ||
428 streq(*argv,"cooked")) {
434 } else if (streq(*argv,"echo")) {
439 } else if (streq(*argv,"-echo")) {
444 } else if (streq(*argv,"rows")) {
454 } else if (streq(*arg
[all...]
H A Dexp_trap.c289 if (streq(s,name) || streq(s,name+3)) return(sig);
325 if (streq(arg,"-code")) {
328 } else if (streq(arg,"-interp")) {
331 } else if (streq(arg,"-name")) {
334 } else if (streq(arg,"-number")) {
337 } else if (streq(arg,"-max")) {
405 if (streq(action,"SIG_DFL")) {
419 if (streq(action,"SIG_IGN")) {
526 if (!streq("NON
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dpids.c65 if (!(s = fp->t_str) || streq(s, "pid"))
67 else if (streq(s, "pgid"))
69 else if (streq(s, "ppid"))
71 else if (streq(s, "tid") || streq(s, "tty"))
78 else if (streq(s, "sid"))
84 else if (streq(s, "format"))
H A Dvmstate.c75 if (!(s = fp->t_str) || streq(s, "size"))
77 else if (streq(s, "region"))
79 else if (streq(s, "segments"))
81 else if (streq(s, "busy_size"))
83 else if (streq(s, "busy_blocks"))
85 else if (streq(s, "busy_max"))
87 else if (streq(s, "flags"))
105 else if (streq(s, "free_size"))
107 else if (streq(s, "free_blocks"))
109 else if (streq(
[all...]
H A Dgetconf.c229 else if (streq(name, empty))
235 if (streq(path, empty))
253 if (streq(path, empty))
258 if ((value = *++argv) && (streq(value, empty)))
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstruniq.c45 while (streq(*ao, *an))
H A Dfmtgid.c82 if (streq(name, "Administrators"))
H A Dfmtuid.c82 if (streq(name, "Administrator"))
H A Dstruid.c93 else if (streq(name, "root") && (pw = getpwnam("Administrator")))
/macosx-10.10.1/system_cmds-643.1.1/chkpasswd.tproj/
H A Dstringops.h24 #define streq(A, B) (strcmp(A, B) == 0) macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dgetsubopt.c77 if (streq(b, *op))
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/path/
H A Dpathtemp.c121 if (streq(pfx, "cycle"))
130 tmp.manual = streq(dir, "manual");
133 else if (streq(pfx, "prefix"))
140 else if (streq(pfx, "private"))
145 else if (streq(pfx, "public"))
150 else if (streq(pfx, "seed"))
155 else if (streq(pfx, TMP_ENV))
167 else if (streq(pfx, TMP_PATH_ENV))
H A Dpathfind.c35 #define regular(p,s) (stat((p),(s))>=0&&(S_ISREG((s)->st_mode)||streq(p,"/dev/null")))
59 if (dir && *dir && !streq(dir, ".") && directory(dir, &st))
62 if (streq(dir, dp->dir))
H A Dpathrepl.c56 if (streq(match, replace))
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dsyslogd.c533 if (streq(argv[i], "-config"))
538 if (streq(argv[i], "mac"))
543 else if (streq(argv[i], "appletv"))
548 else if (streq(argv[i], "iphone"))
564 if (streq(argv[i], "-d"))
569 else if (streq(argv[i], "-db"))
574 if (streq(argv[i], "file"))
579 else if (streq(argv[i], "memory"))
586 else if (streq(argv[i], "-m"))
590 else if (streq(arg
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libdll/
H A Ddll_lib.c52 if (strneq(name, id, n) && (streq(name + n, "_s") || streq(name + n, "_t")))
128 if (streq(names->base, lib->base))
138 if (!(dll = dllplugin(names->id, names->name, NiL, version, NiL, RTLD_LAZY, names->path, names->data + sizeof(names->data) - names->path)) && (streq(names->name, names->base) || !(dll = dllplugin(names->id, names->base, NiL, version, NiL, RTLD_LAZY, names->path, names->data + sizeof(names->data) - names->path))))
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffdither.c39 #define streq(a,b) (strcmp(a,b) == 0) macro
162 if (streq(opt, "none"))
164 else if (streq(opt, "packbits"))
169 } else if (streq(opt, "g4"))
207 if (streq(optarg, "lsb2msb"))
209 else if (streq(optarg, "msb2lsb"))
H A Dsgi2tiff.c35 #define streq(a,b) (strcmp(a,b) == 0) macro
73 if (streq(optarg, "lsb2msb"))
75 else if (streq(optarg, "msb2lsb"))
81 if (streq(optarg, "separate"))
83 else if (streq(optarg, "contig"))
156 if (streq(opt, "none"))
158 else if (streq(opt, "packbits"))
H A Drgb2ycbcr.c40 #define streq(a,b) (strcmp(a,b) == 0) macro
77 if (streq(optarg, "none"))
79 else if (streq(optarg, "packbits"))
81 else if (streq(optarg, "lzw"))
83 else if (streq(optarg, "jpeg"))
85 else if (streq(optarg, "zip"))
H A Dtiff2rgba.c40 #define streq(a,b) (strcmp(a,b) == 0) macro
73 if (streq(optarg, "none"))
75 else if (streq(optarg, "packbits"))
77 else if (streq(optarg, "lzw"))
79 else if (streq(optarg, "jpeg"))
81 else if (streq(optarg, "zip"))
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dst_bugs.c70 if (streq(ml->ml_name, mems[i]))
82 if (act->t_type != STRUCT || !streq(act->t_name, acts[i]))
124 if (mems[i] && !streq(ml->ml_name, mems[i]))
131 !streq(ml->ml_type->t_tdesc->t_name, "vmem"))
179 if (!streq(cpu->t_name, "cpu") || cpu->t_type != STRUCT)
/macosx-10.10.1/vim-55/src/
H A Dnetbeans.c1376 #define streq(a,b) (strcmp(a,b) == 0) macro
1405 if (streq((char *)cmd, "getModified"))
1416 else if (streq((char *)cmd, "saveAndExit"))
1425 else if (streq((char *)cmd, "getCursor"))
1440 else if (streq((char *)cmd, "getAnno"))
1463 else if (streq((char *)cmd, "getLength"))
1480 else if (streq((char *)cmd, "getText"))
1535 else if (streq((char *)cmd, "remove"))
1699 else if (streq((char *)cmd, "insert"))
1877 if (streq((cha
[all...]
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A DMakefile.am38 width.c uniwidth.h unitypes.h cjk.h streq.h \
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_msg.c65 #define streq(A, B) (strcmp(A, B) == 0) macro
141 if (streq(s + 18, "domain")) return ASL_MT_KEY_DOMAIN;
142 else if (streq(s + 18, "domain_scope")) return ASL_MT_KEY_SCOPE;
143 else if (streq(s + 18, "result")) return ASL_MT_KEY_RESULT;
144 else if (streq(s + 18, "signature")) return ASL_MT_KEY_SIG;
145 else if (streq(s + 18, "signature2")) return ASL_MT_KEY_SIG2;
146 else if (streq(s + 18, "signature3")) return ASL_MT_KEY_SIG3;
147 else if (streq(s + 18, "success")) return ASL_MT_KEY_SUCCESS;
148 else if (streq(s + 18, "uuid")) return ASL_MT_KEY_UUID;
149 else if (streq(
[all...]

Completed in 442 milliseconds

12345