Searched defs:error (Results 1 - 5 of 5) sorted by relevance
/solaris-userland-s11u3/components/jansson/doc/html/_downloads/ |
H A D | github_commits.c | 42 fprintf(stderr, "error: too small buffer\n"); 63 goto error; 67 goto error; 86 fprintf(stderr, "error: unable to request data from %s:\n", url); 88 goto error; 94 fprintf(stderr, "error: server responded with code %ld\n", code); 95 goto error; 107 error: 125 json_error_t error; local 140 root = json_loads(text, 0, &error); [all...] |
/solaris-userland-s11u3/components/apache2/mod_sed/ |
H A D | mod_sed.c | 60 /* This function will be call back from libsed functions if there is any error 63 static apr_status_t log_sed_errf(void *data, const char *error) argument 66 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, error); 71 * compilation error. 73 static apr_status_t sed_compile_errf(void *data, const char *error) argument 76 sed_cfg->last_error = error; 240 * output by calling sed_write_output and generates any error by
|
H A D | sed0.c | 48 const char* error; local 50 error = apr_pvsprintf(commands->pool, fmt, args); 51 commands->errfn(commands->data, error); 136 char *error; local 138 error = apr_psprintf(pool, SEDERR_ULMES, lab->asc); 139 return error;
|
H A D | sed1.c | 81 const char* error; local 83 error = apr_pvsprintf(eval->pool, fmt, args); 84 eval->errfn(eval->data, error); 364 const char* error = sed_get_finalize_error(eval->commands, eval->pool); local 365 if (error) { 366 eval_errf(eval, error);
|
/solaris-userland-s11u3/components/libusb/ugen/src/ |
H A D | libusbugen.c | 57 /* error handling */ 468 "error sending control message: %d", rval); 1249 * status of the device if error or short xfer. 1256 int error; local 1281 error = usb_get_status(stat_fd); 1282 usb_error_str(save_errno, "error %d doing io: errno=%d", 1283 error, save_errno); 2264 int status, error; local 2268 error = (int)read(fd, &status, (size_t)sizeof (status)); 2269 if (error ! 2466 int status, error; local [all...] |
Completed in 477 milliseconds