Searched refs:loce (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | options.c | 1558 int i, j, cnt = 0, locs[16], loce[16]; in PetscOptionsFindPair() local 1566 loce[cnt++] = j + 1; in PetscOptionsFindPair() 1578 PetscCall(PetscStrlcat(opt, name + loce[i], sizeof(opt))); in PetscOptionsFindPair() 1595 int numCnt = 0, locs[16], loce[16]; in PetscOptionsFindPairPrefix_Private() local 1633 loce[numCnt++] = j + 1; in PetscOptionsFindPairPrefix_Private() 1651 PetscCall(PetscStrlcat(opt, name + loce[c], sizeof(opt) - 1)); in PetscOptionsFindPairPrefix_Private()
|