Searched refs:print_match (Results 1 - 2 of 2) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscluster.c | 427 * print_match 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/ |
H A 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()
|
Completed in 7 milliseconds