Searched refs:reqlength (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdMZ.c2512 int length1, length2, i, match, length, nocase = 0, reqlength = -1;
2533 if (TclGetIntFromObj(interp, objv[i], &reqlength) != TCL_OK) {
2550 if ((reqlength == 0) || (objv[0] == objv[1])) {
2593 if ((reqlength < 0) && !nocase) {
2602 if ((reqlength < 0) && (length1 != length2)) {
2606 if (reqlength > 0 && reqlength < length) {
2607 length = reqlength;
2608 } else if (reqlength < 0) {
2614 reqlength
2492 int length1, length2, i, match, length, nocase = 0, reqlength = -1; local
2639 int length1, length2, i, match, length, nocase = 0, reqlength = -1; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dsecurity_codesigning.d56 probe eval__reqint__start(const void *reqdata, uint32_t reqlength);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsecurity_codesigning.d56 probe eval__reqint__start(const void *reqdata, uint32_t reqlength);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdMZ.c1276 int i, match, length, nocase = 0, reqlength = -1;
1297 &reqlength) != TCL_OK) {
1314 if ((reqlength == 0) || (objv[0] == objv[1])) {
1355 if ((reqlength < 0) && !nocase) {
1365 && (reqlength < 0) && (length1 != length2)) {
1369 if (reqlength > 0 && reqlength < length) {
1370 length = reqlength;
1371 } else if (reqlength < 0) {
1376 reqlength
1269 int i, match, length, nocase = 0, reqlength = -1; local
[all...]

Completed in 202 milliseconds