Home
last modified time | relevance | path

Searched refs:emesg (Results 1 – 25 of 79) sorted by relevance

1234

/dports/math/optpp/optpp-2.4/src/PDS/
H A Dpdsdone.c19 char *emesg, int trpds) in pdsdone() argument
93 strcpy(emesg, ""); in pdsdone()
104 strcpy(emesg, "pdsdone: error returned by MPI_Allreduce\n"); in pdsdone()
120 strcpy(emesg, "pdsdone: Maximum number of iterations exceeded"); in pdsdone()
125 strcpy(emesg, "pdsdone: Maximum number of function evaluations exeeded"); in pdsdone()
132 strcpy(emesg, "pdsdone: Step tolerance passed"); in pdsdone()
146 strcpy(emesg, "pdsdone: Function tolerance passed"); in pdsdone()
154 strcpy(emesg,"pdsdone: Function tolerance test passed"); in pdsdone()
H A Dpdsopt.C54 int *iter, char *emesg, double fcn_tol, double tr_size, in pdsopt() argument
170 strcpy(emesg, "pdsopt: dimension < 1"); in pdsopt()
177 strcpy(emesg, "pdsopt: maximum # iterations < 1"); in pdsopt()
184 strcpy(emesg, "pdsopt: simplex type < 1 or type > 4"); in pdsopt()
287 strcpy(emesg, "pdsopt: can't create scheme file"); in pdsopt()
299 strcpy(emesg, "pdsopt: can't create scheme file"); in pdsopt()
319 strcpy(emesg, "pdsopt: can't open scheme file"); in pdsopt()
323 ierr = pdsget(ndim, fpscheme, &sss, &factor, &beta, emesg); in pdsopt()
349 &rcond, emesg, fcn_tol, tr_size, max_fevals, in pdsopt()
377 strcpy(emesg, "pdsopt: maximum # iterations reached"); in pdsopt()
[all …]
H A Dpdscom.c21 int pdscom(char *emesg) in pdscom() argument
57 strcpy(emesg, "pdscom: MPI has not been initialized"); in pdscom()
78 strcpy(emesg, "pdscom: MPI initialization failed"); in pdscom()
89 strcpy(emesg, ""); in pdscom()
H A Dpdsget.c26 char *emesg) in pdsget() argument
129 strcpy(emesg, "pdsget: not enough points in search scheme"); in pdsget()
134 strcpy(emesg, "pdsget: search scheme of wrong dimension"); in pdsget()
H A Dpdshrk.c64 char buffer[MPI_MAX_ERROR_STRING], emesg[256]; in pdshrk() local
74 strcpy(emesg, "pdshrk: error returned by MPI_Allreduce\n"); in pdshrk()
85 strcpy(emesg, "pdshrk: error returned by MPI_Allreduce\n"); in pdshrk()
H A Dpdsinit.C34 double *work2, char *emesg, double tr_size, int first, in pdsinit() argument
179 strcpy(emesg, "pdsinit: initial simplex is degenerate"); in pdsinit()
284 strcpy(emesg, "pdsinit: error returned by MPI_Allreduce\n"); in pdsinit()
304 strcpy(emesg, "pdsinit: no vertex with f < +inf"); in pdsinit()
H A Dpdsglb.c7 int pdsglb(int ndim, double *mybest, double *yourbest, char *emesg) in pdsglb() argument
61 error = pdsgop(mybest, sizee, yourbest, emesg); in pdsglb()
H A Dpdsgop.c13 int pdsgop(double *mybest, int sizee, double *yourbest, char *emesg) in pdsgop() argument
98 strcpy(emesg, "pdsgop: error returned by MPI_Allreduce\n"); in pdsgop()
H A Dpdswork.C40 int type, double scale, double *rcond, char *emesg, in pdswork() argument
203 edge.Store(), c.Store(), plus.Store(), emesg, in pdswork()
372 error = pdsglb(ndim, plus.Store(), c.Store(), emesg); in pdswork()
441 count[1], emesg, trpds); in pdswork()
445 (*fout) << emesg << "\n" << endl; in pdswork()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/PDS/
H A Dpdsdone.c19 char *emesg, int trpds) in pdsdone() argument
93 strcpy(emesg, ""); in pdsdone()
104 strcpy(emesg, "pdsdone: error returned by MPI_Allreduce\n"); in pdsdone()
120 strcpy(emesg, "Algorithm terminated - Number of iterations exceeds the specified limit"); in pdsdone()
125 strcpy(emesg, "Algorithm terminated - Number of fcn evaluations exceeds the specified limit"); in pdsdone()
132 strcpy(emesg, "pdsdone: Step tolerance passed"); in pdsdone()
146 strcpy(emesg, "pdsdone: Function tolerance passed"); in pdsdone()
154 strcpy(emesg,"pdsdone: Function tolerance test passed"); in pdsdone()
H A Dpdsopt.C62 int *iter, char *emesg, double fcn_tol, double tr_size, in pdsopt() argument
178 strcpy(emesg, "Algorithm aborted - Invalid problem dimension. Valid range >=1."); in pdsopt()
185 strcpy(emesg, "Algorithm aborted - Invalid maximum number of iterations. Valid range >=1."); in pdsopt()
192 strcpy(emesg, "Algorithm aborted - Invalid values for simplex type. Valid range [1,4]"); in pdsopt()
295 strcpy(emesg, "Algorithm aborted - Cannot create scheme file. See pdsopt.C"); in pdsopt()
307 strcpy(emesg, "Algorithm aborted - Cannot open scheme file. See pdsopt.C"); in pdsopt()
327 strcpy(emesg, "Algorithm aborted - Cannot open scheme file. See pdsopt.C"); in pdsopt()
331 ierr = pdsget(ndim, fpscheme, &sss, &factor, &beta, emesg); in pdsopt()
357 &rcond, emesg, fcn_tol, tr_size, max_fevals, in pdsopt()
386 strcpy(emesg, "Algorithm terminated - Number of iterations exceeds the specified limit"); in pdsopt()
[all …]
H A Dpdscom.c21 int pdscom(char *emesg) in pdscom() argument
57 strcpy(emesg, "Algorithm aborted - MPI has not been initialized"); in pdscom()
78 strcpy(emesg, "Algorithm aborted - MPI initialized failed"); in pdscom()
89 strcpy(emesg, ""); in pdscom()
H A Dpdsget.c25 char *emesg) in pdsget() argument
128 … strcpy(emesg, "Algorithm aborted - Value of sss exceeds number of points in search scheme file"); in pdsget()
133 …strcpy(emesg, "Algorithm aborted - Inconsistency with declaration of problem dimension in search s… in pdsget()
H A Dpdshrk.c64 char buffer[MPI_MAX_ERROR_STRING], emesg[256]; in pdshrk() local
74 strcpy(emesg, "pdshrk: error returned by MPI_Allreduce\n"); in pdshrk()
85 strcpy(emesg, "pdshrk: error returned by MPI_Allreduce\n"); in pdshrk()
H A Dpdsinit.C41 double *work2, char *emesg, double tr_size, int first, in pdsinit() argument
192 strcpy(emesg, "Algorithm aborted - Initial simplex is degenerate"); in pdsinit()
297 strcpy(emesg, "Algorithm aborted - MPI generated error\n"); in pdsinit()
317 strcpy(emesg, "Algorithm aborted - No feasible vertex found in initial simplex"); in pdsinit()
H A Dpdsglb.c7 int pdsglb(int ndim, double *mybest, double *yourbest, char *emesg) in pdsglb() argument
61 error = pdsgop(mybest, sizee, yourbest, emesg); in pdsglb()
H A Dpdsgop.c13 int pdsgop(double *mybest, int sizee, double *yourbest, char *emesg) in pdsgop() argument
98 strcpy(emesg, "Algorithm aborted - MPI generated error\n"); in pdsgop()
H A Dpdswork.C47 int type, double scale, double *rcond, char *emesg, in pdswork() argument
229 edgearray, carray, plusarray, emesg, in pdswork()
409 error = pdsglb(ndim, plusarray, carray, emesg); in pdswork()
481 count[1], emesg, trpds); in pdswork()
485 (*fout) << emesg << "\n" << endl; in pdswork()
/dports/lang/ruby26/ruby-2.6.9/
H A Deval_error.c96 if (emesg != Qundef) { in print_errinfo()
108 if (!NIL_P(emesg)) { in print_errinfo()
109 einfo = RSTRING_PTR(emesg); in print_errinfo()
110 elen = RSTRING_LEN(emesg); in print_errinfo()
141 write_warn_str(str, emesg); in print_errinfo()
245 VALUE emesg = rb_get_message(cause); in show_cause() local
296 print_errinfo(eclass, errat, emesg, str, highlight!=0); in rb_error_write()
310 volatile VALUE emesg = Qundef; in rb_ec_error_print() local
321 if (emesg == Qundef) { in rb_ec_error_print()
322 emesg = Qnil; in rb_ec_error_print()
[all …]
/dports/security/pam_pkcs11/pam_pkcs11-pam_pkcs11-0.6.12/src/scconf/
H A Dparse.c57 snprintf(parser->emesg, sizeof(parser->emesg), "Line %d: %s\n", parser->line, error); in scconf_parse_error()
66 …snprintf(parser->emesg, sizeof(parser->emesg), "Line %d: not expecting '%s'\n", parser->line, toke… in scconf_parse_error_not_expect()
74 snprintf(parser->emesg, sizeof(parser->emesg), in scconf_parse_warning_expect()
362 snprintf(parser->emesg, sizeof(parser->emesg), in scconf_parse_token()
389 strncpy(buffer, p.emesg, sizeof(buffer)-1); in scconf_parse()
417 strncpy(buffer, p.emesg, sizeof(buffer)-1); in scconf_parse_string()
/dports/security/opensc/OpenSC-0.22.0/src/scconf/
H A Dparse.c58 snprintf(parser->emesg, sizeof(parser->emesg), "Line %d: %s\n", parser->line, error); in scconf_parse_error()
67 …snprintf(parser->emesg, sizeof(parser->emesg), "Line %d: not expecting '%s'\n", parser->line, toke… in scconf_parse_error_not_expect()
75 snprintf(parser->emesg, sizeof(parser->emesg), in scconf_parse_warning_expect()
364 snprintf(parser->emesg, sizeof(parser->emesg), in scconf_parse_token()
391 strlcpy(buffer, p.emesg, sizeof(buffer)); in scconf_parse()
418 strlcpy(buffer, p.emesg, sizeof(buffer)); in scconf_parse_string()
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dsend.c221 const char *emesg; in send_header() local
230 if ((emesg = http_error(session->return_code)) == NULL) { in send_header()
231 emesg = unknown_http_code; in send_header()
260 } else if (send_buffer(session, emesg, strlen(emesg)) == -1) { in send_header()
610 const char *emesg; in send_http_code_body() local
617 if ((emesg = http_error(session->return_code)) == NULL) { in send_http_code_body()
618 emesg = unknown_http_code; in send_http_code_body()
620 emesg_len = strlen(emesg); in send_http_code_body()
649 } else if (send_buffer(session, emesg, emesg_len) == -1) { in send_http_code_body()
653 } else if (send_buffer(session, emesg, emesg_len) == -1) { in send_http_code_body()
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Dcomplete.c259 char *emesg; local
266 emesg = NULL;
267 while ((cp = remglob(dummyargv, 0, &emesg)) != NULL) {
286 if (emesg != NULL) {
287 printf("\n%s\n", emesg);
/dports/ftp/tnftp/tnftp-20210827/src/
H A Dcomplete.c309 const char *emesg; in complete_remote() local
316 emesg = NULL; in complete_remote()
317 while ((cp = remglob(dummyargv, 0, &emesg)) != NULL) { in complete_remote()
334 if (emesg != NULL) { in complete_remote()
335 fprintf(ttyout, "\n%s\n", emesg); in complete_remote()
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_calls.c203 char emesg[SH_BUFSIZE]; in retry_connect() local
220 sl_strlcpy(emesg, sh_error_message(error, errbuf, sizeof(errbuf)), sizeof(emesg)); in retry_connect()
221 sl_strlcat(emesg, in retry_connect()
223 sizeof(emesg)); in retry_connect()
225 sl_strlcat(emesg, in retry_connect()
227 sizeof(emesg)); in retry_connect()
230 emesg, in retry_connect()

1234