Home
last modified time | relevance | path

Searched refs:errorstring (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/src/
H A Dwm_error.c72 char *errorstring; in _WM_GLOBAL_ERROR() local
81 errorstring = (char *) malloc(MAX_ERROR_LEN+1); in _WM_GLOBAL_ERROR()
85 sprintf(errorstring,"Error (%s:%i) %s", in _WM_GLOBAL_ERROR()
88 sprintf(errorstring,"Error (%s:%i) %s (%s)", in _WM_GLOBAL_ERROR()
101 errorstring[MAX_ERROR_LEN] = 0; in _WM_GLOBAL_ERROR()
102 _WM_Global_ErrorS = errorstring; in _WM_GLOBAL_ERROR()
106 char *errorstring; in _WM_ERROR_NEW() local
109 errorstring = (char *) malloc(MAX_ERROR_LEN+1); in _WM_ERROR_NEW()
110 vsprintf(errorstring, wmfmt, args); in _WM_ERROR_NEW()
112 errorstring[MAX_ERROR_LEN] = 0; in _WM_ERROR_NEW()
[all …]
/dports/net/vnstat/vnstat-2.8/src/
H A Dcommon.c6 char errorstring[1024]; variable
46 printf("Info: %s\n", errorstring); in printe()
49 printf("%s\n", errorstring); in printe()
52 printf("Warning: %s\n", errorstring); in printe()
55 printf("Error: %s\n", errorstring); in printe()
58 printf("Config: %s\n", errorstring); in printe()
61 printf("%s\n", errorstring); in printe()
136 syslog(LOG_ERR, "Error: %s", errorstring); in logprint()
139 syslog(LOG_ERR, "Config: %s", errorstring); in logprint()
144 syslog(LOG_NOTICE, "%s", errorstring); in logprint()
[all …]
H A Ddbaccess.c9 snprintf(errorstring, 1024, "Importing data from legacy database \"%s\".", iface); in importlegacydb()
147 snprintf(errorstring, 1024, "Unable to read database \"%s\": %s", file, strerror(errno)); in readdb()
226 snprintf(errorstring, 1024, "Unable to use database \"%s\" or its backup.", file); in readdb()
237 snprintf(errorstring, 1024, "Database possibly corrupted, using backup instead."); in readdb()
258 snprintf(errorstring, 1024, "It has now been replaced with \"%s\".", iface); in readdb()
260 snprintf(errorstring, 1024, "You can ignore this message if you renamed the filename."); in readdb()
375 snprintf(errorstring, 1024, "%s interface string: %s", invaliddb, data->interface); in validatedb()
381 snprintf(errorstring, 1024, "%s: %s timestamp.", data->interface, invaliddb); in validatedb()
395 snprintf(errorstring, 1024, "%s: %s daily traffic: %d", data->interface, invaliddb, i); in validatedb()
400 snprintf(errorstring, 1024, "%s: %s daily use order: %d", data->interface, invaliddb, i); in validatedb()
[all …]
H A Ddaemon.c64 snprintf(errorstring, 1024, "open() /dev/null failed, exiting."); in daemonize()
72 snprintf(errorstring, 1024, "dup(stdout) failed, exiting."); in daemonize()
79 snprintf(errorstring, 1024, "dup(stderr) failed, exiting."); in daemonize()
91 snprintf(errorstring, 1024, "directory change to / failed, exiting."); in daemonize()
691 snprintf(errorstring, 1024, "Fatal database error detected, exiting."); in handledatabaseerror()
696 snprintf(errorstring, 1024, "Disk is full, continuing with data caching."); in handledatabaseerror()
808 snprintf(errorstring, 1024, "SIGINT received, exiting."); in handleintsignals()
814 snprintf(errorstring, 1024, "SIGTERM received, exiting."); in handleintsignals()
884 strncpy_nt(errorstring, buffer, 1024); in datacache_status()
886 snprintf(errorstring, 1024, "Nothing to monitor"); in datacache_status()
[all …]
/dports/dns/gdnsd2/gdnsd-2.4.3/t/Net/DNS/Resolver/
H A DBase.pm342 $self->errorstring($defres->errorstring);
348 $self->errorstring($defres->errorstring);
613 $self->errorstring($err);
1050 $self->errorstring($err);
1055 $self->errorstring($!);
1206 $self->errorstring($!);
1211 $self->errorstring($!);
1234 $self->errorstring($err);
1249 $self->errorstring($err);
1256 $self->errorstring($err);
[all …]
/dports/www/moodle311/moodle/lib/
H A Dcomponentlib.class.php201 $this->errorstring = '';
234 $this->errorstring='missingrequiredfield';
288 $this->errorstring='componentisuptodate';
293 $this->errorstring='cannotcreatetempdir';
347 $this->errorstring = 'cannotunzipfile';
362 $this->errorstring='cannotsavemd5file';
459 if (empty($this->errorstring)) {
466 $this->errorstring='cannotfindcomponent';
471 $this->errorstring='invalidmd5';
549 if (!empty($this->errorstring)) {
[all …]
/dports/www/moodle310/moodle/lib/
H A Dcomponentlib.class.php201 $this->errorstring = '';
234 $this->errorstring='missingrequiredfield';
288 $this->errorstring='componentisuptodate';
293 $this->errorstring='cannotcreatetempdir';
347 $this->errorstring = 'cannotunzipfile';
362 $this->errorstring='cannotsavemd5file';
459 if (empty($this->errorstring)) {
466 $this->errorstring='cannotfindcomponent';
471 $this->errorstring='invalidmd5';
549 if (!empty($this->errorstring)) {
[all …]
/dports/www/moodle39/moodle/lib/
H A Dcomponentlib.class.php201 $this->errorstring = '';
234 $this->errorstring='missingrequiredfield';
288 $this->errorstring='componentisuptodate';
293 $this->errorstring='cannotcreatetempdir';
347 $this->errorstring = 'cannotunzipfile';
362 $this->errorstring='cannotsavemd5file';
459 if (empty($this->errorstring)) {
466 $this->errorstring='cannotfindcomponent';
471 $this->errorstring='invalidmd5';
549 if (!empty($this->errorstring)) {
[all …]
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Ddpvsimpledecode.c341 if (errorstring != NULL) in dpvsimpledecode_open()
342 *errorstring = NULL; in dpvsimpledecode_open()
395 else if (errorstring != NULL) in dpvsimpledecode_open()
398 else if (errorstring != NULL) in dpvsimpledecode_open()
399 *errorstring = "read error"; in dpvsimpledecode_open()
401 else if (errorstring != NULL) in dpvsimpledecode_open()
405 else if (errorstring != NULL) in dpvsimpledecode_open()
409 else if (errorstring != NULL) in dpvsimpledecode_open()
413 else if (errorstring != NULL) in dpvsimpledecode_open()
447 if (errorstring) in dpvsimpledecode_error()
[all …]
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Ddpvsimpledecode.c340 if (errorstring != NULL) in dpvsimpledecode_open()
341 *errorstring = NULL; in dpvsimpledecode_open()
403 else if (errorstring != NULL) in dpvsimpledecode_open()
406 else if (errorstring != NULL) in dpvsimpledecode_open()
407 *errorstring = "read error"; in dpvsimpledecode_open()
409 else if (errorstring != NULL) in dpvsimpledecode_open()
413 else if (errorstring != NULL) in dpvsimpledecode_open()
417 else if (errorstring != NULL) in dpvsimpledecode_open()
421 else if (errorstring != NULL) in dpvsimpledecode_open()
455 if (errorstring) in dpvsimpledecode_error()
[all …]
/dports/games/darkplaces/darkplaces/
H A Ddpvsimpledecode.c340 if (errorstring != NULL) in dpvsimpledecode_open()
341 *errorstring = NULL; in dpvsimpledecode_open()
403 else if (errorstring != NULL) in dpvsimpledecode_open()
406 else if (errorstring != NULL) in dpvsimpledecode_open()
407 *errorstring = "read error"; in dpvsimpledecode_open()
409 else if (errorstring != NULL) in dpvsimpledecode_open()
413 else if (errorstring != NULL) in dpvsimpledecode_open()
417 else if (errorstring != NULL) in dpvsimpledecode_open()
421 else if (errorstring != NULL) in dpvsimpledecode_open()
455 if (errorstring) in dpvsimpledecode_error()
[all …]
/dports/comms/gammu/gammu-1.42.0/tests/
H A Ddump-error-codes.c13 const char *errorstring; in main() local
29 errorstring = GSM_ErrorString(error); in main()
31 if (strcmp("Unknown error description.", errorstring) == 0) { in main()
40 printf("%d. %s - %s\n", error, errorname, errorstring); in main()
42 printf(".SS %d\n%s\n", 100 + error, errorstring); in main()
44 printf("%d\n %s\n", 100 + error, errorstring); in main()
46 printf("# %s - %s\n", errorname, errorstring); in main()
/dports/multimedia/dvbcut/dvbcut-deb-0.7.3/src/
H A Dindex.cpp89 if (errorstring) { in generate()
159 if (errorstring) { in generate()
414 if (errorstring) in generate()
446 if (errorstring) in save()
454 if (errorstring) { in save()
472 if (errorstring) { in save()
480 if (errorstring) in save()
491 if (errorstring) { in load()
513 if (errorstring) { in load()
544 if (errorstring) { in load()
[all …]
/dports/audio/shairport-sync/shairport-sync-3.3.9/
H A Daudio_pipe.c60 char errorstring[1024]; in start() local
61 strerror_r(errno, (char *)errorstring, sizeof(errorstring)); in start()
63 (char *)errorstring, pipename); in start()
65 (char *)errorstring, pipename); in start()
71 char errorstring[1024]; in play() local
80 strerror_r(errno, (char *)errorstring, 1024); in play()
82 pipename, errorstring); in play()
/dports/dns/p5-IO-Async-Resolver-DNS/IO-Async-Resolver-DNS-0.06/lib/IO/Async/Resolver/DNS/
H A DNetDNSImpl.pm32 my $errorstring = $res->errorstring;
36 $errorstring = "NODATA" if $errorstring eq "NOERROR";
42 for( $errorstring ) {
52 die [ "$errorstring", $err ];
55 die "$errorstring\n";
/dports/games/moonlight-embedded/moonlight-embedded-2.4.11/src/video/
H A Dffmpeg.c152 char errorstring[512]; in ffmpeg_get_frame() local
153 av_strerror(err, errorstring, sizeof(errorstring)); in ffmpeg_get_frame()
154 fprintf(stderr, "Receive failed - %d/%s\n", err, errorstring); in ffmpeg_get_frame()
169 char errorstring[512]; in ffmpeg_decode() local
170 av_strerror(err, errorstring, sizeof(errorstring)); in ffmpeg_decode()
171 fprintf(stderr, "Decode failed - %s\n", errorstring); in ffmpeg_decode()
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/os/posix/
H A Dlibloader.c82 const char *errorstring; in GWEN_LibLoader_LoadLibrary() local
100 errorstring = dlerror(); in GWEN_LibLoader_LoadLibrary()
107 DBG_INFO(GWEN_LOGDOMAIN, "dlopen(%s): %s", name, errorstring); in GWEN_LibLoader_LoadLibrary()
108 if (strstr(errorstring, "No such file")) { in GWEN_LibLoader_LoadLibrary()
109 if (strstr(errorstring, name)) { in GWEN_LibLoader_LoadLibrary()
113 else if (strstr(errorstring, "undefined symbol:")) { in GWEN_LibLoader_LoadLibrary()
116 errorstring); in GWEN_LibLoader_LoadLibrary()
117 if (strstr(errorstring, name)) in GWEN_LibLoader_LoadLibrary()
124 errorstring); in GWEN_LibLoader_LoadLibrary()
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/os/posix/
H A Dlibloader.c82 const char *errorstring; in GWEN_LibLoader_LoadLibrary() local
100 errorstring = dlerror(); in GWEN_LibLoader_LoadLibrary()
107 DBG_INFO(GWEN_LOGDOMAIN, "dlopen(%s): %s", name, errorstring); in GWEN_LibLoader_LoadLibrary()
108 if (strstr(errorstring, "No such file")) { in GWEN_LibLoader_LoadLibrary()
109 if (strstr(errorstring, name)) { in GWEN_LibLoader_LoadLibrary()
113 else if (strstr(errorstring, "undefined symbol:")) { in GWEN_LibLoader_LoadLibrary()
116 errorstring); in GWEN_LibLoader_LoadLibrary()
117 if (strstr(errorstring, name)) in GWEN_LibLoader_LoadLibrary()
124 errorstring); in GWEN_LibLoader_LoadLibrary()
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/os/posix/
H A Dlibloader.c82 const char *errorstring; in GWEN_LibLoader_LoadLibrary() local
100 errorstring = dlerror(); in GWEN_LibLoader_LoadLibrary()
107 DBG_INFO(GWEN_LOGDOMAIN, "dlopen(%s): %s", name, errorstring); in GWEN_LibLoader_LoadLibrary()
108 if (strstr(errorstring, "No such file")) { in GWEN_LibLoader_LoadLibrary()
109 if (strstr(errorstring, name)) { in GWEN_LibLoader_LoadLibrary()
113 else if (strstr(errorstring, "undefined symbol:")) { in GWEN_LibLoader_LoadLibrary()
116 errorstring); in GWEN_LibLoader_LoadLibrary()
117 if (strstr(errorstring, name)) in GWEN_LibLoader_LoadLibrary()
124 errorstring); in GWEN_LibLoader_LoadLibrary()
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/os/posix/
H A Dlibloader.c82 const char *errorstring; in GWEN_LibLoader_LoadLibrary() local
100 errorstring = dlerror(); in GWEN_LibLoader_LoadLibrary()
107 DBG_INFO(GWEN_LOGDOMAIN, "dlopen(%s): %s", name, errorstring); in GWEN_LibLoader_LoadLibrary()
108 if (strstr(errorstring, "No such file")) { in GWEN_LibLoader_LoadLibrary()
109 if (strstr(errorstring, name)) { in GWEN_LibLoader_LoadLibrary()
113 else if (strstr(errorstring, "undefined symbol:")) { in GWEN_LibLoader_LoadLibrary()
116 errorstring); in GWEN_LibLoader_LoadLibrary()
117 if (strstr(errorstring, name)) in GWEN_LibLoader_LoadLibrary()
124 errorstring); in GWEN_LibLoader_LoadLibrary()
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/os/posix/
H A Dlibloader.c82 const char *errorstring; in GWEN_LibLoader_LoadLibrary() local
100 errorstring = dlerror(); in GWEN_LibLoader_LoadLibrary()
107 DBG_INFO(GWEN_LOGDOMAIN, "dlopen(%s): %s", name, errorstring); in GWEN_LibLoader_LoadLibrary()
108 if (strstr(errorstring, "No such file")) { in GWEN_LibLoader_LoadLibrary()
109 if (strstr(errorstring, name)) { in GWEN_LibLoader_LoadLibrary()
113 else if (strstr(errorstring, "undefined symbol:")) { in GWEN_LibLoader_LoadLibrary()
116 errorstring); in GWEN_LibLoader_LoadLibrary()
117 if (strstr(errorstring, name)) in GWEN_LibLoader_LoadLibrary()
124 errorstring); in GWEN_LibLoader_LoadLibrary()
/dports/mail/p5-qpsmtpd/qpsmtpd-0.93/plugins/
H A Dfcrdns207 if ($res->errorstring eq 'NXDOMAIN') {
210 $self->log(LOGINFO, "fail, no rDNS: " . $res->errorstring);
213 if ( $res->errorstring eq 'SERVFAIL' ) {
214 $self->log(LOGINFO, "fail, error getting rDNS: " . $res->errorstring);
217 elsif ( $res->errorstring eq 'NOERROR' ) {
223 $self->log(LOGINFO, "fail, error getting rDNS: " . $res->errorstring);
256 if ($res->errorstring eq 'NXDOMAIN') {
263 $res->errorstring, ")");
/dports/dns/p5-Net-DNS/Net-DNS-1.32/lib/Net/DNS/Resolver/
H A DBase.pm367 sub errorstring { subroutine
442 $self->errorstring($!);
446 $self->errorstring($!);
455 $self->errorstring($@);
471 $self->errorstring('query timed out') unless $self->{errorstring};
549 $self->errorstring('query timed out') unless $self->{errorstring};
577 $self->errorstring($!);
582 $self->errorstring($!);
606 $self->errorstring($!);
681 $self->errorstring($@);
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/test/expected/
H A Dcompat_informix-test_informix2.c102 char errorstring[255]; in sql_check() local
111 sprintf(errorstring, "**SQL error %ld doing '%s' in function '%s'. [%s]", in sql_check()
113 fprintf(stderr, "%s", errorstring); in sql_check()
114 printf("%s\n", errorstring); in sql_check()
123 sprintf(errorstring, "Rollback successful.\n"); in sql_check()
125 sprintf(errorstring, "Rollback failed with code %ld.\n", SQLCODE); in sql_check()
128 fprintf(stderr, "%s", errorstring); in sql_check()
129 printf("%s\n", errorstring); in sql_check()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/test/expected/
H A Dcompat_informix-test_informix2.c102 char errorstring[255]; in sql_check() local
111 sprintf(errorstring, "**SQL error %ld doing '%s' in function '%s'. [%s]", in sql_check()
113 fprintf(stderr, "%s", errorstring); in sql_check()
114 printf("%s\n", errorstring); in sql_check()
123 sprintf(errorstring, "Rollback successful.\n"); in sql_check()
125 sprintf(errorstring, "Rollback failed with code %ld.\n", SQLCODE); in sql_check()
128 fprintf(stderr, "%s", errorstring); in sql_check()
129 printf("%s\n", errorstring); in sql_check()

12345678910>>...22