Home
last modified time | relevance | path

Searched refs:FREECHAR (Results 1 – 12 of 12) sorted by relevance

/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c73 FREECHAR(prefix, cprefix); in petscoptionsbegin_()
74 FREECHAR(mess, cmess); in petscoptionsbegin_()
75 FREECHAR(sec, csec); in petscoptionsbegin_()
103 FREECHAR(opt, copt); in petscoptionsbool_()
104 FREECHAR(text, ctext); in petscoptionsbool_()
105 FREECHAR(man, cman); in petscoptionsbool_()
122 FREECHAR(opt, copt); in petscoptionsbool3_()
123 FREECHAR(text, ctext); in petscoptionsbool3_()
124 FREECHAR(man, cman); in petscoptionsbool3_()
143 FREECHAR(opt, copt); in petscoptionsboolarray_()
[all …]
/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/
H A Dzhdf5f.c22 FREECHAR(path, c1); in petscviewerhdf5opengroup_()
33 FREECHAR(parent, c1); in petscviewerhdf5writeattributeint_()
34 FREECHAR(name, c2); in petscviewerhdf5writeattributeint_()
45 FREECHAR(parent, c1); in petscviewerhdf5writeattributescalar_()
46 FREECHAR(name, c2); in petscviewerhdf5writeattributescalar_()
57 FREECHAR(parent, c1); in petscviewerhdf5writeattributereal_()
58 FREECHAR(name, c2); in petscviewerhdf5writeattributereal_()
/petsc/src/sys/classes/bag/ftn-custom/
H A Dzbagf90.c20 FREECHAR(cs1, ct1); in petscbagregisterstring_()
21 FREECHAR(s1, t1); in petscbagregisterstring_()
22 FREECHAR(s2, t2); in petscbagregisterstring_()
H A Dzbagf.c18 FREECHAR(name, c1); in petscbagregisterenumprivate_()
19 FREECHAR(help, c2); in petscbagregisterenumprivate_()
/petsc/src/sys/fileio/ftn-custom/
H A Dzmprintf.c51 FREECHAR(fname, c1); in petscfprintf_()
64 FREECHAR(fname, c1); in petscprintf_()
77 FREECHAR(fname, c1); in petscsynchronizedfprintf_()
90 FREECHAR(fname, c1); in petscsynchronizedprintf_()
H A Dzmpiuopenf.c23 FREECHAR(fname, c1); in petscfopen_()
24 FREECHAR(fmode, c2); in petscfopen_()
/petsc/src/dm/impls/swarm/ftn-custom/
H A Dzswarmf90.c26 FREECHAR(name, fieldname); in dmswarmgetfield_()
41 FREECHAR(name, fieldname); in dmswarmrestorefield_()
/petsc/src/sys/classes/viewer/impls/ascii/ftn-custom/
H A Dzfilevf.c38 FREECHAR(str, c1); in petscviewerasciiprintf_()
53 FREECHAR(str, c1); in petscviewerasciisynchronizedprintf_()
/petsc/src/sys/error/ftn-custom/
H A Dzerrf.c88 FREECHAR(message, t1); in petscerror_()
99 FREECHAR(file, tfile); in petscerrorf_()
111 FREECHAR(file, tfile); in petscerrormpi_()
/petsc/src/sys/classes/matlabengine/ftn-custom/
H A Dzmatlabf.c16 FREECHAR(m, ms); in petscmatlabengineevaluate_()
/petsc/src/sys/info/ftn-custom/
H A Dzverboseinfof.c33 FREECHAR(text, c1); in petscinfo_()
/petsc/include/petsc/private/
H A Dftnimpl.h54 #define FREECHAR(a, b) \ macro