HomeSort by: relevance | last modified time | path
    Searched defs:revs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/contrib/gitchangelog/
changelog.rc.py 297 ## ``revs`` is a list of callable or a list of string
327 # revs = ["^1.0.3", ]
328 # revs = [
335 revs = [] variable
relnotes.rc.py 77 revs = [] variable
gitchangelog.py 1755 revs = repository.git.rev_list(*revlist).split("\n") if revlist else [] variable
1756 revs = [rev for rev in revs if rev != ""]
1758 if revlist and not revs:
1763 for tag in repository.tags(contains=revs[-1] if revs else None)
1770 max_rev = repository.commit(revs[0])
2005 revs = opts.revlist
2007 revs = config.get("revs")
    [all...]
  /src/external/bsd/libbind/dist/isc/
eventlib.c 155 int revs = 424242; /*%< Doug Adams. */ local
160 while (revs-- > 0 && ctx->conns != NULL) {
166 INSIST(revs >= 0);
169 while (revs-- > 0 && ctx->streams != NULL) {
177 while (revs-- > 0 && ctx->files != NULL) {
183 INSIST(revs >= 0);
190 revs-- > 0 && this_wl != NULL;
194 revs-- > 0 && this_wait != NULL;
202 revs-- > 0 && this_wait != NULL;

Completed in 60 milliseconds