Searched refs:FREECHAR (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/sys/objects/ftn-custom/ |
| H A D | zoptionsf.c | 73 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 D | zhdf5f.c | 22 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 D | zbagf90.c | 20 FREECHAR(cs1, ct1); in petscbagregisterstring_() 21 FREECHAR(s1, t1); in petscbagregisterstring_() 22 FREECHAR(s2, t2); in petscbagregisterstring_()
|
| H A D | zbagf.c | 18 FREECHAR(name, c1); in petscbagregisterenumprivate_() 19 FREECHAR(help, c2); in petscbagregisterenumprivate_()
|
| /petsc/src/sys/fileio/ftn-custom/ |
| H A D | zmprintf.c | 51 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 D | zmpiuopenf.c | 23 FREECHAR(fname, c1); in petscfopen_() 24 FREECHAR(fmode, c2); in petscfopen_()
|
| /petsc/src/dm/impls/swarm/ftn-custom/ |
| H A D | zswarmf90.c | 26 FREECHAR(name, fieldname); in dmswarmgetfield_() 41 FREECHAR(name, fieldname); in dmswarmrestorefield_()
|
| /petsc/src/sys/classes/viewer/impls/ascii/ftn-custom/ |
| H A D | zfilevf.c | 38 FREECHAR(str, c1); in petscviewerasciiprintf_() 53 FREECHAR(str, c1); in petscviewerasciisynchronizedprintf_()
|
| /petsc/src/sys/error/ftn-custom/ |
| H A D | zerrf.c | 88 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 D | zmatlabf.c | 16 FREECHAR(m, ms); in petscmatlabengineevaluate_()
|
| /petsc/src/sys/info/ftn-custom/ |
| H A D | zverboseinfof.c | 33 FREECHAR(text, c1); in petscinfo_()
|
| /petsc/include/petsc/private/ |
| H A D | ftnimpl.h | 54 #define FREECHAR(a, b) \ macro
|