Home
last modified time | relevance | path

Searched refs:Name_Resolution (Results 1 – 6 of 6) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DMainKernel.cpp36 char *Name_Resolution = 0; variable
280 Flag_PRE = 1; Name_Resolution = strSave(argv[i]); i++; in Get_Options()
321 Flag_PRE = Flag_CAL = 1; Name_Resolution = strSave(argv[i]); i++; in Get_Options()
523 Free(Name_Resolution); Name_Resolution = 0; in Free_GlobalVariables()
707 Print_ListResolution(choose, lres, &Name_Resolution); in MainKernel()
H A DSolvingAnalyse.cpp32 extern char *Name_Resolution ;
413 if (Name_Resolution) in SolvingAnalyse()
414 Num_Resolution = List_ISearchSeq(Problem_S.Resolution, Name_Resolution, in SolvingAnalyse()
430 Message::Error("Unknown Resolution (%s)", Name_Resolution); in SolvingAnalyse()
H A DDofData.h162 void Dof_WriteFilePRE0(int Num_Resolution, char * Name_Resolution, int Nbr_DofData) ;
H A DDofData.cpp302 void Dof_WriteFilePRE0(int Num_Resolution, char * Name_Resolution, in Dof_WriteFilePRE0() argument
307 fprintf(File_PRE, "$Resolution /* '%s' */\n", Name_Resolution) ; in Dof_WriteFilePRE0()
/dports/net/goreplay/goreplay-1.2.0/docs/
H A DTroubleshooting.md85 …ome cases [it switches to CGO based](https://golang.org/pkg/net/#hdr-Name_Resolution). It is possi…
/dports/net/rclone/rclone-1.57.0/docs/content/
H A Dfaq.md188 … See the [name resolution section in the go docs](https://golang.org/pkg/net/#hdr-Name_Resolution).