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

/bind-9.6-ESV-R11/lib/dns/win32/
H A Dgen.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on gen.dsp
3 CFG=gen - Win32 Debug
4 !MESSAGE No configuration specified. Defaulting to gen - Win32 Debug.
7 !IF "$(CFG)" != "gen - Win32 Release" && "$(CFG)" != "gen - Win32 Debug"
12 !MESSAGE NMAKE /f "gen.mak" CFG="gen - Win32 Debug"
16 !MESSAGE "gen - Win32 Release" (based on "Win32 (x86) Console Application")
17 !MESSAGE "gen - Win32 Debug" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "gen
[all...]
/bind-9.6-ESV-R11/contrib/queryperf/utils/
H A Dgen-data-queryperf.py4 # $Id: gen-data-queryperf.py,v 1.2 2008/06/13 18:17:08 jinmei Exp $
32 gen = None variable
46 for i in range(gen.randint(1, maxsize)):
47 label = label + gen.choice(ldh)
88 gen = random.Random() variable
107 if gen.random() < percent_random:
110 sys.stdout.write(make_domain(gen.choice(domains)))

Completed in 476 milliseconds