Searched refs:print_match (Results 1 – 3 of 3) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfscluster.c | 429 static int print_match(ntfs_inode *ino, ATTR_RECORD *attr, in print_match() function 516 result = cluster_find(vol, opts.range_begin, opts.range_end, (cluster_cb*)&print_match, NULL); in main() 524 result = cluster_find(vol, opts.range_begin, opts.range_end, (cluster_cb*)&print_match, NULL); in main()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 947 print_match(const void *buf, int length) in print_match() function 1083 print_match(const void *buf, int length) in print_match() function 1142 print_match(const void *buf, int length) in print_match() function 2212 print_match(subject + ovector[value], capturesize); in display_output_text() 2858 print_match(ptr + offsets[n*2], plen); in pcre2grep() 3019 print_match(ptr + offsets[0], offsets[1] - offsets[0]); in pcre2grep() 3079 print_match(ptr + offsets[0], offsets[1] - offsets[0]); in pcre2grep()
|
/third_party/pcre2/pcre2/ |
D | ChangeLog | 1840 * add print_match for the undefined case;
|