Home
last modified time | relevance | path

Searched refs:cleanup_token (Results 1 – 14 of 14) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/tools/neu2fstr/HECD/
H A Dhecd_util.cpp13 void cleanup_token(char *s) { in cleanup_token() function
15 cleanup_token(s, buff); in cleanup_token()
19 void cleanup_token(char *src, char *dest) { in cleanup_token() function
H A Dhecd_util.h18 void cleanup_token(char* s);
19 void cleanup_token(char* src, char* dest);
H A DCFSTRDB_Solver.cpp61 cleanup_token(is, iterlog_s); in Read()
63 cleanup_token(ts, timelog_s); in Read()
H A DCFSTRDB_Step.cpp40 cleanup_token(s, type_s); in Read()
H A DCFSTRDB_Solution.cpp50 cleanup_token(s, type_s); in Read()
H A DCFSTRDB_Heat.cpp55 cleanup_token(s, restart_s); in Read()
H A DCFSTRDB_DFlux.cpp69 cleanup_token(s); in Read()
H A DCHECDB_Section.cpp76 cleanup_token(s, type_s); in Read()
H A DCFSTRDB_DLoad.cpp85 cleanup_token(s); in Read()
H A DCFSTRDB_Radiate.cpp82 cleanup_token(s); in Read()
H A DCFSTRDB_Film.cpp81 cleanup_token(s); in Read()
H A DCHECDB_Visual.cpp221 cleanup_token(s); in ReadVisValue()
726 cleanup_token(s, method_s); in Read()
737 cleanup_token(s); in Read()
H A DCHECData.cpp435 cleanup_token(p_token, p_str); in vParseParameter()
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/
H A Dshuffle.py575 def _noop(x, cleanup_token): argument