Searched refs:argLen (Results 1 - 4 of 4) sorted by last modified time

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdMZ.c973 int optionLen, argLen, code, result;
987 char *arg = Tcl_GetStringFromObj(objv[1], &argLen);
969 int optionLen, argLen, code, result; local
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXdebug.c174 int idx, argLen, printLen;
177 argLen = strlen (argStr);
178 printLen = argLen;
171 int idx, argLen, printLen; local
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadSvListCmd.c354 int argLen, ret, off, llen, first, last, ndel, nargs, i, j;
385 firstArg = Tcl_GetStringFromObj(objv[off], &argLen);
389 if (llen && first >= llen && strncmp(firstArg, "end", argLen)) {
349 int argLen, ret, off, llen, first, last, ndel, nargs, i, j; local
/macosx-10.10.1/disklabel-6/
H A Dmain.c93 int argLen; local
123 argLen = strlen(cp);
125 if (strncasecmp(cp, "-status", argLen) == 0) {
129 } else if (strncasecmp(cp, "-destroy", argLen) == 0) {
133 } else if (strncasecmp(cp, "-create", argLen) == 0) {
137 } else if (strncasecmp(cp, "-properties", argLen) == 0 ||

Completed in 180 milliseconds