Lines Matching refs:fname

45 static int sci_toprint_one_rhs(void* _pvCtx, const char *fname);
46 static int sci_toprint_two_rhs(void* _pvCtx, const char *fname);
48 int sci_toprint(char *fname, void* pvApiCtx) in sci_toprint() argument
61 return sci_toprint_one_rhs(pvApiCtx, fname); in sci_toprint()
65 return sci_toprint_two_rhs(pvApiCtx, fname); in sci_toprint()
71 static int sci_toprint_one_rhs(void* _pvCtx, const char *fname) in sci_toprint_one_rhs() argument
80 Scierror(999, _("%s: Can not read input argument #%d.\n"), fname, 1); in sci_toprint_one_rhs()
106 … Scierror(999, _("%s: An exception occurred: %s\n%s\n"), fname, e.getJavaDescription().c_str(), in sci_toprint_one_rhs()
115 sciprint(_("%s: The file %s does not exist.\n"), fname, fullName); in sci_toprint_one_rhs()
130 Scierror(999, _("%s: Memory allocation error.\n"), fname); in sci_toprint_one_rhs()
146 …cierror(999, _("%s: Wrong value for input argument #%d: Positive integers expected.\n"), fname, 1); in sci_toprint_one_rhs()
152 … Scierror(999, "%s: Figure with figure_id %d does not exist.\n", fname, (int)num_win); in sci_toprint_one_rhs()
162 …Scierror(999, _("%s: An exception occurred: %s\n%s\n"), fname, e.getJavaDescription().c_str(), e.g… in sci_toprint_one_rhs()
173 Scierror(999, _("%s: Memory allocation error.\n"), fname); in sci_toprint_one_rhs()
178 … Scierror(999, _("%s: Wrong size for input argument #%d: Positive integer expected.\n"), fname, 1); in sci_toprint_one_rhs()
183 Scierror(999, _("%s: Wrong type for input argument #%d.\n"), fname, 1); in sci_toprint_one_rhs()
189 static int sci_toprint_two_rhs(void* _pvCtx, const char *fname) in sci_toprint_two_rhs() argument
199 Scierror(999, _("%s: Can not read input argument #%d.\n"), fname, 1); in sci_toprint_two_rhs()
207 Scierror(999, _("%s: Can not read input argument #%d.\n"), fname, 2); in sci_toprint_two_rhs()
230 Scierror(999, _("%s: Can not read input argument #%d.\n"), fname, 1); in sci_toprint_two_rhs()
236 …r(999, _("%s: Wrong size for input argument #%d: A 1-by-n or m-by-1 array expected.\n"), fname, 1); in sci_toprint_two_rhs()
245 Scierror(999, _("%s: No more memory.\n"), fname); in sci_toprint_two_rhs()
253 Scierror(999, _("%s: Can not read input argument #%d.\n"), fname, 1); in sci_toprint_two_rhs()
266 Scierror(999, _("%s: No more memory.\n"), fname); in sci_toprint_two_rhs()
276 Scierror(999, _("%s: No more memory.\n"), fname); in sci_toprint_two_rhs()
288 Scierror(999, _("%s: Can not read input argument #%d.\n"), fname, 1); in sci_toprint_two_rhs()
296 Scierror(999, _("%s: No more memory.\n"), fname); in sci_toprint_two_rhs()
328 … Scierror(999, _("%s: An exception occurred: %s\n%s\n"), fname, e.getJavaDescription().c_str(), in sci_toprint_two_rhs()
352 Scierror(999, _("%s: Memory allocation error.\n"), fname); in sci_toprint_two_rhs()
357 … Scierror(999, _("%s: Wrong type for input argument #%d: String expected.\n"), fname, 2); in sci_toprint_two_rhs()
362 Scierror(999, _("%s: Wrong size for input argument #%d: String expected.\n"), fname, 2); in sci_toprint_two_rhs()
378 …cierror(999, _("%s: Wrong value for input argument #%d: Positive integers expected.\n"), fname, 1); in sci_toprint_two_rhs()
384 Scierror(999, _("%s: Memory allocation error.\n"), fname); in sci_toprint_two_rhs()
390 … Scierror(999, "%s: Figure with figure_id %d does not exist.\n", fname, (int)num_win); in sci_toprint_two_rhs()
419 … Scierror(999, _("%s: An exception occurred: %s\n%s\n"), fname, e.getJavaDescription().c_str(), in sci_toprint_two_rhs()
432 …Scierror(999, _("%s: Wrong input argument #%d: '%s' or '%s' expected.\n"), fname, 2, "pos", "gdi"); in sci_toprint_two_rhs()
438 Scierror(999, _("%s: Memory allocation error.\n"), fname); in sci_toprint_two_rhs()
443 …error(999, _("%s: Wrong size for input argument #%d: 'pos' or 'gdi' value expected.\n"), fname, 2); in sci_toprint_two_rhs()
448 Scierror(999, _("%s: Wrong type for input argument #%d.\n"), fname, 2); in sci_toprint_two_rhs()
453 … Scierror(999, _("%s: Wrong size for input argument #%d: Positive integer expected.\n"), fname, 1); in sci_toprint_two_rhs()
458 Scierror(999, _("%s: Wrong type for input argument #%d.\n"), fname, 1); in sci_toprint_two_rhs()