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

  /external/selinux/libsemanage/tests/
test_semanage_store.c 309 char *source_buf, *sorted_buf = NULL, *good_buf, *bad_buf; local
322 source_buf =
350 semanage_nc_sort(sh, source_buf, source_buf_len, &sorted_buf,
373 munmap(source_buf, source_buf_len);
  /bionic/tests/
fortify_test.cpp 100 char source_buf[15]; local
101 memcpy(source_buf, "12345678901234", 15);
102 ASSERT_FORTIFY(sprintf(myfoo.a, "%s", source_buf));
457 char source_buf[15]; local
458 memcpy(source_buf, "12345678901234", 15);
459 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf));
467 char source_buf[11]; local
468 memcpy(source_buf, "1234567890", 11);
469 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf));
  /external/tcpdump/
print-pgm.c 376 char source_buf[INET6_ADDRSTRLEN], group_buf[INET6_ADDRSTRLEN]; local
378 char source_buf[INET_ADDRSTRLEN], group_buf[INET_ADDRSTRLEN]; local
435 inet_ntop(source_af, source, source_buf, sizeof(source_buf));
451 source_buf, group_buf, EXTRACT_32BITS(&nak->pgmn_seq));
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 5157 struct stat buf, source_buf; local
    [all...]

Completed in 140 milliseconds