Home
last modified time | relevance | path

Searched +full:- +full:ttext +full:- +full:segment (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/
Dbuild_handwritten.yaml8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
20 - '3.8'
21 - '3.9'
22 - '3.10'
23 - '3.11'
24 - '3.12'
25 - '3.13'
[all …]
DMakefile14 # http://www.apache.org/licenses/LICENSE-2.0
28 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=address
83 VALID_CONFIG_asan-noleaks = 1
84 REQUIRE_CUSTOM_LIBRARIES_asan-noleaks = 1
85 CC_asan-noleaks = clang
86 CXX_asan-noleaks = clang++
87 LD_asan-noleaks = clang++
88 LDXX_asan-noleaks = clang++
[all …]
/third_party/libcoap/examples/
Dcoap-client.c1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
3 /* coap-client -- simple CoAP client
5 * Copyright (C) 2010--2023 Olaf Bergmann <bergmann@tzi.org> and others
7 * SPDX-License-Identifier: BSD-2-Clause
108 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 …]