Home
last modified time | relevance | path

Searched refs:pErr (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/super/
H A Dsuper.c84 FILE * pOut, * pErr; in Super_CommandSupergatesAnd() local
90 pErr = Abc_FrameReadErr(pAbc); in Super_CommandSupergatesAnd()
129 fprintf( pErr, "usage: super2 [-IL num] [-vh]\n"); in Super_CommandSupergatesAnd()
153 FILE * pOut, * pErr; in Super_CommandSupergates() local
165 pErr = Abc_FrameReadErr(pAbc); in Super_CommandSupergates()
264 fprintf( pErr, "\n" ); in Super_CommandSupergates()
299 fprintf( pErr, "\n"); in Super_CommandSupergates()
301 fprintf( pErr, "\t\n"); in Super_CommandSupergates()
312 fprintf( pErr, "\t\n"); in Super_CommandSupergates()
320 fprintf( pErr, "\t\n"); in Super_CommandSupergates()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/grammar/linkgrammarwrap/
H A DLinkGrammarWrap.cpp157 if(pErr == NULL) in parseSentence()
166 if(pErr) in parseSentence()
168 delete pErr; in parseSentence()
186 pErr = NULL; in parseSentence()
208 if(pErr) in parseSentence()
210 delete pErr; in parseSentence()
223 pErr = NULL; in parseSentence()
243 if(pErr) in parseSentence()
256 pErr = NULL; in parseSentence()
258 if(pErr) in parseSentence()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/if/
H A DifCom.c95 FILE * pOut, * pErr; in If_CommandReadLut() local
104 pErr = Abc_FrameReadErr(pAbc); in If_CommandReadLut()
134 fprintf( pErr, "\n" ); in If_CommandReadLut()
152 fprintf( pErr, "\nusage: read_lut [-vh]\n"); in If_CommandReadLut()
184 FILE * pOut, * pErr; in If_CommandPrintLut() local
191 pErr = Abc_FrameReadErr(pAbc); in If_CommandPrintLut()
240 FILE * pOut, * pErr; in If_CommandReadBox() local
250 pErr = Abc_FrameReadErr(pAbc); in If_CommandReadBox()
284 fprintf( pErr, "\n" ); in If_CommandReadBox()
323 FILE * pOut, * pErr; in If_CommandPrintBox() local
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mio/
H A Dmio.c194 FILE * pOut, * pErr; in Mio_CommandReadLiberty() local
200 pErr = Abc_FrameReadErr(pAbc); in Mio_CommandReadLiberty()
230 fprintf( pErr, "\n" ); in Mio_CommandReadLiberty()
284 FILE * pOut, * pErr; in Mio_CommandReadGenlib() local
294 pErr = Abc_FrameReadErr(pAbc); in Mio_CommandReadGenlib()
345 fprintf( pErr, "\n" ); in Mio_CommandReadGenlib()
408 FILE * pOut, * pErr, * pFile; in Mio_CommandWriteGenlib() local
481 FILE * pOut, * pErr; in Mio_CommandPrintGenlib() local
544 FILE * pFile, * pOut, * pErr; in Mio_CommandReadProfile() local
584 fprintf( pErr, "\n" ); in Mio_CommandReadProfile()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/fpga/
H A Dfpga.c104 FILE * pOut, * pErr; in Fpga_CommandReadLibrary() local
113 pErr = Abc_FrameReadErr(pAbc); in Fpga_CommandReadLibrary()
146 fprintf( pErr, "\n" ); in Fpga_CommandReadLibrary()
164 fprintf( pErr, "usage: read_lut [-vh]\n"); in Fpga_CommandReadLibrary()
174 fprintf( pErr, "\t 1 1 1\n"); in Fpga_CommandReadLibrary()
175 fprintf( pErr, "\t 2 2 2\n"); in Fpga_CommandReadLibrary()
176 fprintf( pErr, "\t 3 4 3\n"); in Fpga_CommandReadLibrary()
177 fprintf( pErr, "\t 4 8 4\n"); in Fpga_CommandReadLibrary()
196 FILE * pOut, * pErr; in Fpga_CommandPrintLibrary() local
203 pErr = Abc_FrameReadErr(pAbc); in Fpga_CommandPrintLibrary()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dtt3_stress.c193 sql_script_printf(pErr, pDb, in stress2_workload1()
212 sql_script(pErr, pDb, in stress2_workload5()
218 sql_script(pErr, pDb, in stress2_workload6()
224 sql_script_printf(pErr, pDb, in stress2_workload7()
231 sql_script_printf(pErr, pDb, in stress2_workload8()
239 sql_script_printf(pErr, pDb, in stress2_workload9()
244 sql_script_printf(pErr, pDb, in stress2_workload10()
250 sql_script(pErr, pDb, "VACUUM"); in stress2_workload11()
254 sql_script(pErr, pDb, "PRAGMA integrity_check"); in stress2_workload14()
258 sql_script_printf(pErr, pDb, in stress2_workload17()
[all …]
H A Dthreadtest3.c473 pErr->rc = iSys; in system_error()
480 Error *pErr, in sqlite_error() argument
492 Error *pErr, in test_error_x() argument
496 pErr->rc = 1; in test_error_x()
504 Error *pErr, in clear_error_x() argument
510 pErr->zErr = 0; in clear_error_x()
574 pErr->rc = sqlite3_exec(pDb->db, zSql, 0, 0, &pErr->zErr); in sql_script_x()
588 pErr->rc = sqlite3_exec(pDb->db, zSql, 0, 0, &pErr->zErr); in sql_script_printf_x()
797 if( pErr->rc==SQLITE_OK ) system_error(pErr, rc); in join_all_threads_x()
808 Error *pErr, in filesize_x() argument
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dtt3_stress.c193 sql_script_printf(pErr, pDb, in stress2_workload1()
212 sql_script(pErr, pDb, in stress2_workload5()
218 sql_script(pErr, pDb, in stress2_workload6()
224 sql_script_printf(pErr, pDb, in stress2_workload7()
231 sql_script_printf(pErr, pDb, in stress2_workload8()
239 sql_script_printf(pErr, pDb, in stress2_workload9()
244 sql_script_printf(pErr, pDb, in stress2_workload10()
250 sql_script(pErr, pDb, "VACUUM"); in stress2_workload11()
254 sql_script(pErr, pDb, "PRAGMA integrity_check"); in stress2_workload14()
258 sql_script_printf(pErr, pDb, in stress2_workload17()
[all …]
H A Dthreadtest3.c473 pErr->rc = iSys; in system_error()
480 Error *pErr, in sqlite_error() argument
492 Error *pErr, in test_error_x() argument
496 pErr->rc = 1; in test_error_x()
504 Error *pErr, in clear_error_x() argument
510 pErr->zErr = 0; in clear_error_x()
574 pErr->rc = sqlite3_exec(pDb->db, zSql, 0, 0, &pErr->zErr); in sql_script_x()
588 pErr->rc = sqlite3_exec(pDb->db, zSql, 0, 0, &pErr->zErr); in sql_script_printf_x()
797 if( pErr->rc==SQLITE_OK ) system_error(pErr, rc); in join_all_threads_x()
808 Error *pErr, in filesize_x() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dtt3_stress.c193 sql_script_printf(pErr, pDb, in stress2_workload1()
212 sql_script(pErr, pDb, in stress2_workload5()
218 sql_script(pErr, pDb, in stress2_workload6()
224 sql_script_printf(pErr, pDb, in stress2_workload7()
231 sql_script_printf(pErr, pDb, in stress2_workload8()
239 sql_script_printf(pErr, pDb, in stress2_workload9()
244 sql_script_printf(pErr, pDb, in stress2_workload10()
250 sql_script(pErr, pDb, "VACUUM"); in stress2_workload11()
254 sql_script(pErr, pDb, "PRAGMA integrity_check"); in stress2_workload14()
258 sql_script_printf(pErr, pDb, in stress2_workload17()
[all …]
H A Dthreadtest3.c473 pErr->rc = iSys; in system_error()
480 Error *pErr, in sqlite_error() argument
492 Error *pErr, in test_error_x() argument
496 pErr->rc = 1; in test_error_x()
504 Error *pErr, in clear_error_x() argument
510 pErr->zErr = 0; in clear_error_x()
574 pErr->rc = sqlite3_exec(pDb->db, zSql, 0, 0, &pErr->zErr); in sql_script_x()
588 pErr->rc = sqlite3_exec(pDb->db, zSql, 0, 0, &pErr->zErr); in sql_script_printf_x()
797 if( pErr->rc==SQLITE_OK ) system_error(pErr, rc); in join_all_threads_x()
808 Error *pErr, in filesize_x() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCConvert.cpp96 if (pErr) *pErr = NS_ERROR_XPC_BAD_CONVERT_NATIVE; in NativeData2JS()
353 if (pErr) *pErr = NS_ERROR_XPC_BAD_CONVERT_JS; in JSData2Native()
725 if (NS_FAILED(rv) && pErr) *pErr = rv; in NativeInterface2JSObject()
735 if (pErr) *pErr = NS_OK; in NativeInterface2JSObject()
746 if (pErr) *pErr = NS_OK; in NativeInterface2JSObject()
834 if (pErr) *pErr = rv; in JSObject2NativeInterface()
849 if (pErr) *pErr = rv; in JSObject2NativeInterface()
1203 if (pErr) *pErr = NS_OK; in NativeArray2JS()
1233 if (pErr) *pErr = NS_ERROR_OUT_OF_MEMORY; in CheckTargetAndPopulate()
1357 if (pErr) *pErr = NS_OK; in JSTypedArray2Native()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mapper/
H A Dmapper.c85 FILE * pOut, * pErr; in Map_CommandReadLibrary() local
95 pErr = Abc_FrameReadErr(pAbc); in Map_CommandReadLibrary()
137 fprintf( pErr, "Cannot open input file \"%s\". ", FileName ); in Map_CommandReadLibrary()
139 fprintf( pErr, "Did you mean \"%s\"?", FileName ); in Map_CommandReadLibrary()
140 fprintf( pErr, "\n" ); in Map_CommandReadLibrary()
147 fprintf( pErr, "Genlib library should be read in first..\n" ); in Map_CommandReadLibrary()
155 fprintf( pErr, "Reading supergate library has failed.\n" ); in Map_CommandReadLibrary()
169 fprintf( pErr, "\nusage: read_super [-ovh]\n"); in Map_CommandReadLibrary()
170 fprintf( pErr, "\t read the supergate library from the file\n" ); in Map_CommandReadLibrary()
171 fprintf( pErr, "\t-e file : file contains list of genlib gates to exclude\n" ); in Map_CommandReadLibrary()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/dropbox/dropbox-sdk-go-unofficial/v6/dropbox/auth/
H A Dsdk.go63 if pErr := json.Unmarshal([]byte(sdkErr.Content), &apiError); pErr != nil {
64 return pErr
70 if pErr := json.Unmarshal([]byte(sdkErr.Content), &apiError); pErr != nil {
71 return pErr
77 if pErr := json.Unmarshal([]byte(sdkErr.Content), &apiError); pErr != nil {
78 return pErr
83 if pErr := json.Unmarshal([]byte(sdkErr.Content), appError); pErr != nil {
84 return pErr
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCConvert.cpp107 if (pErr) in NativeData2JS()
399 if (pErr) in JSData2Native()
763 if (pErr) in NativeInterface2JSObject()
875 if (pErr) in NativeInterface2JSObject()
972 if (pErr) in JSObject2NativeInterface()
990 if (pErr) in JSObject2NativeInterface()
1276 if (pErr) in NativeArray2JS()
1320 if (pErr) in NativeArray2JS()
1490 if (pErr) in JSTypedArray2Native()
1548 if (pErr) in JSArray2Native()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dthreadtest3.c455 pErr->rc = iSys; in system_error()
462 Error *pErr, in sqlite_error() argument
474 Error *pErr, in test_error_x() argument
478 pErr->rc = 1; in test_error_x()
486 Error *pErr, in clear_error_x() argument
492 pErr->zErr = 0; in clear_error_x()
555 pErr->rc = sqlite3_exec(pDb->db, zSql, 0, 0, &pErr->zErr); in sql_script_x()
767 if( pErr->rc==SQLITE_OK ) system_error(pErr, rc); in join_all_threads_x()
777 Error *pErr, in filesize_x() argument
793 Error *pErr, in filecopy_x() argument
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.clean/
H A Dmain.c32 struct Map_info In, Out, Err, *pErr; in main() local
298 pErr = &Err; in main()
301 pErr = NULL; in main()
361 split_lines(&Out, otype, pErr); in main()
364 Vect_break_lines(&Out, otype, pErr); in main()
396 count = rmdac(&Out, pErr); in main()
406 split_lines(&Out, otype, pErr); in main()
457 split_lines(&Out, otype, pErr); in main()
493 if (pErr) { in main()
496 Vect_build(pErr); in main()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCConvert.cpp76 if (pErr) { in NativeData2JS()
441 if (pErr) { in JSData2Native()
891 if (pErr) { in NativeInterface2JSObject()
940 *pErr = rv; in NativeInterface2JSObject()
968 if (pErr) { in NativeInterface2JSObject()
988 if (pErr) { in JSObject2NativeInterface()
1053 if (pErr) { in JSObject2NativeInterface()
1074 if (pErr) { in JSObject2NativeInterface()
1345 if (pErr) { in NativeArray2JS()
1357 if (pErr) { in NativeArray2JS()
[all …]
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCConvert.cpp74 if (pErr) { in NativeData2JS()
439 if (pErr) { in JSData2Native()
889 if (pErr) { in NativeInterface2JSObject()
938 *pErr = rv; in NativeInterface2JSObject()
966 if (pErr) { in NativeInterface2JSObject()
986 if (pErr) { in JSObject2NativeInterface()
1051 if (pErr) { in JSObject2NativeInterface()
1072 if (pErr) { in JSObject2NativeInterface()
1343 if (pErr) { in NativeArray2JS()
1355 if (pErr) { in NativeArray2JS()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCConvert.cpp76 if (pErr) { in NativeData2JS()
441 if (pErr) { in JSData2Native()
891 if (pErr) { in NativeInterface2JSObject()
940 *pErr = rv; in NativeInterface2JSObject()
968 if (pErr) { in NativeInterface2JSObject()
988 if (pErr) { in JSObject2NativeInterface()
1053 if (pErr) { in JSObject2NativeInterface()
1074 if (pErr) { in JSObject2NativeInterface()
1345 if (pErr) { in NativeArray2JS()
1357 if (pErr) { in NativeArray2JS()
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emAv/
H A DemAvLibDirCfg.cpp152 if (pErr) *pErr="VLC directory not set"; in CheckLibDir()
157 if (pErr) *pErr="VLC directory not found"; in CheckLibDir()
163 if (pErr) *pErr="libvlc.dll not found in VLC directory"; in CheckLibDir()
167 if (pErr) *pErr="libvlc.dll not readable in VLC directory"; in CheckLibDir()
176 if (pErr) *pErr="libvlccore.dll not found in VLC directory"; in CheckLibDir()
180 if (pErr) *pErr="libvlccore.dll not readable in VLC directory"; in CheckLibDir()
199 if (pErr) *pErr="VLC found but version not matching"; in CheckLibDir()
205 if (pErr) pErr->Clear(); in CheckLibDir()
227 if (pErr) *pErr=e.GetText(); in IsMatchingBinary()
232 if (pErr) { in IsMatchingBinary()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCConvert.cpp72 if (pErr) { in NativeData2JS()
437 if (pErr) { in JSData2Native()
887 if (pErr) { in NativeInterface2JSObject()
952 *pErr = rv; in NativeInterface2JSObject()
980 if (pErr) { in NativeInterface2JSObject()
1000 if (pErr) { in JSObject2NativeInterface()
1077 if (pErr) { in JSObject2NativeInterface()
1098 if (pErr) { in JSObject2NativeInterface()
1371 if (pErr) { in NativeArray2JS()
1383 if (pErr) { in NativeArray2JS()
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Drm-main.go264 if pErr != nil {
303 if pErr != nil {
317 for pErr := range errorCh {
318 if pErr != nil {
320 switch pErr.ToGoError().(type) {
342 if pErr != nil {
414 case pErr := <-errorCh:
466 case pErr := <-errorCh:
494 case pErr := <-errorCh:
509 for pErr := range errorCh {
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/cmd/
H A Dcmd.c1850 FILE * pOut, * pErr; in CmdCommandSis() local
1860 pErr = Abc_FrameReadErr(pAbc); in CmdCommandSis()
1871 fprintf( pErr, "Empty network.\n" ); in CmdCommandSis()
1935 fprintf( pErr, "\"%s\"\n", Command ); in CmdCommandSis()
1992 FILE * pOut, * pErr; in CmdCommandMvsis() local
2002 pErr = Abc_FrameReadErr(pAbc); in CmdCommandMvsis()
2013 fprintf( pErr, "Empty network.\n" ); in CmdCommandMvsis()
2077 fprintf( pErr, "\"%s\"\n", Command ); in CmdCommandMvsis()
2201 FILE * pOut, * pErr; in CmdCommandCapo() local
2215 pErr = Abc_FrameReadErr(pAbc); in CmdCommandCapo()
[all …]
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/src/
H A DPID.cc68 this->pErr = _p.pErr; in operator =()
128 this->pErr = 0.0; in Reset()
145 this->pErr = _error; in Update()
148 pTerm = this->pGain * this->pErr; in Update()
151 this->iErr = this->iErr + this->iGain * _dt.count() * this->pErr; in Update()
162 this->dErr = (this->pErr - this->pErrLast) / _dt.count(); in Update()
163 this->pErrLast = this->pErr; in Update()
192 _pe = this->pErr; in Errors()

12345678910>>...34