OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lbuf
(Results
1 - 4
of
4
) sorted by null
/external/dhcpcd/
common.c
64
static char *
lbuf
;
variable
74
free(
lbuf
);
75
lbuf
= NULL;
98
bytes = getline(&
lbuf
, &lbuf_len, fp);
101
for (p =
lbuf
; *p == ' ' || *p == '\t'; p++)
104
if (
lbuf
[--bytes] == '\n')
105
lbuf
[bytes] = '\0';
/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
217
}
lbuf
;
member in union:__anon6477
254
if (ntohs(x.
lbuf
.udp.dest) == 501) {
255
extralen += sizeof(x.
lbuf
.udp) + x.
lbuf
.ip.ihl;
258
if (ntohs(x.
lbuf
.udp.uh_dport) == 501) {
259
extralen += sizeof(x.
lbuf
.udp) + x.
lbuf
.ip.ip_hl;
[
all
...]
Completed in 506 milliseconds