Searched refs:nels (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/diskdev_cmds-572.1.1/quota.tproj/
H A Dquota.c492 int nels; member in struct:__anon8289
508 retval->nels = 0;
520 for (i = 0; i < tmp->nels; i++) {
543 for (i = 0; i < list->nels; i++) {
549 if (list->nels <= list->alloced) {
558 list->strings[list->nels++] = strdup(mp);
/macosx-10.9.5/swig-10/Source/Modules/
H A Dr.cxx980 int nels = Len(els); local
982 for(int j = 0; j < nels; j+=2) {
983 Printf(stderr, "%s%s", Getitem(els, j), j < nels - 1 ? ", " : "");

Completed in 58 milliseconds