Searched refs:source_buf (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsemanage/tests/ |
D | test_semanage_store.c | 309 char *source_buf, *sorted_buf = NULL, *good_buf, *bad_buf; in test_semanage_nc_sort() local 322 source_buf = in test_semanage_nc_sort() 350 semanage_nc_sort(sh, source_buf, source_buf_len, &sorted_buf, in test_semanage_nc_sort() 373 munmap(source_buf, source_buf_len); in test_semanage_nc_sort()
|
/external/tcpdump/ |
D | print-pgm.c | 334 char source_buf[INET6_ADDRSTRLEN], group_buf[INET6_ADDRSTRLEN]; in pgm_print() local 347 addrtostr(bp, source_buf, sizeof(source_buf)); in pgm_print() 352 addrtostr6(bp, source_buf, sizeof(source_buf)); in pgm_print() 398 source_buf, group_buf, EXTRACT_32BITS(&nak->pgmn_seq))); in pgm_print()
|
/external/python/cpython2/Objects/ |
D | bufferobject.c | 528 char *source_buf = (char *)p; in buffer_subscript() local 536 result_buf[i] = source_buf[cur]; in buffer_subscript()
|
D | bytearrayobject.c | 451 char *source_buf = PyByteArray_AS_STRING(self); in bytearray_subscript() local 460 result_buf[i] = source_buf[cur]; in bytearray_subscript()
|
D | stringobject.c | 1309 char* source_buf; in string_subscript() local 1334 source_buf = PyString_AsString((PyObject*)self); in string_subscript() 1341 result_buf[i] = source_buf[cur]; in string_subscript()
|
D | unicodeobject.c | 8012 Py_UNICODE* source_buf; in unicode_subscript() local 8030 source_buf = PyUnicode_AS_UNICODE((PyObject*)self); in unicode_subscript() 8038 result_buf[i] = source_buf[cur]; in unicode_subscript()
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 5464 struct stat buf, source_buf; in main() local 6171 if(lstat(source_path[i], &source_buf) == -1) { in main() 6463 S_ISDIR(source_buf.st_mode)) in main() 6466 S_ISDIR(source_buf.st_mode)) in main()
|