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

12345

/macosx-10.9.5/tcl-102/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.9.5/ksh-20/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"))
80 else if (streq(s, "format"))
H A Dvmstate.c74 if (!(s = fp->t_str) || streq(s, "size"))
76 else if (streq(s, "region"))
78 else if (streq(s, "segments"))
80 else if (streq(s, "busy_size"))
82 else if (streq(s, "busy_blocks"))
84 else if (streq(s, "busy_max"))
86 else if (streq(s, "flags"))
102 else if (streq(s, "free_size"))
104 else if (streq(s, "free_blocks"))
106 else if (streq(
[all...]
H A Dgetconf.c226 else if (streq(name, empty))
232 if (streq(path, empty))
249 if (streq(path, empty))
254 if ((value = *++argv) && (streq(value, empty)))
H A Dhead.c126 if (!cp || streq(cp, "-"))
/macosx-10.9.5/ksh-20/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.9.5/system_cmds-597.90.1/chkpasswd.tproj/
H A Dstringops.h24 #define streq(A, B) (strcmp(A, B) == 0) macro
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chkpasswd.tproj/
H A Dstringops.h24 #define streq(A, B) (strcmp(A, B) == 0) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dgetsubopt.c77 if (streq(b, *op))
/macosx-10.9.5/ksh-20/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.9.5/syslog-217.1.4/syslogd.tproj/
H A Dsyslogd.c68 #define streq(A,B) (strcmp(A,B)==0) macro
522 if (streq(argv[i], "-config"))
527 if (streq(argv[i], "mac"))
532 else if (streq(argv[i], "appletv"))
537 else if (streq(argv[i], "iphone"))
553 if (streq(argv[i], "-d"))
558 else if (streq(argv[i], "-db"))
563 if (streq(argv[i], "file"))
568 else if (streq(argv[i], "memory"))
573 else if (streq(arg
[all...]
/macosx-10.9.5/tcl-102/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.9.5/dtrace-118.1/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.9.5/vim-53/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.9.5/libiconv-41/libiconv/srclib/
H A DMakefile.am38 width.c uniwidth.h unitypes.h cjk.h streq.h \

Completed in 238 milliseconds

12345