OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lbuf
(Results
1 - 3
of
3
) sorted by null
/system/core/libcutils/
tzstrftime.c
732
char *
lbuf
;
local
753
lbuf
= locale_buf;
754
if (
lbuf
!= NULL && strcmp(name,
lbuf
) == 0) {
755
p =
lbuf
;
789
lbuf
= (
lbuf
== NULL) ? malloc(bufsize) : realloc(
lbuf
, bufsize);
790
if (
lbuf
== NULL)
792
(void) strcpy(
lbuf
, name)
[
all
...]
/external/oprofile/daemon/
opd_trans.c
61
uint32_t const *
lbuf
= (void const *)trans->buffer;
local
62
val = *
lbuf
;
64
uint64_t const *
lbuf
= (void const *)trans->buffer;
local
65
val = *
lbuf
;
/external/ipsec-tools/src/racoon/
isakmp.c
204
char
lbuf
[sizeof(struct udphdr) +
member in union:__anon2655
250
udp = (struct udphdr *)&x.
lbuf
[0];
252
ip = (struct iphdr *)(x.
lbuf
+ sizeof(*udp));
258
udp = (struct udphdr *)&x.
lbuf
[0];
260
ip = (struct ip *)(x.
lbuf
+ sizeof(*udp));
[
all
...]
Completed in 85 milliseconds