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

/asus-wl-520gu-7.0.1.45/src/router/samba/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 = strdup("no username field in credential");
152 *errstr = strdup("no domain field in credential");
157 *errstr = strdup("no password field in credential");
164 *errstr = strdup("username field is not string type");
169 *errstr = strdup("domain field is not string type");
174 *errstr = 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_smb.c101 char *username, *domain, *password, *errstr; local
107 if (!py_parse_creds(creds, &username, &domain, &password, &errstr)) {
108 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);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext3/
H A Dsuper.c194 char *errstr = NULL; local
198 errstr = "IO failure";
201 errstr = "Out of memory";
205 errstr = "Journal has aborted";
207 errstr = "Readonly filesystem";
216 errstr = nbuf;
222 return errstr;
232 const char *errstr = ext3_decode_error(sb, errno, nbuf); local
235 bdevname(sb->s_dev), function, errstr);
1516 const char *errstr; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhp_sdc.c757 char *errstr = NULL; local
763 errstr = "foo\n";
801 errstr = "IO not found for";
804 errstr = "IRQ not found for";
809 errstr = "IO not available for";
812 errstr = "IRQ not available for";
816 errstr = "NMI not available for";
855 errstr, (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dext3_jbd.h95 const char *errstr = ext3_decode_error(NULL, err, nbuf); local
98 caller, errstr, err_fn);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dext3_jbd.h95 const char *errstr = ext3_decode_error(NULL, err, nbuf); local
98 caller, errstr, err_fn);
/asus-wl-520gu-7.0.1.45/src/router/samba/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));
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/mkdosfs/
H A Dmkdosfs.c1292 #define seekto(pos,errstr) \
1296 error ("seek to " errstr " failed whilst writing tables"); \
1299 #define writebuf(buf,size,errstr) \
1303 error ("failed whilst writing " errstr); \
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dclitar.c1759 char errstr[1024]; local
1762 errlen = regerror(errcode, preg, errstr, sizeof(errstr) - 1);
1763 DEBUG(0, ("Could not compile pattern buffer for re search: %s\n%s\n", argv[Optind + 1], errstr));
/asus-wl-520gu-7.0.1.45/src/router/mkdosfs/
H A Dmkdosfs.c1314 #define seekto(pos,errstr) \
1318 error ("seek to " errstr " failed whilst writing tables"); \
1321 #define writebuf(buf,size,errstr) \
1325 error ("failed whilst writing " errstr); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/misc/
H A Dchandev.c2381 static int chandev_setup(int in_read_conf,char *instr,char *errstr,int lineno) argument
2702 if(errstr)
2704 printk("%s %d interpreted as %s",errstr,lineno,interpretstr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dwavfront.c301 const char *errstr; member in struct:__anon2697
387 for (i = 0; wavefront_errors[i].errstr; i++) {
389 return wavefront_errors[i].errstr;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dreply.c1522 pstring errstr; local
1523 slprintf(errstr, sizeof(errstr)-1, "FAIL ! reply_readbraw: socket write fail (%s)",
1525 exit_server(errstr);

Completed in 185 milliseconds