Home
last modified time | relevance | path

Searched refs:cchar (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/dports/games/ivan/ivan-059/Main/Include/
H A Dgods.h21 virtual cchar* GetName() const; in GOD()
37 virtual cchar* GetName() const; in GOD()
52 virtual cchar* GetName() const; in GOD()
68 virtual cchar* GetName() const; in GOD()
83 virtual cchar* GetName() const; in GOD()
101 virtual cchar* GetName() const; in GOD()
116 virtual cchar* GetName() const; in GOD()
131 virtual cchar* GetName() const; in GOD()
146 virtual cchar* GetName() const; in GOD()
161 virtual cchar* GetName() const; in GOD()
[all …]
/dports/games/ivan/ivan-059/FeLib/Include/
H A Dconfig.h60 configoption(cchar*, cchar*, cchar*);
66 cchar* Name;
67 cchar* Description;
68 cchar* HelpInfo;
74 stringoption(cchar*, cchar*, cchar*, cfestring&,
95 numberoption(cchar*, cchar*, cchar*, long,
116 scrollbaroption(cchar*, cchar*, cchar*, long,
127 truthoption(cchar*, cchar*, cchar*, truth,
148 cycleoption(cchar*, cchar*, cchar*, long, long,
H A Dfestring.h38 cchar* const Data;
60 festring& operator=(cchar*);
64 festring& operator<<(cchar*);
75 truth operator==(cchar*) const;
76 truth operator!=(cchar*) const;
78 cchar* CStr() const;
125 static void CheckNull(cchar*);
133 void SlowAppend(cchar*, sizetype);
135 static cchar* const EmptyString;
251 inline cchar* festring::CStr() const in CStr()
[all …]
H A Derror.h27 genericException(cchar* pc);
28 cchar* GetMsg(){return pcMsg;}; in GetMsg()
32 cchar* pcMsg;
44 [[noreturn]] static void LIKE_PRINTF(1, 2) Abort(cchar*, ...);
45 static cchar* GetBugMsg() { return BugMsg; } in GetBugMsg()
47 static cchar* BugMsg;
/dports/chinese/tin/tin-2.4.5/tools/
H A Dw2r.pl49 my $cchar = ""; # current char
57 $cchar = $1;
60 if ($lchar !~ m/\\/o && $cchar =~ m/\[/o) {
62 $reg = $cchar;
66 if ($lchar !~ m/\\/o && $cchar =~ m/\]/o) {
68 $reg = $cchar;
73 $reg = $cchar;
86 $reg = $cchar;
87 $cchar =~ s/\\//o; # skip 2nd \\ inside []
90 $lchar = $cchar; # store last char
/dports/news/tin/tin-2.4.5/tools/
H A Dw2r.pl49 my $cchar = ""; # current char
57 $cchar = $1;
60 if ($lchar !~ m/\\/o && $cchar =~ m/\[/o) {
62 $reg = $cchar;
66 if ($lchar !~ m/\\/o && $cchar =~ m/\]/o) {
68 $reg = $cchar;
73 $reg = $cchar;
86 $reg = $cchar;
87 $cchar =~ s/\\//o; # skip 2nd \\ inside []
90 $lchar = $cchar; # store last char
/dports/devel/tass64/64tass-1.56.2625-src/syntax/vim/syntax/
H A D64tass.vim141 syn match tass64Escapes1 /''/ contained conceal cchar='
142 syn match tass64Escapes2 /""/ contained conceal cchar="
144 syn match tass64Escapes /{space}/ contained conceal cchar=
145 syn match tass64Escapes /{cbm-9}/ contained conceal cchar=)
146 syn match tass64Escapes /{cbm-0}/ contained conceal cchar=0
147 syn match tass64Escapes /{shift-0}/ contained conceal cchar=0
148 syn match tass64Escapes /{shift-1}/ contained conceal cchar=!
149 syn match tass64Escapes /{shift-2}/ contained conceal cchar="
150 syn match tass64Escapes /{shift-3}/ contained conceal cchar=#
206 syn match tass64Escapes "{pi}" contained conceal cchar
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/drivers/st/clk/
H A Dstm32mp_clkfunc.c38 const char *cchar; in fdt_osc_read_freq() local
41 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_freq()
42 if (cchar == NULL) { in fdt_osc_read_freq()
46 if (strncmp(cchar, name, (size_t)ret) == 0) { in fdt_osc_read_freq()
91 const char *cchar; in fdt_osc_read_bool() local
94 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_bool()
95 if (cchar == NULL) { in fdt_osc_read_bool()
99 if (strncmp(cchar, stm32mp_osc_node_label[osc_id], in fdt_osc_read_bool()
139 const char *cchar; in fdt_osc_read_uint32_default() local
142 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_uint32_default()
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/drivers/st/clk/
H A Dstm32mp_clkfunc.c38 const char *cchar; in fdt_osc_read_freq() local
41 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_freq()
42 if (cchar == NULL) { in fdt_osc_read_freq()
46 if (strncmp(cchar, name, (size_t)ret) == 0) { in fdt_osc_read_freq()
91 const char *cchar; in fdt_osc_read_bool() local
94 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_bool()
95 if (cchar == NULL) { in fdt_osc_read_bool()
99 if (strncmp(cchar, stm32mp_osc_node_label[osc_id], in fdt_osc_read_bool()
139 const char *cchar; in fdt_osc_read_uint32_default() local
142 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_uint32_default()
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/drivers/st/clk/
H A Dstm32mp_clkfunc.c38 const char *cchar; in fdt_osc_read_freq() local
41 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_freq()
42 if (cchar == NULL) { in fdt_osc_read_freq()
46 if (strncmp(cchar, name, (size_t)ret) == 0) { in fdt_osc_read_freq()
91 const char *cchar; in fdt_osc_read_bool() local
94 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_bool()
95 if (cchar == NULL) { in fdt_osc_read_bool()
99 if (strncmp(cchar, stm32mp_osc_node_label[osc_id], in fdt_osc_read_bool()
139 const char *cchar; in fdt_osc_read_uint32_default() local
142 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_uint32_default()
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/drivers/st/clk/
H A Dstm32mp_clkfunc.c38 const char *cchar; in fdt_osc_read_freq() local
41 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_freq()
42 if (cchar == NULL) { in fdt_osc_read_freq()
46 if (strncmp(cchar, name, (size_t)ret) == 0) { in fdt_osc_read_freq()
91 const char *cchar; in fdt_osc_read_bool() local
94 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_bool()
95 if (cchar == NULL) { in fdt_osc_read_bool()
99 if (strncmp(cchar, stm32mp_osc_node_label[osc_id], in fdt_osc_read_bool()
139 const char *cchar; in fdt_osc_read_uint32_default() local
142 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_uint32_default()
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/drivers/st/clk/
H A Dstm32mp_clkfunc.c38 const char *cchar; in fdt_osc_read_freq() local
41 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_freq()
42 if (cchar == NULL) { in fdt_osc_read_freq()
46 if (strncmp(cchar, name, (size_t)ret) == 0) { in fdt_osc_read_freq()
91 const char *cchar; in fdt_osc_read_bool() local
94 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_bool()
95 if (cchar == NULL) { in fdt_osc_read_bool()
99 if (strncmp(cchar, stm32mp_osc_node_label[osc_id], in fdt_osc_read_bool()
139 const char *cchar; in fdt_osc_read_uint32_default() local
142 cchar = fdt_get_name(fdt, subnode, &ret); in fdt_osc_read_uint32_default()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/MPIParallel/
H A DvtkPWindBladeReader.cxx95 strcpy(cchar, fileName.str().c_str()); in RequestData()
97 delete [] cchar; in RequestData()
260 strcpy(cchar, fileName.c_str()); in ReadGlobalData()
262 delete [] cchar; in ReadGlobalData()
308 strcpy(cchar, fileName.str().c_str()); in FindVariableOffsets()
310 delete [] cchar; in FindVariableOffsets()
368 delete [] cchar; in CreateZTopography()
402 delete [] cchar; in SetupBladeData()
444 delete [] cchar; in SetupBladeData()
483 delete [] cchar; in SetupBladeData()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/MPIParallel/
H A DvtkPWindBladeReader.cxx95 strcpy(cchar, fileName.str().c_str()); in RequestData()
98 delete[] cchar; in RequestData()
268 strcpy(cchar, fileName.c_str()); in ReadGlobalData()
270 delete[] cchar; in ReadGlobalData()
316 strcpy(cchar, fileName.str().c_str()); in FindVariableOffsets()
319 delete[] cchar; in FindVariableOffsets()
378 delete[] cchar; in CreateZTopography()
411 delete[] cchar; in SetupBladeData()
453 delete[] cchar; in SetupBladeData()
492 delete[] cchar; in SetupBladeData()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/MPIParallel/
H A DvtkPWindBladeReader.cxx95 strcpy(cchar, fileName.str().c_str()); in RequestData()
97 delete [] cchar; in RequestData()
260 strcpy(cchar, fileName.c_str()); in ReadGlobalData()
262 delete [] cchar; in ReadGlobalData()
308 strcpy(cchar, fileName.str().c_str()); in FindVariableOffsets()
310 delete [] cchar; in FindVariableOffsets()
371 delete [] cchar; in CreateZTopography()
405 delete [] cchar; in SetupBladeData()
447 delete [] cchar; in SetupBladeData()
486 delete [] cchar; in SetupBladeData()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/src/nds/arm9/
H A Dpcx.inc5 manufacturer: cchar; //should be 0
6 version: cchar; //should be 5
7 encoding: cchar; //should be 1
8 bitsPerPixel: cchar; //should be 8
13 palette16: array [0..47] of cchar; //16 color palette if 16 color image
14 reserved: cchar; //ignore
15 colorPlanes: cchar; //ignore
18 filler: array [0..57] of cchar; //ignore
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/parsers/
H A Dnw_spectrum.py493 print ("{0} ================================".format(opts.cchar))
494 print ("{0} NWChem spectrum parser ver {1}".format(opts.cchar,ver))
495 print ("{0} ================================".format(opts.cchar))
496 print ("{0} ".format(opts.cchar))
497 print ("{0} Parser runtime options: {1}".format(opts.cchar,opts))
498 print ("{0}".format(opts.cchar))
510 print ("{0}".format(opts.cchar))
512 print ("{0}----------------------------------".format(opts.cchar))
520 print ("{0}".format(opts.cchar))
530 print ("{0}".format(opts.cchar))
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/parsers/
H A Dnw_spectrum.py493 print ("{0} ================================".format(opts.cchar))
494 print ("{0} NWChem spectrum parser ver {1}".format(opts.cchar,ver))
495 print ("{0} ================================".format(opts.cchar))
496 print ("{0} ".format(opts.cchar))
497 print ("{0} Parser runtime options: {1}".format(opts.cchar,opts))
498 print ("{0}".format(opts.cchar))
510 print ("{0}".format(opts.cchar))
512 print ("{0}----------------------------------".format(opts.cchar))
520 print ("{0}".format(opts.cchar))
530 print ("{0}".format(opts.cchar))
[all …]
/dports/games/ivan/ivan-059/FeLib/Source/
H A Dconfig.cpp37 configoption::configoption(cchar* Name, cchar* Description, cchar* HelpInfo) in configoption()
40 stringoption::stringoption(cchar* Name, cchar* Desc, in stringoption()
41 cchar* HelpInfo, cfestring& Value, in stringoption()
52 numberoption::numberoption(cchar* Name, cchar* Desc, cchar* HelpInfo, long Value, in numberoption()
62 scrollbaroption::scrollbaroption(cchar* Name, cchar* Desc, cchar* HelpInfo, long Value, in scrollbaroption()
72 truthoption::truthoption(cchar* Name, cchar* Desc, cchar* HelpInfo, truth Value, in truthoption()
81 cycleoption::cycleoption(cchar* Name, cchar* Desc, cchar* HelpInfo, in cycleoption()
/dports/games/ivan/ivan-059/Main/Source/
H A Dterra.cpp15 cchar* terrain::SurviveMessage() const { return "somehow you survive"; } in SurviveMessage()
16 cchar* terrain::MonsterSurviveMessage() const { return "somehow survives"; } in MonsterSurviveMessage()
17 cchar* terrain::DeathMessage() const { return "strangely enough, you die"; } in DeathMessage()
18 cchar* terrain::MonsterDeathVerb() const { return "dies"; } in MonsterDeathVerb()
19 cchar* terrain::ScoreEntry() const { return "died on unfriendly terrain"; } in ScoreEntry()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/st/common/
H A Dstm32mp_dt.c62 const char *cchar; in fdt_check_node() local
64 cchar = fdt_get_name(fdt, node, &len); in fdt_check_node()
66 return (cchar != NULL) && (len >= 0); in fdt_check_node()
75 const char *cchar; in fdt_get_status() local
77 cchar = fdt_getprop(fdt, node, "status", NULL); in fdt_get_status()
78 if ((cchar == NULL) || in fdt_get_status()
79 (strncmp(cchar, "okay", strlen("okay")) == 0)) { in fdt_get_status()
83 cchar = fdt_getprop(fdt, node, "secure-status", NULL); in fdt_get_status()
84 if (cchar == NULL) { in fdt_get_status()
88 } else if (strncmp(cchar, "okay", strlen("okay")) == 0) { in fdt_get_status()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/st/common/
H A Dstm32mp_dt.c62 const char *cchar; in fdt_check_node() local
64 cchar = fdt_get_name(fdt, node, &len); in fdt_check_node()
66 return (cchar != NULL) && (len >= 0); in fdt_check_node()
75 const char *cchar; in fdt_get_status() local
77 cchar = fdt_getprop(fdt, node, "status", NULL); in fdt_get_status()
78 if ((cchar == NULL) || in fdt_get_status()
79 (strncmp(cchar, "okay", strlen("okay")) == 0)) { in fdt_get_status()
83 cchar = fdt_getprop(fdt, node, "secure-status", NULL); in fdt_get_status()
84 if (cchar == NULL) { in fdt_get_status()
88 } else if (strncmp(cchar, "okay", strlen("okay")) == 0) { in fdt_get_status()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/st/common/
H A Dstm32mp_dt.c62 const char *cchar; in fdt_check_node() local
64 cchar = fdt_get_name(fdt, node, &len); in fdt_check_node()
66 return (cchar != NULL) && (len >= 0); in fdt_check_node()
75 const char *cchar; in fdt_get_status() local
77 cchar = fdt_getprop(fdt, node, "status", NULL); in fdt_get_status()
78 if ((cchar == NULL) || in fdt_get_status()
79 (strncmp(cchar, "okay", strlen("okay")) == 0)) { in fdt_get_status()
83 cchar = fdt_getprop(fdt, node, "secure-status", NULL); in fdt_get_status()
84 if (cchar == NULL) { in fdt_get_status()
88 } else if (strncmp(cchar, "okay", strlen("okay")) == 0) { in fdt_get_status()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/st/common/
H A Dstm32mp_dt.c62 const char *cchar; in fdt_check_node() local
64 cchar = fdt_get_name(fdt, node, &len); in fdt_check_node()
66 return (cchar != NULL) && (len >= 0); in fdt_check_node()
75 const char *cchar; in fdt_get_status() local
77 cchar = fdt_getprop(fdt, node, "status", NULL); in fdt_get_status()
78 if ((cchar == NULL) || in fdt_get_status()
79 (strncmp(cchar, "okay", strlen("okay")) == 0)) { in fdt_get_status()
83 cchar = fdt_getprop(fdt, node, "secure-status", NULL); in fdt_get_status()
84 if (cchar == NULL) { in fdt_get_status()
88 } else if (strncmp(cchar, "okay", strlen("okay")) == 0) { in fdt_get_status()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/st/common/
H A Dstm32mp_dt.c62 const char *cchar; in fdt_check_node() local
64 cchar = fdt_get_name(fdt, node, &len); in fdt_check_node()
66 return (cchar != NULL) && (len >= 0); in fdt_check_node()
75 const char *cchar; in fdt_get_status() local
77 cchar = fdt_getprop(fdt, node, "status", NULL); in fdt_get_status()
78 if ((cchar == NULL) || in fdt_get_status()
79 (strncmp(cchar, "okay", strlen("okay")) == 0)) { in fdt_get_status()
83 cchar = fdt_getprop(fdt, node, "secure-status", NULL); in fdt_get_status()
84 if (cchar == NULL) { in fdt_get_status()
88 } else if (strncmp(cchar, "okay", strlen("okay")) == 0) { in fdt_get_status()

12345678910>>...22