Searched defs:source_buf (Results 1 - 7 of 7) sorted by relevance

/external/selinux/libsemanage/tests/
H A Dtest_semanage_store.c309 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);
/external/python/cpython2/Objects/
H A Dbufferobject.c528 char *source_buf = (char *)p; local
536 result_buf[i] = source_buf[cur];
H A Dbytearrayobject.c451 char *source_buf = PyByteArray_AS_STRING(self); local
460 result_buf[i] = source_buf[cur];
H A Dstringobject.c1309 char* source_buf; local
1334 source_buf = PyString_AsString((PyObject*)self);
1341 result_buf[i] = source_buf[cur];
H A Dunicodeobject.c8012 Py_UNICODE* source_buf; local
8030 source_buf = PyUnicode_AS_UNICODE((PyObject*)self);
8038 result_buf[i] = source_buf[cur];
/external/tcpdump/
H A Dprint-pgm.c334 char source_buf[INET6_ADDRSTRLEN], group_buf[INET6_ADDRSTRLEN]; local
347 addrtostr(bp, source_buf, sizeof(source_buf));
352 addrtostr6(bp, source_buf, sizeof(source_buf));
398 source_buf, group_buf, EXTRACT_32BITS(&nak->pgmn_seq)));
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c5464 struct stat buf, source_buf; local
6171 if(lstat(source_path[i], &source_buf) == -1) {
6463 S_ISDIR(source_buf.st_mode))
6466 S_ISDIR(source_buf.st_mode))

Completed in 205 milliseconds