Home
last modified time | relevance | path

Searched full:c89 (Results 1 – 9 of 9) sorted by relevance

/petsc/src/mat/impls/aij/seq/aijmkl/
H A Daijmkl.h10 * This works fine with a C99 compiler -- still need to verify that this works with C89.
/petsc/src/sys/memory/
H A Dmem.c1 #define PETSC_DESIRE_FEATURE_TEST_MACROS /* for getpagesize() with c89 */
/petsc/config/BuildSystem/config/
H A Dtypes.py43 '''Checks if "struct sigaction" exists in signal.h. This check is for C89 check.'''
H A Dfunctions.py137 …ctional nanosleep() - as time.h behaves differently for different compiler flags - like -std=c89'''
H A Dpackage.py345 '-Wno-unused-variable', '-Wno-unused-dummy-argument', '-std=c89', '-pedantic','--coverage',
/petsc/src/sys/fileio/
H A Dmprint.c337 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_LIB, "C89 does not support va_copy() hence cannot print long st… in PetscVFPrintfDefault()
/petsc/src/mat/tests/
H A DcJSON.c26 /* disable warnings about old C89 functions in MSVC */
/petsc/src/dm/impls/plex/
H A Dplexpartition.c548 PetscInt numFaceVertices[30]; /* maxFaceCases, C89 sucks sucks sucks */ in DMPlexCreateNeighborCSR()
/petsc/src/sys/objects/
H A Doptions.c1 …to make sure atoll is available (SVr4, POSIX.1-2001, 4.3BSD, C99), not in (C89 and POSIX.1-1996) */