Home
last modified time | relevance | path

Searched defs:PetscOptNameCmp (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/
H A Doptions.c23 #define PetscOptNameCmp(a, b) strcasecmp(a, b) macro
25 #define PetscOptNameCmp(a, b) stricmp(a, b) macro
27 #define PetscOptNameCmp(a, b) Error_strcasecmp_not_found macro