Home
last modified time | relevance | path

Searched refs:FTH_OUT_OF_BOUNDS_ERROR (Results 1 – 5 of 5) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Darray.c490 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "negative"); in make_array()
496 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "too long"); in make_array()
609 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "too long"); in ficl_values_to_array()
612 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "too long"); in ficl_values_to_array()
856 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "too long"); in fth_array_push()
933 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, in fth_array_unshift()
950 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "too long"); in fth_array_unshift()
1887 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARGn, len, "negative"); in ficl_values_to_assoc()
1890 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARGn, len, "odd"); in ficl_values_to_assoc()
1893 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARGn, len, "too long"); in ficl_values_to_assoc()
[all …]
H A Dstring.c386 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "negative"); in make_string_len()
392 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "too long"); in make_string_len()
631 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "negative"); in ficl_values_to_string()
634 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "too long"); in ficl_values_to_string()
686 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "negative"); in ficl_spaces_string()
689 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "too long"); in ficl_spaces_string()
1261 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, l, "too long"); in fth_string_push()
1361 FTH_OUT_OF_BOUNDS_ERROR(1, l, "too long"); in fth_string_unshift()
1376 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, l, "too long"); in fth_string_unshift()
1557 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, l, "too long"); in fth_string_insert()
[all …]
H A Dhash.c474 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARGn, len, "negative"); in ficl_values_to_hash()
477 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARGn, len, "odd"); in ficl_values_to_hash()
H A Dfth.h404 #define FTH_OUT_OF_BOUNDS_ERROR(Pos, Arg, Desc) \ macro
410 FTH_OUT_OF_BOUNDS_ERROR(Pos, Arg, "out of range")
/dports/lang/fth/fth-1.4.1/examples/dbm/
H A Dfth-dbm.c461 FTH_OUT_OF_BOUNDS_ERROR(FTH_ARG1, len, "negative"); in ficl_values_to_dbm()