Searched defs:error (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dftape.h37 __u8 error; member in struct:__anon237::__anon238
39 } error; member in union:__anon237
H A Dnetlink.h94 int error; member in struct:nlmsgerr
H A Dbio.h158 int error; member in struct:bio_pair
/bionic/libc/kernel/common/linux/mmc/
H A Dmmc.h51 unsigned int error; member in struct:mmc_command
70 unsigned int error; member in struct:mmc_data
/bionic/libc/netbsd/net/
H A Dgetnameinfo.c37 * - RFC2553 says that we should raise error on short buffer. X/Open says
261 int error; local
263 if ((error = ip6_parsenumeric(sa, addr, host,
265 return(error);
306 int error; local
308 if ((error = ip6_parsenumeric(sa, addr, host,
311 return(error);
H A Dgetaddrinfo.c37 * in the source code. This is because RFC2553 is silent about which error
250 "System error returned in errno", /* EAI_SYSTEM */
254 "Unknown error", /* EAI_MAX */
261 /* external reference: pai, error, and label free */ \
264 error = EAI_MEMORY; \
271 /* external reference: error and label free */ \
272 error = get_port((ai), (serv), 0); \
273 if (error != 0) \
279 /* external reference: pai, error and label free */ \
280 error
400 int error = 0; local
604 int error = 0; local
668 int error; local
733 int error; local
1825 int error; local
[all...]
/bionic/libc/unistd/
H A Dsyslog.c111 int fd, saved_errno, error; local
252 if ((error = send(data->log_file, tbuf, cnt, 0)) < 0) {
259 if ((error = send(data->log_file, tbuf, cnt, 0)) >= 0)
267 * Make sure the error reported is the one from the syslogd failure.
269 if (error == -1 && (data->log_stat & LOG_CONS) &&
/bionic/libc/bionic/
H A Dfts.c206 int rfd, error = 0; local
233 /* Return to original directory, checking for error. */
236 error = fchdir(rfd);
242 return (error);
261 /* If finished or unrecoverable error, return NULL. */
324 * so the application will eventually get an error condition.
400 * can distinguish between error and EOF.
444 * semantics to fts using fts_set. An error return is allowed for similar
476 * an error.
599 * post-order visit to return the error
[all...]
/bionic/libc/netbsd/resolv/
H A Dres_debug.c484 {ns_r_noerror, "NOERROR", "no error"},
485 {ns_r_formerr, "FORMERR", "format error"},
826 retval = 0; /* invalid value -- indicates error */
840 *which = 0; /* error */
975 static const char *error = "?"; local
1000 (void) sprintf(ascii, "; error: unknown LOC RR version");
1064 (sizestr != NULL) ? sizestr : error,
1065 (hpstr != NULL) ? hpstr : error,
1066 (vpstr != NULL) ? vpstr : error);
H A Dres_send.c272 * -1 : format error
309 * -1 : format error
856 * All is well, or the error is fatal. Signal that the
907 * server, we get an ECONNREFUSED error on the next
909 * error message is received. We can thus detect
1034 /* record the error */
1077 * All is well, or the error is fatal. Signal that the
1084 Aerror(const res_state statp, FILE *file, const char *string, int error, argument
1102 string, hbuf, sbuf, strerror(error));
1108 Perror(const res_state statp, FILE *file, const char *string, int error) { argument
[all...]
/bionic/libc/regex/
H A Dregcomp.c58 int error; /* has an error been seen? */ member in struct:parse
107 static char nuls[10]; /* place to point scanner in event of error */
190 p->error = 0;
240 if (p->error != 0) /* lose */
242 return(p->error);
417 if (!EAT('}')) { /* error heuristics */
526 /* the MORE here is an error heuristic */
588 if (!EATTWO('\\', '}')) { /* error heuristics */
643 /* allocset did set error statu
[all...]

Completed in 1413 milliseconds