HomeSort by relevance Sort by last modified time
    Searched refs:tmp_addr (Results 1 - 8 of 8) sorted by null

  /external/selinux/libsepol/src/
node_record.c 92 char *tmp_addr = NULL; local
99 tmp_addr = malloc(4);
100 if (!tmp_addr)
106 tmp_addr = malloc(16);
107 if (!tmp_addr)
116 *addr = tmp_addr;
124 free(tmp_addr);
189 char *tmp_addr = NULL; local
194 tmp_addr = malloc(INET_ADDRSTRLEN);
195 if (!tmp_addr)
361 char *tmp_addr = NULL; local
403 char *tmp_addr = NULL; local
430 char *tmp_addr = malloc(addr_sz); local
    [all...]
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise02.c 63 static char *tmp_addr; variable
80 {MADV_WILLNEED, "MADV_WILLNEED", &tmp_addr, EBADF, 0},
144 tmp_addr = (void*)LTP_ALIGN((long)ptr_addr, pagesize);
  /external/ltp/testcases/network/sockets/
ltpClient.c 445 struct in_addr tmp_addr; local
460 tmp_addr.s_addr = ip->saddr;
464 ip->ttl, inet_ntoa(tmp_addr));
466 tmp_addr.s_addr = ip->daddr;
467 printf("dst=%s\n", inet_ntoa(tmp_addr));
571 struct in_addr tmp_addr; local
626 tmp_addr.s_addr = ip->saddr;
628 inet_ntoa(tmp_addr));
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_connectx.c 77 struct sockaddr *tmp_addr; local
132 tmp_addr = (struct sockaddr *) malloc(sizeof(struct sockaddr) - 1);
133 tmp_addr->sa_family = AF_INET;
134 error = sctp_connectx(sk, tmp_addr, 1, NULL);
  /external/openssh/
addrmatch.c 298 struct xaddr tmp_addr, tmp_mask, tmp_result; local
300 memcpy(&tmp_addr, a, sizeof(tmp_addr));
303 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1)
  /toolchain/binutils/binutils-2.25/bfd/
elf32-d30v.c 42 bfd_vma tmp_addr = 0; local
95 tmp_addr = input_section->output_section->vma
98 relocation -= tmp_addr;
120 relocation = (relocation + tmp_addr) & 0xffffffff;
  /external/libunwind/src/ia64/
Gregs.c 34 unw_word_t addr = c->sigcontext_addr, flags, tmp_addr; local
67 tmp_addr = addr + LINUX_SC_FR_OFF + 32*16;
68 for (i = 32; i < 128; ++i, tmp_addr += 16)
69 if (ia64_putfp (c, IA64_LOC_ADDR (tmp_addr, 0),
  /system/netd/server/
CommandListener.cpp 483 struct in_addr tmp_addr; local
485 if (!inet_aton(argv[arg_index], &tmp_addr)) {
    [all...]

Completed in 692 milliseconds