OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lcl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libbind/dist/irs/
lcl.c
1
/* $NetBSD:
lcl
.c,v 1.1.1.2 2012/09/09 16:07:56 christos Exp $ */
21
static const char rcsid[] = "Id:
lcl
.c,v 1.4 2005/04/27 04:56:30 sra Exp ";
58
struct lcl_p *
lcl
;
local
67
if (!(
lcl
= memget(sizeof *
lcl
))) {
72
memset(
lcl
, 0x5e, sizeof *
lcl
);
73
lcl
->res = NULL;
74
lcl
->free_res = NULL;
75
acc->private =
lcl
;
100
struct
lcl
_p *
lcl
= (struct
lcl
_p *)this->private;
local
121
struct
lcl
_p *
lcl
= (struct
lcl
_p *)this->private;
local
134
struct
lcl
_p *
lcl
= (struct
lcl
_p *)this->private;
local
[
all
...]
/src/external/bsd/libbind/dist/isc/
logging.c
179
log_channel_list
lcl
;
local
183
for (
lcl
= lc->categories[i];
lcl
!= NULL;
lcl
=
lcl
->next)
184
if (
lcl
->channel->type == log_file &&
185
lcl
->channel->out.file.stream != NULL &&
186
lcl
->channel->flags & LOG_REQUIRE_DEBUG)
187
(void)log_close_stream(
lcl
->channel);
243
log_channel_list
lcl
;
local
274
log_channel_list
lcl
;
local
471
log_channel_list
lcl
,
lcl
_next;
local
491
log_channel_list
lcl
;
local
512
log_channel_list
lcl
, prev_
lcl
, next_
lcl
;
local
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/crypto/
mem_dbg.c
462
struct tm *
lcl
= NULL;
local
474
lcl
= localtime(&m->time);
476
lcl
->tm_hour,
lcl
->tm_min,
lcl
->tm_sec);
Completed in 16 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026