Searched refs:errstr (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dstrerror.c67 char *errstr; local
69 errstr = strerror_r (no, buf, buflen);
70 if (errstr != buf)
72 size_t errstr_len = strlen (errstr) + 1;
74 memcpy (buf, errstr, cpy_len);
108 char *errstr = strerror (no); local
110 if (!errstr)
120 size_t errstr_len = strlen (errstr) + 1;
122 memcpy (buf, errstr, cpy_len);
140 const char *errstr; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dpy_common.c123 If returns False, the errstr is set to point at some mallocated
127 char **password, char **errstr)
147 *errstr = SMB_STRDUP("no username field in credential");
152 *errstr = SMB_STRDUP("no domain field in credential");
157 *errstr = SMB_STRDUP("no password field in credential");
164 *errstr = SMB_STRDUP("username field is not string type");
169 *errstr = SMB_STRDUP("domain field is not string type");
174 *errstr = SMB_STRDUP("password field is not string type");
186 asprintf(errstr,
200 *errstr
126 py_parse_creds(PyObject *creds, char **username, char **domain, char **password, char **errstr) argument
210 open_pipe_creds(char *server, PyObject *creds, int pipe_idx, char **errstr) argument
[all...]
H A Dpy_spoolss_drivers.c33 char *arch = "Windows NT x86", *server, *errstr; local
60 if (!(cli = open_pipe_creds(server, creds, PI_SPOOLSS, &errstr))) {
61 PyErr_SetString(spoolss_error, errstr);
62 free(errstr);
238 char *arch = "Windows NT x86", *server, *errstr; local
265 if (!(cli = open_pipe_creds(server, creds, PI_SPOOLSS, &errstr))) {
266 PyErr_SetString(spoolss_error, errstr);
267 free(errstr);
314 char *server, *errstr; local
345 if (!(cli = open_pipe_creds(server, creds, PI_SPOOLSS, &errstr))) {
[all...]
H A Dpy_spoolss_printers.c27 char *unc_name, *server, *errstr; local
59 if (!(cli = open_pipe_creds(server, creds, PI_SPOOLSS, &errstr))) {
60 PyErr_SetString(spoolss_error, errstr);
61 free(errstr);
285 char *server, *errstr, *name = NULL; local
307 if (!(cli = open_pipe_creds(server, creds, PI_SPOOLSS, &errstr))) {
308 PyErr_SetString(spoolss_error, errstr);
309 free(errstr);
429 char *printername, *server, *errstr; local
442 if (!(cli = open_pipe_creds(server, creds, PI_SPOOLSS, &errstr))) {
[all...]
H A Dpy_spoolss_ports.c34 char *server, *errstr; local
56 if (!(cli = open_pipe_creds(server, creds, PI_SPOOLSS, &errstr))) {
57 PyErr_SetString(spoolss_error, errstr);
58 free(errstr);
H A Dpy_srvsvc.c79 char *unc_name, *server, *errstr; local
109 if (!(cli = open_pipe_creds(server, creds, PI_SRVSVC, &errstr))) {
110 PyErr_SetString(srvsvc_error, errstr);
111 free(errstr);
H A Dpy_common.h51 char **password, char **errstr);
53 int pipe_idx, char **errstr);
H A Dpy_lsa.c56 char *server, *errstr; local
81 if (!(cli = open_pipe_creds(server, creds, PI_LSARPC, &errstr))) {
82 PyErr_SetString(lsa_error, errstr);
83 free(errstr);
H A Dpy_samr.c535 char *server, *errstr; local
560 if (!(cli = open_pipe_creds(server, creds, PI_SAMR, &errstr))) {
561 PyErr_SetString(samr_error, errstr);
562 free(errstr);
H A Dpy_smb.c101 char *username, *domain, *password, *errstr; local
107 if (!py_parse_creds(creds, &username, &domain, &password, &errstr)) {
108 free(errstr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/9p/
H A Derror.c40 * @errstr: error string
66 * @errstr: error string
70 int v9fs_errstr2errno(char *errstr, int len) argument
75 int bucket = jhash(errstr, len, 0) % ERRHASHSZ;
78 if (c->namelen==len && !memcmp(c->name, errstr, len)) {
86 errstr[len] = 0;
87 printk(KERN_ERR "%s: errstr :%s: not found\n", __FUNCTION__,
88 errstr);
H A Dmux.h55 int v9fs_errstr2errno(char *errstr, int len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconnect.h69 const char *(*errstr) (int, void *); member in struct:transport_implementation
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dopenssl.c156 const char *errstr = NULL; local
162 errstr = "invalid mode";
168 errstr = "type out of bounds";
176 errstr = "already locked";
188 errstr = "not locked";
194 errstr = (rw == CRYPTO_READ) ?
203 errstr = "invalid mode";
208 if (errstr)
212 errstr, mode, type, file, line);
H A DMakefile38 E_EXE= verify asn1pars req dgst dh dhparam enc passwd gendh errstr \
53 E_OBJ= verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o \
61 E_SRC= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c ca.c \
366 errstr.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
367 errstr.o: ../include/openssl/bn.h ../include/openssl/buffer.h
368 errstr.o: ../include/openssl/comp.h ../include/openssl/conf.h
369 errstr.o: ../include/openssl/crypto.h ../include/openssl/dtls1.h
370 errstr.o: ../include/openssl/e_os2.h ../include/openssl/engine.h
371 errstr.o: ../include/openssl/err.h ../include/openssl/evp.h
372 errstr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dopenssl.c158 const char *errstr = NULL; local
164 errstr = "invalid mode";
170 errstr = "type out of bounds";
178 errstr = "already locked";
190 errstr = "not locked";
196 errstr = (rw == CRYPTO_READ) ?
205 errstr = "invalid mode";
210 if (errstr)
214 errstr, mode, type, file, line);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/serio/
H A Dhp_sdc.c817 char *errstr; local
848 errstr = "IO not found for";
852 errstr = "IRQ not found for";
859 errstr = "IO not available for";
864 errstr = "IRQ not available for";
869 errstr = "NMI not available for";
909 errstr, (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssltest.c287 const char *errstr = NULL; local
293 errstr = "invalid mode";
299 errstr = "type out of bounds";
307 errstr = "already locked";
319 errstr = "not locked";
325 errstr = (rw == CRYPTO_READ) ?
334 errstr = "invalid mode";
339 if (errstr)
343 errstr, mode, type, file, line);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dssltest.c287 const char *errstr = NULL; local
293 errstr = "invalid mode";
299 errstr = "type out of bounds";
307 errstr = "already locked";
319 errstr = "not locked";
325 errstr = (rw == CRYPTO_READ) ?
334 errstr = "invalid mode";
339 if (errstr)
343 errstr, mode, type, file, line);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp468 void tpcb_errcallback(const DB_ENV *, const char *errpfx, const char *errstr) argument
472 MultiByteToWideChar(CP_ACP, 0, errstr, strlen(errstr),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c120 const char *errstr = ext3_decode_error(NULL, err, nbuf); local
132 caller, errstr, err_fn);
196 char *errstr = NULL; local
200 errstr = "IO failure";
203 errstr = "Out of memory";
207 errstr = "Journal has aborted";
209 errstr = "Readonly filesystem";
218 errstr = nbuf;
223 return errstr;
233 const char *errstr; local
2153 const char *errstr; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c169 const char *errstr = ext4_decode_error(NULL, err, nbuf); local
181 caller, errstr, err_fn);
245 char *errstr = NULL; local
249 errstr = "IO failure";
252 errstr = "Out of memory";
256 errstr = "Journal has aborted";
258 errstr = "Readonly filesystem";
267 errstr = nbuf;
272 return errstr;
282 const char *errstr; local
2227 const char *errstr; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c326 const char *errstr = NULL; local
332 errstr = "invalid mode";
338 errstr = "type out of bounds";
346 errstr = "already locked";
358 errstr = "not locked";
364 errstr = (rw == CRYPTO_READ) ?
373 errstr = "invalid mode";
378 if (errstr)
382 errstr, mode, type, file, line);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c326 const char *errstr = NULL; local
332 errstr = "invalid mode";
338 errstr = "type out of bounds";
346 errstr = "already locked";
358 errstr = "not locked";
364 errstr = (rw == CRYPTO_READ) ?
373 errstr = "invalid mode";
378 if (errstr)
382 errstr, mode, type, file, line);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libads/
H A Dkrb5_setpw.c313 const char *errstr; local
314 setpw_result_code_string(context, res_code, &errstr);
315 DEBUG(1, ("Error changing password: %s\n", errstr));

Completed in 307 milliseconds

12