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 108 char source_buf[15]; local
109 memcpy(source_buf, "12345678901234", 15);
110 ASSERT_FORTIFY(sprintf(myfoo.a, "%s", source_buf));
465 char source_buf[15]; local
466 memcpy(source_buf, "12345678901234", 15);
467 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf));
475 char source_buf[11]; local
476 memcpy(source_buf, "1234567890", 11);
477 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf));
  /external/tcpdump/
print-pgm.c 365 char source_buf[INET6_ADDRSTRLEN], group_buf[INET6_ADDRSTRLEN]; local
367 char source_buf[INET_ADDRSTRLEN], group_buf[INET_ADDRSTRLEN]; local
424 inet_ntop(source_af, source, source_buf, sizeof(source_buf));
440 source_buf, group_buf, EXTRACT_32BITS(&nak->pgmn_seq)));
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 5266 struct stat buf, source_buf; local
    [all...]

Completed in 224 milliseconds