OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpstring
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-new.c
80
char
tmpstring
[PCAP_BUF_SIZE + 1]; /* Needed to convert names and descriptions from 'old' syntax to the 'new' one */
local
121
tmpstring
[PCAP_BUF_SIZE] = 0;
143
if (pcap_createsrcstr(
tmpstring
, PCAP_SRC_IFLOCAL, NULL, NULL, dev->name, errbuf) == -1)
150
dev->name = strdup(
tmpstring
);
326
if (pcap_createsrcstr(
tmpstring
, PCAP_SRC_FILE, NULL, NULL, filename, errbuf) == -1)
337
dev->name = strdup(
tmpstring
);
pcap-rpcap.c
2629
char
tmpstring
[PCAP_BUF_SIZE + 1]; /* Needed to convert names and descriptions from 'old' syntax to the 'new' one */
local
2718
if (findalldevs_if.namelen >= sizeof(
tmpstring
))
2725
if (rpcap_recv(sockctrl, ssl,
tmpstring
,
2729
tmpstring
[findalldevs_if.namelen] = 0;
2733
host, port,
tmpstring
, uses_ssl, errbuf) == -1)
2747
if (findalldevs_if.desclen >= sizeof(
tmpstring
))
2754
if (rpcap_recv(sockctrl, ssl,
tmpstring
,
2758
tmpstring
[findalldevs_if.desclen] = 0;
2762
tmpstring
, PCAP_TEXT_SOURCE_ON_REMOTE_HOST, host) == -1)
/src/crypto/external/apache2/openssl/dist/test/
quicapitest.c
500
char *
tmpstring
;
local
528
tmpstring
= strstr(buf, "Token: ");
529
if (
tmpstring
== NULL) {
533
if (!TEST_ptr(tokenval = OPENSSL_strdup(
tmpstring
)))
540
tmpstring
= strstr(buf, "Token: ");
541
if (
tmpstring
!= NULL
542
&& !strcmp(
tmpstring
, tokenval)) {
544
TEST_info("Matched next connection token %s\n",
tmpstring
);
Completed in 27 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026