OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lcl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/
mem_dbg.c
670
struct tm *
lcl
= NULL;
local
680
lcl
= localtime(&m->time);
683
lcl
->tm_hour,
lcl
->tm_min,
lcl
->tm_sec);
/external/openssl/crypto/
mem_dbg.c
670
struct tm *
lcl
= NULL;
local
680
lcl
= localtime(&m->time);
683
lcl
->tm_hour,
lcl
->tm_min,
lcl
->tm_sec);
/external/iproute2/ip/
ipaddress.c
1040
static int default_scope(inet_prefix *
lcl
)
1042
if (
lcl
->family == AF_INET) {
1043
if (
lcl
->bytelen >= 1 && *(__u8*)&
lcl
->data == 127)
1061
inet_prefix
lcl
;
local
1160
get_prefix(&
lcl
, *argv, req.ifa.ifa_family);
1162
req.ifa.ifa_family =
lcl
.family;
1163
addattr_l(&req.n, sizeof(req), IFA_LOCAL, &
lcl
.data,
lcl
.bytelen);
1164
local_len =
lcl
.bytelen
[
all
...]
Completed in 1178 milliseconds