Searched refs:work_len (Results 1 – 2 of 2) sorted by relevance
/external/strace/tests/ |
D | umovestr2.c | 10 const size_t work_len = page_len * 2; in main() local 11 const size_t tail_len = work_len - 1; in main() 15 if (p == MAP_FAILED || mprotect(p + work_len, page_len, PROT_NONE)) in main() 18 memset(p, 0, work_len); in main() 19 char *addr = p + work_len - tail_len; in main()
|
/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstrans.c | 1102 int work_len; in compute_raw_from_trans() local 1115 work_len = strlen(work); in compute_raw_from_trans() 1123 …int rc = pcre_exec(domain->base_classification_regexp, 0, work, work_len, 0, PCRE_ANCHORED, ovecto… in compute_raw_from_trans() 1166 int rc = pcre_exec(g->prefix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans() 1174 int rc = pcre_exec(g->suffix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans() 1188 int l = (suffix_len ? suffix_offset : work_len) - prefix_len - prefix_offset; in compute_raw_from_trans()
|