Searched +full:- +full:ttext +full:- +full:segment (Results 1 – 3 of 3) sorted by relevance
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the11 '#07': Master always has a "-dev" suffix12 '#08': Use "-preN" suffixes to identify pre-release versions13 '#09': Per-language overrides are possible with (eg) ruby_version tag here20 - '3.8'21 - '3.9'22 - '3.10'23 - '3.11'24 - '3.12'25 - '3.13'[all …]
14 # http://www.apache.org/licenses/LICENSE-2.028 HOST_SYSTEM = $(shell uname | cut -f 1 -d_)80 …PPFLAGS_asan = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-poin…81 LDFLAGS_asan = -fsanitize=address83 VALID_CONFIG_asan-noleaks = 184 REQUIRE_CUSTOM_LIBRARIES_asan-noleaks = 185 CC_asan-noleaks = clang86 CXX_asan-noleaks = clang++87 LD_asan-noleaks = clang++88 LDXX_asan-noleaks = clang++[all …]
1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */3 /* coap-client -- simple CoAP client5 * Copyright (C) 2010--2023 Olaf Bergmann <bergmann@tzi.org> and others7 * SPDX-License-Identifier: BSD-2-Clause108 static char *ca_file = NULL; /* CA for cert_file - for cert checking in PEM,118 static int verify_peer_cert = 1; /* PKI granularity - by default set */169 if (!output_file.s || (output_file.length && output_file.s[0] == '-')) { in append_to_output()174 return -1; in append_to_output()181 len -= written; in append_to_output()193 /* add a newline before closing if no option '-o' was specified */ in close_output()[all …]