Searched refs:error_string (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Derror.h6 # define error_string strerror(errno) macro
10 # define error_string (sys_errlist[errno]) macro
12 # define error_string "error message not found" macro
H A Dcache_file.c53 # define error_string strerror(errno) macro
57 # define error_string (sys_errlist[errno]) macro
59 # define error_string "error message not found" macro
H A Dconf_file.c43 # define error_string strerror(errno) macro
47 # define error_string (sys_errlist[errno]) macro
49 # define error_string "error message not found" macro
75 show_message("could not open config file \"%s\": %s\n", fname, error_string);
H A Dpid_file.c47 show_message("error reading pid file: %s (%s)\n", pid_file, error_string);
65 show_message("could not create pid file: %s (%s)\n", pid_file, error_string);
H A Dez-ipupdate.c1698 dprintf((stderr, "select: %s\n", error_string));
1711 show_message("error send()ing request: %s\n", error_string);
1740 dprintf((stderr, "select: %s\n", error_string));
1757 show_message("error recv()ing reply: %s\n", error_string);
4768 N_STR(host), error_string);
4789 cache_file, error_string);
5008 cache_file, error_string);
5021 error_string);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dntlm_auth.c203 response.data.auth.error_string,
212 response.data.auth.error_string,
230 char **error_string,
246 *error_string = smb_xstrdup(
252 *error_string = smb_xstrdup(
259 *error_string = smb_xstrdup(
282 if (error_string)
283 *error_string = smb_xstrdup("Reading winbind reply failed!");
289 if (error_string)
290 *error_string
221 contact_winbind_auth_crap(const char *username, const char *domain, const char *workstation, const DATA_BLOB *challenge, const DATA_BLOB *lm_response, const DATA_BLOB *nt_response, uint32 flags, uint8 lm_key[8], uint8 nt_key[16], char **error_string, char **unix_name) argument
320 char *error_string; local
1371 char *error_string; local
1457 char *error_string; local
1578 char *error_string; local
1646 char *error_string; local
1719 char *error_string; local
1848 char *error_string; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbindd_pam.c205 if (!*state->response.data.auth.error_string)
206 fstrcpy(state->response.data.auth.error_string, get_friendly_nt_error_msg(result));
244 char *error_string = NULL; local
249 asprintf(&error_string, "winbind client not authorized to use winbindd_pam_auth_crap. Ensure permissions on %s are set correctly.",
251 push_utf8_fstring(state->response.data.auth.error_string, error_string);
252 SAFE_FREE(error_string);
450 if (!*state->response.data.auth.error_string)
451 push_utf8_fstring(state->response.data.auth.error_string, get_friendly_nt_error_msg(result));
525 fstrcpy(state->response.data.auth.error_string, nt_errst
[all...]
H A Dwinbindd_nss.h264 fstring error_string; member in struct:winbindd_response::__anon12417::auth_reply
H A Dwinbindd_misc.c94 fstrcpy(state->response.data.auth.error_string, nt_errstr(result));
H A Dpam_winbind.c125 response->data.auth.error_string,
H A Dwbinfo.c527 response.data.auth.error_string);
592 response.data.auth.error_string);
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Dsoap.c207 for (pe = SoapErrors[i]; pe->error_string; pe++) {
212 if (pe->error_string)
216 if (pe && !pe->error_string) {
220 return pe->error_string;
226 const char *error_string = soap_errorstr(error_code); local
247 error_code, error_string);
H A Dhttp.c381 for (pe = HTTPErrors; pe->error_string; pe++) {
386 if (pe->error_string == NULL)
389 uprintf(up, "HTTP/1.1 %d %s\r\n", pe->error_code, pe->error_string);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dkrb5_setpw.c183 const char *error_string; member in struct:kpasswd_errors
204 while (kpasswd_errors[idx].error_string != NULL) {
207 *code_string = kpasswd_errors[idx].error_string;
/asus-wl-520gu-7.0.1.45/src/tools/upnp/include/
H A Dupnp.h280 char *error_string; member in struct:Error

Completed in 122 milliseconds