Home
last modified time | relevance | path

Searched refs:pszError (Results 1 – 25 of 102) sorted by relevance

12345

/dports/net/mpich2/mpich2-1.5/src/pm/smpd/
H A Dsmpd_mapdrive.c9 static SMPD_BOOL UnmapDrive(char *pszDrive, char *pszError, int maxerrlength);
424 char pszError[256]; in smpd_unmap_user_drives() local
445 if (!UnmapDrive(pszDrive, pszError, 256)) in smpd_unmap_user_drives()
471 MPIU_Strncpy(pszError, "Invalid drive string\n", maxerrlength); in MapDrive()
488 snprintf(pszError, maxerrlength,"Drive %s already mapped.\n", pszDrive); in MapDrive()
602 smpd_translate_win_error(dwResult, pszError, maxerrlength, NULL); in MapDrive()
607 smpd_err_printf("MapDrive failed, error: %s\n", pszError); in MapDrive()
611 static SMPD_BOOL UnmapDrive(char *pszDrive, char *pszError, int maxerrlength) in UnmapDrive() argument
665 strcpy(pszError, "The user profile is in an incorrect format."); in UnmapDrive()
680 strcpy(pszError, "A network-specific error occurred."); in UnmapDrive()
[all …]
/dports/misc/gpsim/gpsim-0.31.0/src/
H A Dos_dependent.cc328 void free_error_message(const char * pszError) in free_error_message() argument
330 (void)pszError; in free_error_message()
332 g_free((char *) pszError); in free_error_message()
375 *pszError = get_error_message(); in load_library()
376 unsigned long uError = get_error(*pszError); in load_library()
381 free_error_message(*pszError); in load_library()
392 *pszError = get_error_message(); in load_library()
415 if (*pszError) in load_library()
416 printf("Failed loading %s: %s\n", sPath.c_str(), *pszError); in load_library()
442 if (!pExport && pszError) { in get_library_export()
[all …]
H A Dmodules.h254 void * load_library(const char *library_name, const char **pszError);
255 void * get_library_export(const char *name, void *library_handle, const char **pszError);
257 void free_error_message(const char * pszError);
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/wms/
H A Dgdalhttp.cpp56 …psRequest->pszError = CPLStrdup(CPLString().Printf("Out of memory allocating %u bytes for HTTP dat… in CPLHTTPWriteFunc()
74 psRequest->pszError = 0; in CPLHTTPInitializeRequest()
135 if (psRequest->pszError) { in CPLHTTPCleanupRequest()
136 CPLFree(psRequest->pszError); in CPLHTTPCleanupRequest()
137 psRequest->pszError = 0; in CPLHTTPCleanupRequest()
229 …if ((psRequest->pszError == NULL) && (psRequest->m_curl_error != NULL) && (psRequest->m_curl_error… in CPLHTTPFetchMulti()
230 psRequest->pszError = CPLStrdup(psRequest->m_curl_error); in CPLHTTPFetchMulti()
236 psRequest->pszError == NULL) in CPLHTTPFetchMulti()
244 (psRequest->pszError) ? psRequest->pszError : "(null)"); in CPLHTTPFetchMulti()
/dports/audio/liblscp/liblscp-0.9.4/src/
H A Dsocket.c34 const char *pszError; member
94 const char *pszError = "Unknown error code"; in lscp_socket_perror() local
97 for (i = 0; _wsaErrorCodes[i].pszError; i++) { in lscp_socket_perror()
99 pszError = _wsaErrorCodes[i].pszError; in lscp_socket_perror()
104 fprintf(stderr, "%s: %s (%d)\n", pszPrefix, pszError, iError); in lscp_socket_perror()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/cloudant/
H A Dogrcloudanttablelayer.cpp125 const char* pszError = json_object_get_string(poError); in RunSpatialFilterQueryIfNecessary() local
128 if (pszError && pszReason && strcmp(pszError, "not_found") == 0 && in RunSpatialFilterQueryIfNecessary()
273 const char* pszError = json_object_get_string(poError); in WriteMetadata() local
274 if (pszError && strcmp(pszError, "not_found") == 0) in WriteMetadata()
421 const char* pszError = json_object_get_string(poError); in LoadMetadata() local
422 if (pszError && strcmp(pszError, "not_found") == 0) in LoadMetadata()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/cloudant/
H A Dogrcloudanttablelayer.cpp123 const char* pszError = json_object_get_string(poError); in RunSpatialFilterQueryIfNecessary() local
126 if (pszError && pszReason && strcmp(pszError, "not_found") == 0 && in RunSpatialFilterQueryIfNecessary()
266 const char* pszError = json_object_get_string(poError); in WriteMetadata() local
267 if (pszError && strcmp(pszError, "not_found") == 0) in WriteMetadata()
412 const char* pszError = json_object_get_string(poError); in LoadMetadata() local
413 if (pszError && strcmp(pszError, "not_found") == 0) in LoadMetadata()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/cloudant/
H A Dogrcloudanttablelayer.cpp123 const char* pszError = json_object_get_string(poError); in RunSpatialFilterQueryIfNecessary() local
126 if (pszError && pszReason && strcmp(pszError, "not_found") == 0 && in RunSpatialFilterQueryIfNecessary()
266 const char* pszError = json_object_get_string(poError); in WriteMetadata() local
267 if (pszError && strcmp(pszError, "not_found") == 0) in WriteMetadata()
412 const char* pszError = json_object_get_string(poError); in LoadMetadata() local
413 if (pszError && strcmp(pszError, "not_found") == 0) in LoadMetadata()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/cloudant/
H A Dogrcloudanttablelayer.cpp123 const char* pszError = json_object_get_string(poError); in RunSpatialFilterQueryIfNecessary() local
126 if (pszError && pszReason && strcmp(pszError, "not_found") == 0 && in RunSpatialFilterQueryIfNecessary()
266 const char* pszError = json_object_get_string(poError); in WriteMetadata() local
267 if (pszError && strcmp(pszError, "not_found") == 0) in WriteMetadata()
412 const char* pszError = json_object_get_string(poError); in LoadMetadata() local
413 if (pszError && strcmp(pszError, "not_found") == 0) in LoadMetadata()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/addon/
H A DAddonFunctions.cpp272 bool checkDirTree(const QString & szDirPath, QString * pszError) in checkDirTree() argument
274 if(pszError) in checkDirTree()
275 *pszError = ""; in checkDirTree()
280 *pszError = __tr2qs_ctx("The selected directory doesn't exist.", "addon"); in checkDirTree()
287 *pszError = __tr2qs_ctx("The initialization script (install.kvs) doesn't exist.", "addon"); in checkDirTree()
H A DPackAddonDialog.h109 bool checkDirTree(QString * pszError);
116 bool createInstaller(QString * pszError);
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviDefaultScript.cpp211 …if(pszError) …
212 …*pszError = __tr2qs("There's something wrong in your personal data: my '%1' is %2, while yours is …
216 bool KviDefaultScriptManager::compareVersions(QString & szConfig, QString * pszError) in compareVersions() argument
218 if(pszError) in compareVersions()
219 *pszError = ""; in compareVersions()
231 if(pszError) in compareVersions()
232 *pszError = __tr2qs("Your default script is up to date.\nDo you want to restore it anyway?"); in compareVersions()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrastertilerasterband.cpp161 const char *pszError = PQerrorMessage( poRTDS->poRDS->poConn ); in IReadBlock() local
162 if( pszError ) in IReadBlock()
163 osError = pszError; in IReadBlock()
/dports/graphics/gdal/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrastertilerasterband.cpp161 const char *pszError = PQerrorMessage( poRTDS->poRDS->poConn ); in IReadBlock() local
162 if( pszError ) in IReadBlock()
163 osError = pszError; in IReadBlock()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrastertilerasterband.cpp161 const char *pszError = PQerrorMessage( poRTDS->poRDS->poConn ); in IReadBlock() local
162 if( pszError ) in IReadBlock()
163 osError = pszError; in IReadBlock()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinerror.c108 winMessageBoxF(const char *pszError, UINT uType, ...) in winMessageBoxF() argument
116 size = vasprintf(&pszErrorF, pszError, args); in winMessageBoxF()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwinerror.c108 winMessageBoxF(const char *pszError, UINT uType, ...) in winMessageBoxF() argument
116 size = vasprintf(&pszErrorF, pszError, args); in winMessageBoxF()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwinerror.c108 winMessageBoxF(const char *pszError, UINT uType, ...) in winMessageBoxF() argument
116 size = vasprintf(&pszErrorF, pszError, args); in winMessageBoxF()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwinerror.c108 winMessageBoxF(const char *pszError, UINT uType, ...) in winMessageBoxF() argument
116 size = vasprintf(&pszErrorF, pszError, args); in winMessageBoxF()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwinerror.c108 winMessageBoxF(const char *pszError, UINT uType, ...) in winMessageBoxF() argument
116 size = vasprintf(&pszErrorF, pszError, args); in winMessageBoxF()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwinerror.c108 winMessageBoxF(const char *pszError, UINT uType, ...) in winMessageBoxF() argument
116 size = vasprintf(&pszErrorF, pszError, args); in winMessageBoxF()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwinerror.c108 winMessageBoxF(const char *pszError, UINT uType, ...) in winMessageBoxF() argument
116 size = vasprintf(&pszErrorF, pszError, args); in winMessageBoxF()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/
H A Dwinerror.c108 winMessageBoxF(const char *pszError, UINT uType, ...) in winMessageBoxF() argument
116 size = vasprintf(&pszErrorF, pszError, args); in winMessageBoxF()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwinerror.c108 winMessageBoxF(const char *pszError, UINT uType, ...) in winMessageBoxF() argument
116 size = vasprintf(&pszErrorF, pszError, args); in winMessageBoxF()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrfeaturequery.cpp133 const char *pszError; in Compile() local
137 pszError = swq_expr_compile( pszExpression, nFieldCount, in Compile()
140 if( pszError != NULL ) in Compile()
143 "%s", pszError ); in Compile()

12345