| /src/external/ibm-public/postfix/dist/mantools/ |
| ccformat | 17 ERROR= 31 1) ERROR="-b option requires backup argument"; break;; 35 1) ERROR="-T option requires typename argument"; break;; 38 -*) ERROR="invalid option: $1"; break;; 46 test -z "$ERROR" || { 47 echo "$0: $ERROR" 1>&2
|
| /src/lib/libc/compat/arch/sparc/sys/ |
| compat___sigreturn14.S | 52 ERROR()
|
| compat_sigreturn.S | 55 ERROR()
|
| compat_sigsuspend.S | 55 ERROR() ! always terminates with EINTR
|
| /src/lib/libc/compat/arch/sparc64/sys/ |
| compat___sigreturn14.S | 52 ERROR()
|
| compat_sigreturn.S | 55 ERROR()
|
| compat_sigsuspend.S | 55 ERROR() /* always terminates with EINTR */
|
| /src/tools/m4/bootstrap/ |
| parser.h | 2 #define ERROR 258
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| gthr-vxworks-cond.c | 49 return ERROR; 57 return ERROR; 67 return ERROR; 70 return ERROR;
|
| gthr-vxworks-thread.c | 58 return ERROR; 109 return ERROR; 112 return ERROR; 115 return ERROR; 118 if (clock_gettime (CLOCK_REALTIME, ¤t) == ERROR) 120 return ERROR; 152 return ERROR; 155 return ERROR; 158 if (clock_gettime (CLOCK_REALTIME, ¤t) == ERROR) 160 return ERROR; [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| gthr-vxworks-cond.c | 49 return ERROR; 57 return ERROR; 67 return ERROR; 70 return ERROR;
|
| gthr-vxworks-thread.c | 58 return ERROR; 109 return ERROR; 112 return ERROR; 115 return ERROR; 118 if (clock_gettime (CLOCK_REALTIME, ¤t) == ERROR) 120 return ERROR; 152 return ERROR; 155 return ERROR; 158 if (clock_gettime (CLOCK_REALTIME, ¤t) == ERROR) 160 return ERROR; [all...] |
| /src/external/gpl3/gdb/dist/sim/m32r/ |
| sim-main.h | 26 #define SIM_CORE_SIGNAL(SD,CPU,CIA,MAP,NR_BYTES,ADDR,TRANSFER,ERROR) \ 28 (TRANSFER), (ERROR))
|
| /src/external/gpl3/gdb/dist/sim/mn10300/ |
| sim-main.h | 29 #define SIM_CORE_SIGNAL(SD,CPU,CIA,MAP,NR_BYTES,ADDR,TRANSFER,ERROR) \ 30 mn10300_core_signal ((SD), (CPU), (CIA), (MAP), (NR_BYTES), (ADDR), (TRANSFER), (ERROR))
|
| /src/external/gpl3/gdb.old/dist/sim/m32r/ |
| sim-main.h | 26 #define SIM_CORE_SIGNAL(SD,CPU,CIA,MAP,NR_BYTES,ADDR,TRANSFER,ERROR) \ 28 (TRANSFER), (ERROR))
|
| /src/external/gpl3/gdb.old/dist/sim/mn10300/ |
| sim-main.h | 29 #define SIM_CORE_SIGNAL(SD,CPU,CIA,MAP,NR_BYTES,ADDR,TRANSFER,ERROR) \ 30 mn10300_core_signal ((SD), (CPU), (CIA), (MAP), (NR_BYTES), (ADDR), (TRANSFER), (ERROR))
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| hmac-openssl.c | 45 ERROR("srp_hmac_iov: unsupported HMAC hash algorithm: %d", key->algorithm); 49 ERROR("srp_hmac_iov: not enough space in output buffer (%lu) for hash (%d).", 60 ERROR("srp_hmac_iov failed to initialize key digest"); 65 ERROR("srp_hmac_iov failed to hash key"); 69 ERROR("srp_hmac_iov failed to digest key"); 83 ERROR("srp_hmac_iov failed to initialize inner digest"); 88 ERROR("srp_hmac_iov failed to hash ipad to inner digest"); 93 ERROR("srp_hmac_iov failed to hash chunk %d to inner digest", i); 98 ERROR("srp_hmac_iov failed to hash ipad to inner digest"); 105 ERROR("srp_hmac_iov failed to initialize outer digest") [all...] |
| srp-filedata.c | 45 ERROR("srp_load_file_data: %s: open: %s", filename, strerror(errno)); 53 ERROR("srp_load_file_data: %s: lseek: %s", filename, strerror(errno)); 60 ERROR("srp_load_file_data: %s: read: %s", filename, strerror(errno)); 62 ERROR("srp_load_file_data: %s: short read %d out of %d", filename, (int)len, (int)flen); 80 ERROR("srp_store_file_data: %s: %s", filename, strerror(errno)); 86 ERROR("srp_store_file_data: " PUB_S_SRP ": " PUB_S_SRP, filename, strerror(errno)); 88 ERROR("srp_store_file_data: short write %d out of %d on file " PUB_S_SRP, (int)len, (int)length, filename); 112 ERROR("srp_get_last_server: stored server data is too short: %d", length); 120 ERROR("srp_get_last_server: invalid rdlength %d for %s record", 125 ERROR("srp_get_last_server: stored server data length %d is too short", length) [all...] |
| tls-mbedtls.c | 64 ERROR("Unable to seed RNG: %x", -status); 76 ERROR("Unable to set up default TLS config state: %x", -status); 111 ERROR("Unable to parse ca cert file: %x", -status); 120 ERROR("Unable to parse server cert file: %x", -status); 132 ERROR("Unable to parse server cert file: %x", -status); 147 ERROR("Unable to configure own cert: %x", -status); 201 ERROR("Unable to set up TLS listener state: %x", -status); 211 ERROR("TLS handshake failed: %x", -status); 230 ERROR("Unable to set up TLS connect state: %x", -status); 240 ERROR("TLS handshake failed: %x", -status) [all...] |
| /src/external/bsd/libbind/dist/tests/ |
| res.h | 54 * ERROR - one of the following types of errors: 63 #ifdef ERROR 64 #undef ERROR 70 #define ERROR -3
|
| /src/usr.bin/make/unit-tests/ |
| deptgt-error.mk | 1 # $NetBSD: deptgt-error.mk,v 1.4 2022/01/22 21:50:41 rillig Exp $ 3 # Tests for the special target .ERROR in dependency declarations, which 9 .ERROR: 12 .ERROR: sub-error 13 sub-error: .PHONY 16 # Before making the '.ERROR' target, these variable values are printed.
|
| /src/external/apache2/argon2/dist/phc-winner-argon2/kats/ |
| check-sums.sh | 11 echo $file "\t" ERROR
|
| /src/external/bsd/zstd/dist/lib/common/ |
| error_private.h | 52 * Error codes handling 54 #undef ERROR /* already defined on Visual Studio */ 55 #define ERROR(name) ZSTD_ERROR(name) 58 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } 62 /* check and forward error code */ 73 * Error Strings 113 * Return the specified error if the condition evaluates to true. 122 RAWLOG(3, "%s:%d: ERROR!: check %s failed, returning %s", \ 123 __FILE__, __LINE__, ERR_QUOTE(cond), ERR_QUOTE(ERROR(err))); \ 127 return ERROR(err); [all...] |
| /src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
| block.c | 61 ERROR(EIO, "should not happen!"); 72 ERROR(errno, "error seeking device"); 79 ERROR(errno, "error reading from device"); 84 ERROR(EIO, "read EOF on volume"); 89 ERROR(EIO, "read incomplete block"); 135 ERROR(errno, "error seeking device"); 143 ERROR(errno, "error writing to device") [all...] |
| /src/lib/libc/arch/sparc64/sys/ |
| ptrace.S | 59 ERROR()
|