Searched refs:error (Results 101 - 125 of 151) sorted by relevance

1234567

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfwprintf.c116 /* do the work, then copy any error status */
351 * BEWARE, these `goto error' on error, PRINT uses 'n3',
357 goto error; \
654 goto error;
663 goto error;
673 goto error;
705 goto error;
714 goto error;
722 goto error;
[all...]
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dblktrace_api.h120 __u16 error; member in struct:blk_io_trace
H A Dip.h95 #error "Please fix <asm/byteorder.h>"
H A Dnetlink.h106 int error; member in struct:nlmsgerr
H A Dtcp.h37 #error "Adjust your <asm/byteorder.h> defines"
H A Dtipc_config.h105 #error "TIPC_MIN_LINK_TOL is too small (abort limit may be NaN)"
/bionic/libc/versioner-dependencies/common/kernel_uapi/misc/
H A Dcxl.h129 __u64 error; member in struct:cxl_event_afu_error
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_cbrtl.c128 #error "Unsupported long double format"
133 * error < 0.667 ulps
136 r=x/s; /* error <= 0.5 ulps; |r| < |t| */
139 t=t+t*r; /* error <= 0.5 + 0.5/3 + epsilon */
H A Ds_tanhl.c36 #error "Unsupported long double format"
/bionic/tools/bionicbb/
H A Dbionicbb.py58 message_lines += ['If you believe this Verified-1 was in error, '
88 logging.error('Unknown project: %s', name)
/bionic/tools/versioner/current/sys/
H A Duser.h250 #error "Unsupported architecture."
/bionic/libc/arch-arm/krait/bionic/
H A Dmemcpy_base.S38 #error Routine does not support offsets less than 1
42 #error PLD threshold must be greater than or equal to the PLD offset
/bionic/libc/bionic/
H A Dlocale.cpp190 char* strerror_l(int error, locale_t) { argument
191 return strerror(error);
H A Dlegacy_32_bit_support.cpp41 #error This code is only needed on 32-bit systems!
/bionic/libc/dns/resolv/
H A Dres_send.c278 * -1 : format error
315 * -1 : format error
964 * All is well, or the error is fatal. Signal that the
975 /* return -1 on error (errno set), 0 on success */
1017 int n, error; local
1054 " %d retrying_select got error %d\n",sock, n);
1059 len = sizeof(error);
1060 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, &error, &len) < 0 || error) {
1061 errno = error;
1307 Aerror(const res_state statp, FILE *file, const char *string, int error, const struct sockaddr *address, int alen) argument
1329 Perror(const res_state statp, FILE *file, const char *string, int error) argument
[all...]
H A Dres_debug.c539 {ns_r_noerror, "NOERROR", "no error"},
540 {ns_r_formerr, "FORMERR", "format error"},
880 retval = 0; /* invalid value -- indicates error */
894 *which = 0; /* error */
1025 static const char *error = "?"; local
1050 (void) snprintf(ascii, bufsiz, "; error: unknown LOC RR version");
1114 (sizestr != NULL) ? sizestr : error,
1115 (hpstr != NULL) ? hpstr : error,
1116 (vpstr != NULL) ? vpstr : error);
/bionic/tests/
H A Difaddrs_test.cpp176 int error = getnameinfo(addr, local
179 if (error != 0) {
180 printf("%d getnameinfo() failed: %s\n", family, gai_strerror(error));
/bionic/libc/include/netinet/
H A Dip.h227 #error "Please fix <asm/byteorder.h>"
/bionic/libc/kernel/uapi/linux/
H A Dtcp.h37 #error "Adjust your <asm/byteorder.h> defines"
H A Dtipc_config.h105 #error "TIPC_MIN_LINK_TOL is too small (abort limit may be NaN)"
/bionic/libc/private/
H A Dbionic_errdefs.h29 /* the following corresponds to the error codes of the Linux kernel used by the Android platform
32 * this file may be included several times to define either error constants or their
37 #error "__BIONIC_ERRDEF must be defined before including this file"
44 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
47 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error" )
105 __BIONIC_ERRDEF( EADV , 68, "Advertise error" )
106 __BIONIC_ERRDEF( ESRMNT , 69, "Srmount error" )
107 __BIONIC_ERRDEF( ECOMM , 70, "Communication error on send" )
108 __BIONIC_ERRDEF( EPROTO , 71, "Protocol error" )
110 __BIONIC_ERRDEF( EDOTDOT , 73, "RFS specific error" )
[all...]
/bionic/libc/seccomp/
H A Dseccomp_policy.cpp62 #error No architecture was defined!
/bionic/tools/versioner/current/netinet/
H A Dip.h227 #error "Please fix <asm/byteorder.h>"
/bionic/tools/versioner/src/
H A Dversioner.cpp296 bool error = false; local
301 error = true;
304 return !error;
/bionic/libc/arch-arm64/generic/bionic/
H A Dstring_copy.S63 #error "Either STPCPY or STRCPY must be defined."

Completed in 577 milliseconds

1234567