Searched defs:PetscOptNameCmp (Results 1 – 1 of 1) sorted by relevance
23 #define PetscOptNameCmp(a, b) strcasecmp(a, b) macro25 #define PetscOptNameCmp(a, b) stricmp(a, b) macro27 #define PetscOptNameCmp(a, b) Error_strcasecmp_not_found macro