Searched refs:new_beg (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Ddir.c1317 struct glob_pattern **cur, **new_beg, **new_end; local
1423 new_beg = new_end = GLOB_ALLOC_N(struct glob_pattern *, (end - beg) * 2);
1424 if (!new_beg) {
1443 status = glob_helper(buf, 1, YES, new_isdir, new_beg, new_end,
1446 GLOB_FREE(new_beg);
1474 new_beg = new_end = GLOB_ALLOC_N(struct glob_pattern *, end - beg);
1475 if (!new_beg) {
1491 GLOB_FREE(new_beg);
1495 status = glob_helper(buf, 1, UNKNOWN, UNKNOWN, new_beg,
1498 GLOB_FREE(new_beg);
[all...]

Completed in 224 milliseconds