Searched refs:lbuf (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/
H A Dprocess_vm_readv_writev.c17 char lbuf[] = "123456"; local
23 lvec[0].iov_base = lbuf + 1;
25 lvec[1].iov_base = lbuf + 3;
41 if (strcmp(lbuf, "1B3CE6") != 0) {
42 fprintf(stderr, "Expected: \"1B3CE6\"; Got: \"%s\"\n", lbuf);
53 char lbuf[] = "123456"; local
59 lvec[0].iov_base = lbuf + 1;
61 lvec[1].iov_base = lbuf + 3;
/external/dhcpcd/
H A Dcommon.c64 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';
/external/oprofile/daemon/
H A Dopd_trans.c61 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/
H A Disakmp.c204 char lbuf[sizeof(struct udphdr) + member in union:__anon22442
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));

Completed in 135 milliseconds