Home
last modified time | relevance | path

Searched refs:namecount (Results 1 – 5 of 5) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2demo.c84 uint32_t namecount; in main() local
262 &namecount); /* where to put the answer */ in main()
264 if (namecount == 0) printf("No named substrings\n"); else in main()
287 for (i = 0; i < namecount; i++) in main()
477 if (namecount == 0) printf("No named substrings\n"); else in main()
481 for (i = 0; i < namecount; i++) in main()
Dpcre2test.c4468 depth_limit, heap_limit, match_limit, minlength, nameentrysize, namecount, in show_pattern_info() local
4535 pattern_info(PCRE2_INFO_NAMECOUNT, &namecount, FALSE) + in show_pattern_info()
4559 if (namecount > 0) in show_pattern_info()
4562 for (; namecount > 0; namecount--) in show_pattern_info()
/third_party/littlefs/scripts/
Dprefix.py38 newname, namecount = subn(from_prefix, to_prefix, oldname)
39 if namecount:
56 '%s -> %s' % (oldname, newname) if namecount else oldname,
/third_party/toybox/toys/posix/
Dfind.c82 int namecount; member
102 if (!bb->namecount) return 0; in flush_exec()
121 newargs = xmalloc(sizeof(char *)*(aa->arglen+bb->namecount+1)); in flush_exec()
141 bb->namecount = 0; in flush_exec()
576 bb->namecount++; in do_find()
/third_party/ntfs-3g/libntfs-3g/
Ddir.c2341 int namecount = 0; in get_dos_name() local
2357 namecount++; in get_dos_name()
2372 if ((outsize > 0) && (namecount > 1)) { in get_dos_name()
2393 int namecount = 0; in get_long_name() local
2410 namecount++; in get_long_name()
2421 if (namecount > 1) { in get_long_name()