HomeSort by relevance Sort by last modified time
    Searched refs:lbuf (Results 1 - 5 of 5) 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 733 char * lbuf; local
754 lbuf = locale_buf;
755 if (lbuf != NULL && strcmp(name, lbuf) == 0) {
756 p = lbuf;
790 lbuf = (lbuf == NULL) ? malloc(bufsize) : realloc(lbuf, bufsize);
791 if (lbuf == NULL)
793 (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;
  /ndk/sources/host-tools/make-3.81/
remake.c     [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 204 char lbuf[sizeof(struct udphdr) + member in union:__anon7370
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 420 milliseconds