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

  /external/libsepol/src/
node_record.c 458 char *tmp_mask = NULL; local
460 if (node_alloc_addr_string(handle, node->proto, &tmp_mask) < 0)
463 if (node_expand_addr(handle, node->mask, node->proto, tmp_mask) < 0)
466 *mask = tmp_mask;
470 free(tmp_mask);
500 char *tmp_mask = NULL; local
503 if (node_alloc_addr(handle, proto, &tmp_mask, &tmp_mask_sz) < 0)
506 if (node_parse_addr(handle, mask, proto, tmp_mask) < 0)
510 node->mask = tmp_mask;
515 free(tmp_mask);
527 char *tmp_mask = malloc(mask_sz); local
    [all...]
  /external/openssh/
addrmatch.c 299 struct xaddr tmp_addr, tmp_mask, tmp_result; local
302 if (addr_hostmask(a->af, masklen, &tmp_mask) == -1)
304 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1)
353 struct xaddr tmp_mask, tmp_result; local
358 if (addr_netmask(host->af, masklen, &tmp_mask) == -1)
360 if (addr_and(&tmp_result, host, &tmp_mask) == -1)
  /external/qemu/target-arm/
translate.c 207 TCGv tmp_mask = tcg_const_i32(mask); local
208 gen_helper_cpsr_write(var, tmp_mask);
209 tcg_temp_free_i32(tmp_mask);
    [all...]

Completed in 73 milliseconds