Home
last modified time | relevance | path

Searched refs:randomname (Results 1 – 22 of 22) sorted by relevance

/dports/misc/bogosort/bogosort-0.4.2/
H A Dbogosort.c168 char *randomname = NULL; in seed() local
174 randomname = "/dev/urandom"; in seed()
176 randomname = "/dev/random"; in seed()
184 } else if (readrandom && (randomfile = fopen(randomname, "r"))) { in seed()
192 randomname); in seed()
198 randomname); in seed()
204 randomname); in seed()
212 randomname); in seed()
220 randomname); in seed()
/dports/devel/py-pyro/Pyro4-4.77/examples/nameserverstress/
H A Dstress.py10 def randomname(): function
34 self.ns.register(randomname(), 'PYRO:objname@host:555')
39 self.ns.remove(randomname())
43 uri = self.ns.lookup(randomname())
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_tempfile.ps117 $randomname = [System.IO.Path]::GetRandomFileName() in New-TempFile() variable
18 $temppath = (Join-Path -Path $path -ChildPath "$prefix$randomname$suffix") in New-TempFile()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/modules/
H A Dwin_tempfile.ps117 $randomname = [System.IO.Path]::GetRandomFileName() in New-TempFile() variable
18 $temppath = (Join-Path -Path $path -ChildPath "$prefix$randomname$suffix") in New-TempFile()
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/windows-integration/plugins/modules/
H A Dwin_tempfile.ps117 $randomname = [System.IO.Path]::GetRandomFileName() in New-TempFile() variable
18 $temppath = (Join-Path -Path $path -ChildPath "$prefix$randomname$suffix") in New-TempFile()
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/windows-integration/plugins/modules/
H A Dwin_tempfile.ps117 $randomname = [System.IO.Path]::GetRandomFileName() in New-TempFile() variable
18 $temppath = (Join-Path -Path $path -ChildPath "$prefix$randomname$suffix") in New-TempFile()
/dports/www/moodle310/moodle/question/type/random/
H A Dquestiontype.php181 protected function set_selected_question_name($question, $randomname) { argument
183 $a->randomname = $randomname;
/dports/www/moodle311/moodle/question/type/random/
H A Dquestiontype.php181 protected function set_selected_question_name($question, $randomname) { argument
183 $a->randomname = $randomname;
/dports/www/moodle39/moodle/question/type/random/
H A Dquestiontype.php181 protected function set_selected_question_name($question, $randomname) { argument
183 $a->randomname = $randomname;
/dports/www/moodle310/moodle/backup/cc/cc_lib/
H A Dcc_utils.php67 $randomname = self::uuidgen($prefix, $suffix, false);
68 $newdirname = $where.DIRECTORY_SEPARATOR.$randomname;
71 $dirname = $randomname;
/dports/www/moodle311/moodle/backup/cc/cc_lib/
H A Dcc_utils.php67 $randomname = self::uuidgen($prefix, $suffix, false);
68 $newdirname = $where.DIRECTORY_SEPARATOR.$randomname;
71 $dirname = $randomname;
/dports/www/moodle39/moodle/backup/cc/cc_lib/
H A Dcc_utils.php67 $randomname = self::uuidgen($prefix, $suffix, false);
68 $newdirname = $where.DIRECTORY_SEPARATOR.$randomname;
71 $dirname = $randomname;
/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/ezodf/
H A Dfilemanager.py61 def randomname(count): function
66 filename = os.path.abspath(os.path.join(folder, randomname(8)+'.tmp'))
/dports/biology/lamarc/lamarc-2.1.8/src/conversion/
H A DHapConverter.cpp179 string randomname = m_random.Name(); in ParseFirstLine() local
180 IndividualDS individual(randomname); in ParseFirstLine()
/dports/games/nonsense/nonsense-0.6/
H A Dlinux.data791 {randomname}lib
793 {randomname}X
H A Dcookie.data59 Your {[son|daughter} will lose a spelling bee after misspelling "{randomname}"
H A Dstupidlaws.data43 to use the word "{randomname}" in a perjorative way
H A Ddefault.data48 {randomname}
49 {middleinitial}{randomname}
53 {randomname}{#1-999}
93 {randomname}
146 {randomname}
H A Dslashdot.data594 …on 4.{#2-4}.{digit}. It includes new definitions for {randomname}, {randomname}, and {randomname}…
/dports/databases/grass7/grass-7.8.6/lib/python/script/
H A Dcore.py882 randomname = 'tmp_' + random_part
884 return randomname
/dports/devel/py-hg-evolve/hg-evolve-10.4.1/hgext3rd/topic/
H A D__init__.py199 randomname,
1313 f.write(randomname.randomtopicname(ui))
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/rdbms/
H A D_params.py21 from .randomname.generate import generate_username