Searched refs:listLen (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_notifychanges.c76 mach_msg_type_number_t *listLen,
86 *listLen = 0;
100 *listLen = len;
74 _notifychanges(mach_port_t server, xmlDataOut_t *listRef, mach_msg_type_number_t *listLen, int *sc_status ) argument
H A D_configlist.c101 mach_msg_type_number_t *listLen,
112 *listLen = 0;
142 *listLen = len;
96 _configlist(mach_port_t server, xmlData_t keyRef, mach_msg_type_number_t keyLen, int isRegex, xmlDataOut_t *listRef, mach_msg_type_number_t *listLen, int *sc_status, audit_token_t audit_token) argument
H A Dconfigd_server.h72 mach_msg_type_number_t *listLen,
157 mach_msg_type_number_t *listLen,
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXlist.c148 int listIdx, listLen;
171 if (Tcl_ListObjLength (interp, listVarPtr, &listLen) != TCL_OK)
177 listLen, &listIdx) != TCL_OK) {
180 if ((listIdx < 0) || (listIdx >= listLen)) {
245 int listIdx, listLen;
270 if (Tcl_ListObjLength (interp, listVarPtr, &listLen) != TCL_OK)
276 listLen, &listIdx) != TCL_OK) {
282 if (listIdx > listLen)
283 listIdx = listLen;
146 int listIdx, listLen; local
242 int listIdx, listLen; local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclCmdIL.c2414 int joinLength, listLen, length, i, result;
2433 result = Tcl_ListObjGetElements(interp, objv[1], &listLen, &elemPtrs);
2445 for (i = 0; i < listLen; i++) {
2556 int listLen; /* Length of the list being manipulated. */
2610 &listLen, &elemPtrs);
2621 /*endValue*/ (listLen - 1),
2632 || index >= listLen ) {
2649 result = Tcl_ListObjGetElements(interp, listPtr, &listLen,
2728 int listLen; /* Length of the current list being
2751 &listLen,
2387 int joinLength, listLen, length, i, result; local
2526 int listLen; /* Length of the list being manipulated. */ local
2697 int listLen; /* Length of the current list being local
2933 int listLen, result; local
2950 Tcl_SetIntObj(Tcl_GetObjResult(interp), listLen); local
2981 int listLen, first, last, numElems, result; local
3075 int isDuplicate, first, last, listLen, numToDelete, result; local
4021 int order, listLen, index; local
[all...]
H A DtclCmdMZ.c3295 int i, listLen, result;
3306 result = Tcl_ListObjGetElements(interp, objv[4], &listLen,
3311 if (listLen == 0) {
3317 for (i = 0; i < listLen; i++) {
3540 int i, listLen, result;
3551 result = Tcl_ListObjGetElements(interp, objv[4], &listLen,
3556 if (listLen == 0) {
3561 for (i = 0; i < listLen; i++) {
3740 int i, listLen, result;
3751 result = Tcl_ListObjGetElements(interp, objv[4], &listLen,
3282 int i, listLen, result; local
3526 int i, listLen, result; local
3725 int i, listLen, result; local
[all...]
H A DtclListObj.c377 int listLen, objc, result;
390 listLen = listRepPtr->elemCount;
402 return Tcl_ListObjReplace(interp, listPtr, listLen, 0, objc, objv);
372 int listLen, objc, result; local
H A DtclExecute.c4181 int iterNum, listTmpIndex, listLen, numVars;
4206 result = Tcl_ListObjLength(interp, listPtr, &listLen);
4212 if (listLen > (iterNum * numVars)) {
4245 &listLen, &elements);
4246 if (valIndex >= listLen) {
4171 int iterNum, listTmpIndex, listLen, numVars; local
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslCert.c143 size_t listLen, certLen; local
150 listLen = SSLDecodeInt(p,3);
152 if (listLen + 3 != message.length) {
157 while (listLen > 0)
159 if (listLen < 3) {
165 if (listLen < certLen + 3) {
196 listLen -= 3+certLen;
198 assert(p == message.data + message.length && listLen == 0);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslCert.c143 size_t listLen, certLen; local
150 listLen = SSLDecodeInt(p,3);
152 if (listLen + 3 != message.length) {
157 while (listLen > 0)
159 if (listLen < 3) {
165 if (listLen < certLen + 3) {
196 listLen -= 3+certLen;
198 assert(p == message.data + message.length && listLen == 0);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslCert.c143 size_t listLen, certLen; local
150 listLen = SSLDecodeInt(p,3);
152 if (listLen + 3 != message.length) {
157 while (listLen > 0)
159 if (listLen < 3) {
165 if (listLen < certLen + 3) {
196 listLen -= 3+certLen;
198 assert(p == message.data + message.length && listLen == 0);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCmdIL.c2009 int listLen, i;
2022 if (TclListObjGetElements(interp, objv[1], &listLen,
2031 for (i = 0; i < listLen; i++) {
2318 int listLen, result;
2325 result = TclListObjLength(interp, objv[1], &listLen);
2335 Tcl_SetObjResult(interp, Tcl_NewIntObj(listLen));
2366 int listLen, first, result;
2382 TclListObjGetElements(NULL, listPtr, &listLen, &elemPtrs);
2384 result = TclGetIntForIndexM(interp, objv[2], /*endValue*/ listLen - 1,
2393 result = TclGetIntForIndexM(interp, objv[3], /*endValue*/ listLen
1985 int listLen, i; local
2289 int listLen, result; local
2336 int listLen, first, result; local
2518 int first, last, listLen, numToDelete, result; local
4186 int listLen, index; local
[all...]
H A DtclListObj.c497 int listLen, objc, result;
504 result = TclListObjLength(interp, listPtr, &listLen);
519 return Tcl_ListObjReplace(interp, listPtr, listLen, 0, objc, objv);
1110 int index, listLen;
1130 TclListObjGetElements(NULL, sublistCopy, &listLen, &elemPtrs);
1132 if (TclGetIntForIndexM(interp, indexArray[i], /*endValue*/ listLen-1,
1134 if (index<0 || index>=listLen) {
490 int listLen, objc, result; local
1097 int index, listLen; local
H A DtclTrace.c409 int i, listLen, result;
422 result = Tcl_ListObjGetElements(interp, objv[4], &listLen, &elemPtrs);
426 if (listLen == 0) {
432 for (i = 0; i < listLen; i++) {
657 int i, listLen, result;
670 result = Tcl_ListObjGetElements(interp, objv[4], &listLen, &elemPtrs);
674 if (listLen == 0) {
680 for (i = 0; i < listLen; i++) {
860 int i, listLen, result;
873 result = Tcl_ListObjGetElements(interp, objv[4], &listLen,
407 int i, listLen, result; local
654 int i, listLen, result; local
856 int i, listLen, result; local
[all...]
H A DtclExecute.c6588 int opnd, numLists, iterNum, listTmpIndex, listLen, numVars;
6618 result = TclListObjLength(interp, listPtr, &listLen);
6620 if (listLen > (iterNum * numVars)) {
6648 TclListObjGetElements(interp, listPtr, &listLen, &elements);
6652 if (valIndex >= listLen) {
6576 int opnd, numLists, iterNum, listTmpIndex, listLen, numVars; local
/macosx-10.9.5/tcl-102/tcl_ext/tclresource/tclresource/
H A DtclResource.c2303 int i, match = 0, index, listLen, length, elemLen; local
2329 Tcl_ListObjGetElements(NULL, resourceForkList, &listLen, &elemPtrs);
2333 for (i = 0; i < listLen; i++) {
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Dtcldom.c1279 int objc, rc, i, errStrLen, listLen, intValue, res; local
1335 rc = Tcl_ListObjLength(interp, resultPtr, &listLen);
1337 if (listLen == 1) {
1342 if (listLen != 2) {
1368 rc = Tcl_ListObjLength(interp, value, &listLen);
1374 for (i=0; i < listLen; i++) {
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkListbox.c782 int first, last, listLen;
815 result = Tcl_ListObjGetElements(interp, listPtr->listObj, &listLen,
780 int first, last, listLen; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkListbox.c784 int listLen;
815 result = Tcl_ListObjGetElements(interp, listPtr->listObj, &listLen,
782 int listLen; local

Completed in 237 milliseconds