Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 94) sorted by relevance

1234

/dragonfly/usr.sbin/ypserv/
H A Dypinit.sh25 ERROR=USAGE # assume usage error
33 ERROR=
40 ERROR=
50 ERROR=
58 ERROR=
65 ERROR=
76 ERROR=
80 if [ "${ERROR}" = "USAGE" ]; then
187 ERROR=
190 ERROR="DELETE"
[all …]
/dragonfly/contrib/zstd/lib/common/
H A Dentropy_common.c86 if (countSize > hbSize) return ERROR(corruption_detected); in FSE_readNCount_body()
95 if (nbBits > FSE_TABLELOG_ABSOLUTE_MAX) return ERROR(tableLog_tooLarge); in FSE_readNCount_body()
201 if (remaining != 1) return ERROR(corruption_detected); in FSE_readNCount_body()
203 if (charnum > maxSV1) return ERROR(maxSymbolValue_tooSmall); in FSE_readNCount_body()
204 if (bitCount > 32) return ERROR(corruption_detected); in FSE_readNCount_body()
276 if (!srcSize) return ERROR(srcSize_wrong); in HUF_readStats_body()
283 if (iSize+1 > srcSize) return ERROR(srcSize_wrong); in HUF_readStats_body()
284 if (oSize >= hwSize) return ERROR(corruption_detected); in HUF_readStats_body()
292 if (iSize+1 > srcSize) return ERROR(srcSize_wrong); in HUF_readStats_body()
306 if (weightTotal == 0) return ERROR(corruption_detected); in HUF_readStats_body()
[all …]
H A Dfse_decompress.c83 …if (FSE_BUILD_DTABLE_WKSP_SIZE(tableLog, maxSymbolValue) > wkspSize) return ERROR(maxSymbolValue_t… in FSE_buildDTable_internal()
84 if (maxSymbolValue > FSE_MAX_SYMBOL_VALUE) return ERROR(maxSymbolValue_tooLarge); in FSE_buildDTable_internal()
85 if (tableLog > FSE_MAX_TABLELOG) return ERROR(tableLog_tooLarge); in FSE_buildDTable_internal()
161 …if (position!=0) return ERROR(GENERIC); /* position must reach all cells once, otherwise normali… in FSE_buildDTable_internal()
217 if (nbBits < 1) return ERROR(GENERIC); /* min size */ in FSE_buildDTable_raw()
276 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
283 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
329 if (tableLog > maxLog) return ERROR(tableLog_tooLarge); in FSE_decompress_wksp_body()
334 …if (FSE_DECOMPRESS_WKSP_SIZE(tableLog, maxSymbolValue) > wkspSize) return ERROR(tableLog_tooLarge); in FSE_decompress_wksp_body()
H A Derror_private.h52 #undef ERROR /* already defined on Visual Studio */
53 #define ERROR(name) ZSTD_ERROR(name) macro
56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
H A Dthreading.h43 #undef ERROR /* reported already defined on VS 2015 (Rich Geldreich) */
45 #undef ERROR
46 #define ERROR(name) ZSTD_ERROR(name) macro
H A Dzstd_internal.h94 __FILE__, __LINE__, ZSTD_QUOTE(cond), ZSTD_QUOTE(ERROR(err))); \
98 return ERROR(err); \
109 __FILE__, __LINE__, ZSTD_QUOTE(ERROR(err))); \
113 return ERROR(err); \
/dragonfly/contrib/cvs-1.12/contrib/
H A Dsccs2rcs.in182 onintr ERROR
213 if ($status != 0) goto ERROR
227 if ($status != 0) goto ERROR
233 if ($status != 0) goto ERROR
252 if ($status != 0) goto ERROR
259 if ($status != 0) goto ERROR
271 if ($status != 0) goto ERROR
284 if ($status != 0) goto ERROR
288 if ($status != 0) goto ERROR
308 ERROR:
H A Dcvs2vendor.sh104 echo ERROR - rcs $symname $dstdir/$bfile,v
115 echo ERROR - co -r1 -l $dstdir/$bfile
132 echo ERROR - co -p -r$rev $file
139 echo ERROR - ci -f -m"`cat $commentfile`" -d"$date" $symname -w"$author" $bfile $dstdir/$bfile,v
148 echo ERROR - rcs -b1 $dstdir/$bfile
/dragonfly/lib/libc/db/hash/
H A Dhash.c82 #define ERROR (-1) macro
244 return (ERROR); in hash_close()
258 return (ERROR); in hash_fd()
430 return (ERROR); in hdestroy()
448 return (ERROR); in hash_sync()
452 return (ERROR); in hash_sync()
458 return (ERROR); in hash_sync()
522 return (ERROR); in hash_get()
535 return (ERROR); in hash_put()
539 return (ERROR); in hash_put()
[all …]
/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c324 return ERROR(srcSize_wrong); in FASTCOVER_ctx_init()
330 return ERROR(srcSize_wrong); in FASTCOVER_ctx_init()
336 return ERROR(srcSize_wrong); in FASTCOVER_ctx_init()
361 return ERROR(memory_allocation); in FASTCOVER_ctx_init()
378 return ERROR(memory_allocation); in FASTCOVER_ctx_init()
563 return ERROR(parameter_outOfBound); in ZDICT_trainFromBuffer_fastCover()
567 return ERROR(srcSize_wrong); in ZDICT_trainFromBuffer_fastCover()
572 return ERROR(dstSize_tooSmall); in ZDICT_trainFromBuffer_fastCover()
656 return ERROR(srcSize_wrong); in ZDICT_optimizeTrainFromBuffer_fastCover()
661 return ERROR(dstSize_tooSmall); in ZDICT_optimizeTrainFromBuffer_fastCover()
[all …]
H A Dcover.c556 return ERROR(srcSize_wrong); in COVER_ctx_init()
561 return ERROR(srcSize_wrong); in COVER_ctx_init()
566 return ERROR(srcSize_wrong); in COVER_ctx_init()
589 return ERROR(memory_allocation); in COVER_ctx_init()
741 return ERROR(parameter_outOfBound); in ZDICT_trainFromBuffer_cover()
745 return ERROR(srcSize_wrong); in ZDICT_trainFromBuffer_cover()
750 return ERROR(dstSize_tooSmall); in ZDICT_trainFromBuffer_cover()
764 return ERROR(memory_allocation); in ZDICT_trainFromBuffer_cover()
1148 return ERROR(srcSize_wrong); in ZDICT_optimizeTrainFromBuffer_cover()
1153 return ERROR(dstSize_tooSmall); in ZDICT_optimizeTrainFromBuffer_cover()
[all …]
H A Dzdict.c112 headerSize = ERROR(memory_allocation); in ZDICT_getDictHeaderSize()
542 result = ERROR(memory_allocation); in ZDICT_trainBuffer_legacy()
555 if (divSuftSortResult != 0) { result = ERROR(GENERIC); goto _cleanup; } in ZDICT_trainBuffer_legacy()
750 eSize = ERROR(memory_allocation); in ZDICT_analyzeEntropy()
860 eSize = ERROR(dstSize_tooSmall); in ZDICT_analyzeEntropy()
900 if (dictBufferCapacity < dictContentSize) return ERROR(dstSize_tooSmall); in ZDICT_finalizeDictionary()
901 if (dictContentSize < ZDICT_CONTENTSIZE_MIN) return ERROR(srcSize_wrong); in ZDICT_finalizeDictionary()
902 if (dictBufferCapacity < ZDICT_DICTSIZE_MIN) return ERROR(dstSize_tooSmall); in ZDICT_finalizeDictionary()
997 if (!dictList) return ERROR(memory_allocation); in ZDICT_trainFromBuffer_unsafe_legacy()
1023 return ERROR(GENERIC); /* should never happen */ in ZDICT_trainFromBuffer_unsafe_legacy()
[all …]
/dragonfly/contrib/zstd/lib/compress/
H A Dfse_compress.c84 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* Must be 4 byte aligned */ in FSE_buildCTable_wksp()
232 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
247 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
264 if (remaining<1) return ERROR(GENERIC); in FSE_writeNCount_generic()
269 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
278 return ERROR(GENERIC); /* incorrect normalized distribution */ in FSE_writeNCount_generic()
283 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
296 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported */ in FSE_writeNCount()
429 return ERROR(GENERIC); in FSE_normalizeM2()
513 if (nbBits < 1) return ERROR(GENERIC); /* min size */ in FSE_buildCTable_raw()
[all …]
H A Dhist.c128 if (check && maxSymbolValue > *maxSymbolValuePtr) return ERROR(maxSymbolValue_tooSmall); in HIST_count_parallel_wksp()
146 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_countFast_wksp()
147 if (workSpaceSize < HIST_WKSP_SIZE) return ERROR(workSpace_tooSmall); in HIST_countFast_wksp()
158 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_count_wksp()
159 if (workSpaceSize < HIST_WKSP_SIZE) return ERROR(workSpace_tooSmall); in HIST_count_wksp()
H A Dhuf_compress.c117 if (maxSymbolValue > HUF_SYMBOLVALUE_MAX) return ERROR(maxSymbolValue_tooLarge); in HUF_writeCTable()
156 if (tableLog > HUF_TABLELOG_MAX) return ERROR(tableLog_tooLarge); in HUF_readCTable()
157 if (nbSymbols > *maxSymbolValuePtr+1) return ERROR(maxSymbolValue_tooSmall); in HUF_readCTable()
502 …if (((size_t)workSpace & 3) != 0) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries… in HUF_buildCTable_wksp()
504 return ERROR(workSpace_tooSmall); in HUF_buildCTable_wksp()
507 return ERROR(maxSymbolValue_tooLarge); in HUF_buildCTable_wksp()
518 if (maxNbBits > HUF_TABLELOG_MAX) return ERROR(GENERIC); /* check fit into table */ in HUF_buildCTable_wksp()
759 if (wkspSize < HUF_WORKSPACE_SIZE) return ERROR(workSpace_tooSmall); in HUF_compress_internal()
762 if (srcSize > HUF_BLOCKSIZE_MAX) return ERROR(srcSize_wrong); /* current block size limit */ in HUF_compress_internal()
763 if (huffLog > HUF_TABLELOG_MAX) return ERROR(tableLog_tooLarge); in HUF_compress_internal()
[all …]
H A Dzstd_compress_sequences.c115 return ERROR(GENERIC); in ZSTD_fseBitCost()
125 return ERROR(GENERIC); in ZSTD_fseBitCost()
204 …isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, count, max) : ERROR(GENERIC); in ZSTD_selectEncodingType()
205 …atCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max) : ERROR(GENERIC); in ZSTD_selectEncodingType()
214 assert(compressedCost < ERROR(maxCode)); in ZSTD_selectEncodingType()
/dragonfly/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c460 if (dtd.tableType != 0) return ERROR(GENERIC); in HUF_DGEN()
472 if (hSize >= cSrcSize) return ERROR(srcSize_wrong); in HUF_decompress1X1_DCtx_wksp()
485 if (dtd.tableType != 0) return ERROR(GENERIC); in HUF_decompress4X1_usingDTable()
497 if (hSize >= cSrcSize) return ERROR(srcSize_wrong); in HUF_decompress4X1_DCtx_wksp_bmi2()
926 if (dtd.tableType != 1) return ERROR(GENERIC); in HUF_DGEN()
952 if (dtd.tableType != 1) return ERROR(GENERIC); in HUF_decompress4X2_usingDTable()
1085 if (dstSize == 0) return ERROR(dstSize_tooSmall); in HUF_decompress4X_hufOnly_wksp()
1110 if (dstSize == 0) return ERROR(dstSize_tooSmall); in HUF_decompress1X_DCtx_wksp()
1187 if (dstSize == 0) return ERROR(dstSize_tooSmall); in HUF_decompress4X_hufOnly_wksp_bmi2()
1292 if (dstSize == 0) return ERROR(dstSize_tooSmall); in HUF_decompress()
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dvxlib-tls.c218 if (tls_init_guard.done && __gthread_mutex_lock (&tls_lock) != ERROR) in tls_destructor()
237 if (__gthread_mutex_lock (&tls_lock) == ERROR) in __gthread_key_create()
267 if (__gthread_mutex_lock (&tls_lock) == ERROR) in __gthread_key_delete()
333 if (__gthread_mutex_lock (&tls_lock) == ERROR) in __gthread_setspecific()
/dragonfly/usr.sbin/lpr/lpd/
H A Dprintjob.c72 #define ERROR -1 macro
526 case ERROR: in printit()
602 return (ERROR); in print()
749 return (ERROR); in print()
756 return (ERROR); in print()
841 return (ERROR); in print()
850 return (ERROR); in print()
917 err = ERROR; in sendit()
941 case ERROR: in sendit()
942 err = ERROR; in sendit()
[all …]
/dragonfly/sys/dev/raid/tws/
H A Dtws_services.c57 { "Cannot add sysctl tree node", 0x2000, ERROR,
59 { "Register window not available", 0x2001, ERROR,
61 { "Can't allocate register window", 0x2002, ERROR,
63 { "Can't allocate interrupt", 0x2003, ERROR,
65 { "Can't set up interrupt", 0x2004, ERROR,
67 { "Couldn't intialize CAM", 0x2007, ERROR,
/dragonfly/contrib/bmake/
H A Dcompat.c404 if (DEBUG(ERROR)) in Compat_RunCommand()
420 gn->made = ERROR; in Compat_RunCommand()
611 gn->made = ERROR; in MakeUnmade()
616 gn->made = ERROR; in MakeUnmade()
620 if (gn->made != ERROR) { in MakeUnmade()
654 gn->made = ERROR; in MakeOther()
701 } else if (gn->made == ERROR) { in Compat_Make()
/dragonfly/usr.bin/top/
H A Dcommands.c109 #define ERROR(p, e) if (errcnt < ERRMAX) \ macro
443 ERROR(str, 0); in kill_procs()
451 ERROR(str, owner == -1 ? ESRCH : EACCES); in kill_procs()
457 ERROR(str, errno); in kill_procs()
520 ERROR(str, 0); in renice_procs()
526 ERROR(str, EACCES); in renice_procs()
530 ERROR(str, errno); in renice_procs()
/dragonfly/contrib/tcsh-6/nls/spanish/
H A Dset63 1 ERROR: comando ilegal asignado a la tecla 0%o\r\n
10 8 *** ERROR fatal del editor ***\r\n\n
/dragonfly/usr.bin/tftp/
H A Dtftp.c161 if (ap->th_opcode == ERROR) { in xmitfile()
275 if (dp->th_opcode == ERROR) { in recvfile()
364 tp->th_opcode = htons((u_short)ERROR); in nak()
389 if (op < RRQ || op > ERROR) in tpacket()
411 case ERROR: in tpacket()
/dragonfly/contrib/bmake/mk/
H A Dmeta.sys.mk21 .if !target(.ERROR)
107 .ERROR: _metaError
154 .error ${.newline}ERROR: The filemon module (${_filemon}) is not loaded.

1234