Lines Matching refs:error
76 int error, opt;
83 error = smb_ctx_alloc(&ctx);
84 if (error)
87 error = smb_ctx_scan_argv(ctx, argc-1, argv,
89 if (error)
92 error = smb_ctx_readrc(ctx);
93 if (error)
99 error = smb_ctx_opt(ctx, opt, optarg);
100 if (error)
122 error = smb_ctx_resolve(ctx);
123 if (error)
131 error = smb_ctx_get_ssn(ctx);
132 if (error == EAUTH) {
137 if (error) {
139 error, ctx->ct_fullserver);
143 error = smb_ctx_get_tree(ctx);
144 if (error) {
146 error, ctx->ct_fullserver, ctx->ct_origshare);
157 error = print_file(ctx, titlebuf, file);
167 return (error);
192 int error = 0;
197 error = errno;
198 smb_error("could not open print job", error);
199 return (error);
206 error = errno;
207 smb_error("error reading input file\n", error);
215 error = errno;
216 smb_error("error writing spool file\n", error);
221 error = EIO;
228 return (error);