Searched refs:STREQU (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXfstat.c272 if (STREQU (itemName, "dev"))
274 else if (STREQU (itemName, "ino"))
276 else if (STREQU (itemName, "mode"))
278 else if (STREQU (itemName, "nlink"))
280 else if (STREQU (itemName, "uid"))
282 else if (STREQU (itemName, "gid"))
284 else if (STREQU (itemName, "size"))
286 else if (STREQU (itemName, "atime"))
288 else if (STREQU (itemName, "mtime"))
290 else if (STREQU (itemNam
[all...]
H A DtclXgeneral.c189 if (STREQU ("version", optionPtr)) {
195 if (STREQU ("patchlevel", optionPtr)) {
199 if (STREQU ("have_fchown", optionPtr)) {
207 if (STREQU ("have_fchmod", optionPtr)) {
215 if (STREQU ("have_flock", optionPtr)) {
222 if (STREQU ("have_fsync", optionPtr)) {
230 if (STREQU ("have_ftruncate", optionPtr)) {
238 if (STREQU ("have_msgcats", optionPtr)) {
246 if (STREQU ("have_posix_signals", optionPtr)) {
254 if (STREQU ("have_signal_restar
[all...]
H A DtclXflock.c101 if (STREQU (originStr, "start")) {
103 } else if (STREQU (originStr, "current")) {
105 } else if (STREQU (originStr, "end")) {
149 if (STREQU (optStr, "-read")) {
153 if (STREQU (optStr, "-write")) {
157 if (STREQU (optStr, "-nowait")) {
H A DtclXdup.c86 if (STREQU (option, "-blocking") && (value [0] != '0')) {
89 if (STREQU (option, "-peername") || STREQU (option, "-sockname")) {
141 if (STREQU (channelType->typeName, "pipe")) {
H A DtclXstring.c290 if (!STREQU (optionString, "-local")) {
703 if (STREQU(optStr, "-failindex")) {
733 if (STREQU(class, "char")) {
746 if (STREQU(class, "ord")) {
760 if (STREQU(class, "alnum")) {
766 } else if (STREQU(class, "alpha")) {
772 } else if (STREQU(class, "ascii")) {
780 } else if (STREQU(class, "cntrl")) {
789 } else if (STREQU(class, "digit")) {
795 } else if (STREQU(clas
[all...]
H A DtclXsignal.c576 if (STREQU (sigNamePtr, sigNameTable [idx].name)) {
995 if (STREQU (signalStr, "*")) {
1015 if (STREQU (signalStr, "*"))
1217 if (STREQU (actionStr, SIGACT_DEFAULT)) {
1221 } else if (STREQU (actionStr, SIGACT_IGNORE)) {
1225 } else if (STREQU (actionStr, SIGACT_ERROR)) {
1229 } else if (STREQU (actionStr, SIGACT_TRAP)) {
1233 } else if (STREQU (actionStr, SIGACT_UNKNOWN)) {
1384 if (STREQU (argStr, "-restart")) {
1413 if (STREQU (actionSt
[all...]
H A DtclXprocess.c101 if (STREQU (argStr, "-argv0")) {
184 if (STREQU (argStr, "-nohang")) {
190 if (STREQU (argStr, "-untraced")) {
196 if (STREQU (argStr, "-pgroup")) {
H A DtclXsocket.c225 if (STREQU (subCommand, "addresses")) {
241 if (STREQU (subCommand, "address_name")) {
256 if (STREQU (subCommand, "official_name")) {
265 if (STREQU (subCommand, "aliases")) {
H A DtclXdebug.c429 if (STREQU (argStr, "depth")) {
444 if (STREQU (argStr, "off")) {
457 if (STREQU (argStr, "on")) {
466 if (STREQU (argStr, "notruncate")) {
472 if (STREQU (argStr, "noeval")) {
478 if (STREQU (argStr, "procs")) {
493 if (STREQU (argStr, "command")) {
H A DtclXutil.c504 if (STREQU (strValue, "auto")) {
506 } else if (STREQU (strValue, "lf")) {
508 } else if (STREQU (strValue, "binary")) {
510 } else if (STREQU (strValue, "cr")) {
512 } else if (STREQU (strValue, "crlf")) {
514 } else if (STREQU (strValue, "platform")) {
618 if (STREQU (strValue.string, "full")) {
620 } else if (STREQU (strValue.string, "line")) {
622 } else if (STREQU (strValue.string, "none")) {
H A DtclXcmdloop.c714 if (STREQU (argStr, "-async")) {
716 } else if (STREQU (argStr, "-prompt1")) {
720 } else if (STREQU (argStr, "-prompt2")) {
724 } else if (STREQU (argStr, "-interactive")) {
729 if (STREQU (argStr, "tty")) {
736 } else if (STREQU (argStr, "-endcommand")) {
H A DtclXchmod.c343 if (STREQU (fileIdsString, FILE_ID_OPT)) {
414 if (STREQU (fileIdsSwitch, FILE_ID_OPT)) {
495 if (STREQU (fileIdsSwitch, FILE_ID_OPT)) {
H A DtclXfilecmds.c185 if (STREQU (switchString, FILE_ID_OPT)) {
279 if (!STREQU (switchString, "-hidden")) {
H A DtclXmsgcat.c136 if (STREQU ("-fail", optionStr))
138 else if (STREQU ("-nofail", optionStr))
H A DtclXfilescan.c366 if (STREQU (subCommand, "create")) {
377 if (STREQU (subCommand, "delete")) {
389 if (STREQU (subCommand, "copyfile")) {
429 if (STREQU (Tcl_GetStringFromObj (objv[1], NULL), "-nocase")) {
828 if (!STREQU (Tcl_GetStringFromObj (objv[1], NULL), "-copyfile"))
H A DtclXlist.c432 if (STREQU (modeStr, "-exact")) {
434 } else if (STREQU (modeStr, "-glob")) {
436 } else if (STREQU (modeStr, "-regexp")) {
H A DtclXlib.c791 if ((nameLen > 5) && STREQU (chkName + nameLen - 5, ".tlib")) {
793 } else if ((nameLen > 4) && STREQU (chkName + nameLen - 4, ".tli")) {
973 if ((pathLen > 5) && STREQU (pathName + pathLen - 5, ".tlib")) {
976 } else if ((pathLen > 4) && STREQU (pathName + pathLen - 4, ".tli")) {
H A DtclXprofile.c878 if (STREQU (argStr, "-commands")) {
880 } else if (STREQU (argStr, "-eval")) {
900 if (STREQU (argStr, "on")) {
917 if (STREQU (argStr, "off")) {
H A DtclXfcntl.c120 if (STREQU (attrNameUp, TclXfcntlAttrNames [idx].name)) {
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixId.c258 if (STREQU (subCommand, "user"))
261 if (STREQU (subCommand, "userid")) {
267 if (STREQU (subCommand, "group"))
270 if (STREQU (subCommand, "groupid")) {
298 if (STREQU (subCommand, "user"))
301 if (STREQU (subCommand, "userid")) {
306 if (STREQU (subCommand, "group"))
309 if (STREQU (subCommand, "groupid")) {
345 if (STREQU (subCommand, "parent")) {
353 if (STREQU (subComman
[all...]
H A DtclXunixSock.c159 if (STREQU ("-myip", argv [nextArg])) {
166 } else if (STREQU ("-myport", argv [nextArg])) {
170 if (STREQU (argv [nextArg], "reserved")) {
177 } else if (STREQU ("-backlog", argv [nextArg])) {
183 } else if (STREQU ("-reuseaddr", argv [nextArg])) {
286 if (STREQU ("-buf", argv [nextArg])) {
289 } else if (STREQU ("-nobuf", argv [nextArg])) {
H A DtclXunixDup.c48 if (STREQU (handle, "stdin"))
50 else if (STREQU (handle, "stdout"))
52 else if (STREQU (handle, "stderr"))
137 if (STREQU (channelType->typeName, "tcp")) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldaptcl/
H A DneoXldap.c58 #define STREQU(str1, str2) \ macro
455 if (STREQU (subCommand, "bind")) {
469 if (STREQU (ldap_authString, "simple")) {
473 else if (STREQU (ldap_authString, "kerberos_ldap")) {
475 } else if (STREQU (ldap_authString, "kerberos_dsa")) {
477 } else if (STREQU (ldap_authString, "kerberos_both")) {
530 if (STREQU (subCommand, "unbind")) {
540 if (STREQU (subCommand, "delete")) {
560 if (STREQU (subCommand, "rename_rdn") || STREQU (subComman
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/win/
H A DtclXwinId.c120 if (STREQU (optionPtr, "process")) {
127 if (STREQU (optionPtr, "host")) {
H A DtclXwinDup.c43 if (STREQU (channelName, "stdin"))
45 else if (STREQU (channelName, "stdout"))
47 else if (STREQU (channelName, "stderr"))

Completed in 226 milliseconds

12