Searched refs:extension (Results 1 – 3 of 3) sorted by relevance
| /honee/src/ |
| H A D | honee-file.c | 19 …CheckFilenameExtension(MPI_Comm comm, const char filename[], const char extension[], PetscBool *is… in HoneeCheckFilenameExtension() argument 24 PetscCall(PetscStrlen(extension, &ext_len)); in HoneeCheckFilenameExtension() 25 PetscCheck(ext_len, comm, PETSC_ERR_ARG_WRONG, "Zero-size extension: %s", extension); in HoneeCheckFilenameExtension() 27 else PetscCall(PetscStrncmp(filename + len - ext_len, extension, ext_len, is_extension)); in HoneeCheckFilenameExtension()
|
| /honee/include/ |
| H A D | honee-file.h | 13 …CheckFilenameExtension(MPI_Comm comm, const char filename[], const char extension[], PetscBool *is…
|
| /honee/ |
| H A D | Doxyfile | 324 # Doxygen selects the parser to use depending on the extension of the files it 326 # extension. Doxygen has a built-in mapping, but you can override or extend it 327 # using this tag. The format is ext=language, where ext is a file extension, and 337 # Note: For files without extension you can use no_extension as a placeholder. 343 # Note see also the list of default file extension mappings. 822 # extension is automatically appended if omitted. This requires the bibtex tool 974 # need to set EXTENSION_MAPPING for the extension otherwise the files are not 978 # default file extension mappings. 1114 # need to set EXTENSION_MAPPING for the extension otherwise the files are not 1127 # need to set EXTENSION_MAPPING for the extension otherwise the files are not [all …]
|