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

/bionic/libc/upstream-netbsd/libc/gen/
H A Dftw.c45 int fnflag, error, sverrno; local
56 error = 0;
84 error = -1;
87 error = fn(cur->fts_path, cur->fts_statp, fnflag);
88 if (error != 0)
93 if (fts_close(ftsp) != 0 && error == 0)
94 error = -1;
97 return (error);
H A Dnftw.c47 int ftsflags, fnflag, error, postorder, sverrno; local
66 error = 0;
100 error = -1;
105 error = fn(cur->fts_path, cur->fts_statp, fnflag, &f);
106 if (error != 0)
113 return (error);
/bionic/libc/kernel/common/linux/
H A Dftape.h44 __u8 error; member in struct:__anon315::__anon316
46 } error; member in union:__anon315
H A Dnetlink.h101 int error; member in struct:nlmsgerr
H A Dbio.h155 int error; member in struct:bio_pair
/bionic/libc/bionic/
H A Dpthread_create.cpp111 int error = 0; local
119 // error = errno;
132 return error;
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/kernel/common/linux/mmc/
H A Dmmc.h59 unsigned int error; member in struct:mmc_command
79 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
301 int error; local
303 if ((error = ip6_parsenumeric(sa, addr, host,
305 return(error);
359 int error; local
361 if ((error = ip6_parsenumeric(sa, addr, host,
364 return(error);
H A Dgetaddrinfo.c37 * in the source code. This is because RFC2553 is silent about which error
262 "System error returned in errno", /* EAI_SYSTEM */
266 "Unknown error", /* EAI_MAX */
273 /* external reference: pai, error, and label free */ \
276 error = EAI_MEMORY; \
283 /* external reference: error and label free */ \
284 error = get_port((ai), (serv), 0); \
285 if (error != 0) \
291 /* external reference: pai, error and label free */ \
292 error
590 int error = 0; local
802 int error = 0; local
866 int error; local
931 int error; local
2054 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/upstream-netbsd/libc/regex/
H A Dengine.c192 int error = 0; local
241 error = REG_NOMATCH;
265 error = REG_ESPACE;
278 error = REG_ESPACE;
344 return error;
H A Dregcomp.c111 int error; /* has an error been seen? */ local
176 static char nuls[10]; /* place to point scanner in event of error */
281 p->error = 0;
331 if (p->error != 0) /* lose */
333 return(p->error);
354 if (reclimit++ > RECLIMIT || p->error == REG_ESPACE) {
355 p->error = REG_ESPACE;
524 if (!EAT('}')) { /* error heuristics */
583 if (reclimit++ > RECLIMIT || p->error
[all...]
/bionic/libc/kernel/arch-mips/asm/xtalk/
H A Dxwidget.h134 unsigned error:1; member in struct:__anon168
/bionic/libc/netbsd/resolv/
H A Dres_debug.c485 {ns_r_noerror, "NOERROR", "no error"},
486 {ns_r_formerr, "FORMERR", "format error"},
827 retval = 0; /* invalid value -- indicates error */
841 *which = 0; /* error */
976 static const char *error = "?"; local
1001 (void) sprintf(ascii, "; error: unknown LOC RR version");
1065 (sizestr != NULL) ? sizestr : error,
1066 (hpstr != NULL) ? hpstr : error,
1067 (vpstr != NULL) ? vpstr : error);
H A Dres_send.c280 * -1 : format error
317 * -1 : format error
936 * All is well, or the error is fatal. Signal that the
942 /* return -1 on error (errno set), 0 on success */
984 int n, error; local
1021 " %d retrying_select got error %d\n",sock, n);
1026 len = sizeof(error);
1027 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, &error, &len) < 0 || error) {
1028 errno = error;
1272 Aerror(const res_state statp, FILE *file, const char *string, int error, const struct sockaddr *address, int alen) argument
1296 Perror(const res_state statp, FILE *file, const char *string, int error) argument
[all...]
/bionic/libc/kernel/arch-mips/asm/ip32/
H A Dmace.h25 volatile unsigned int error; member in struct:mace_pci
/bionic/libc/kernel/arch-mips/asm/pci/
H A Dbridge.h235 error:1, member in struct:bridge_err_cmdword_s::__anon128::__anon129
/bionic/libc/kernel/arch-mips/asm/sn/sn0/
H A Dhubio.h364 error: 1, member in struct:icrba_u::__anon154
385 error: 1, member in struct:h1_icrba_u::__anon155
669 error: 1, member in struct:iprb_u::__anon162
684 #define iprb_error iprb_fields_s.error
704 u64 error: 1, member in struct:icrbp_a::__anon163

Completed in 408 milliseconds