Home
last modified time | relevance | path

Searched refs:cleanout (Results 1 – 25 of 74) sorted by relevance

123

/dports/dns/void-zones-tools/void-zones-tools-1.0.2/
H A Dbinutils.c50 void *allocate(ssize_t size, bool cleanout) in allocate() argument
56 if (cleanout) in allocate()
79 void *reallocate(void *p, ssize_t size, bool cleanout, bool free_on_error) in reallocate() argument
106 if (cleanout) in reallocate()
117 return allocate(size, cleanout); in reallocate()
122 void deallocate(void **p, bool cleanout) in deallocate() argument
138 if (cleanout) in deallocate()
144 void deallocate_batch(unsigned cleanout, ...) in deallocate_batch() argument
148 va_start(vl, cleanout); in deallocate_batch()
165 if (cleanout) in deallocate_batch()
H A Dbinutils.h497 void *allocate(ssize_t size, bool cleanout);
498 void *reallocate(void *p, ssize_t size, bool cleanout, bool free_on_error);
499 void deallocate(void **p, bool cleanout);
500 void deallocate_batch(unsigned cleanout, ...);
/dports/sysutils/ipdbtools/ipdb-1.1.2/
H A Dbinutils.c50 void *allocate(ssize_t size, bool cleanout) in allocate() argument
56 if (cleanout) in allocate()
79 void *reallocate(void *p, ssize_t size, bool cleanout, bool free_on_error) in reallocate() argument
106 if (cleanout) in reallocate()
117 return allocate(size, cleanout); in reallocate()
122 void deallocate(void **p, bool cleanout) in deallocate() argument
138 if (cleanout) in deallocate()
144 void deallocate_batch(unsigned cleanout, ...) in deallocate_batch() argument
148 va_start(vl, cleanout); in deallocate_batch()
165 if (cleanout) in deallocate_batch()
/dports/math/blis/blis-0.8.1/blastest/
H A DMakefile48 clean cleanf2c cleanobj cleanbin cleanout \
262 cleanout: target
265 clean: cleanf2c cleanobj cleanbin cleanout
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/system/
H A Dsysvinit.py204 cleanout = out.lower().replace(name.lower(), '')
207 if stopped in cleanout:
213 if started_status in cleanout and "not " not in cleanout:
H A Dservice.py640 cleanout = status_stdout.lower().replace(self.name.lower(), '')
641 if "stop" in cleanout:
643 elif "run" in cleanout:
644 self.running = not ("not " in cleanout)
645 elif "start" in cleanout and "not " not in cleanout:
647 elif 'could not access pid file' in cleanout:
649 elif 'is dead and pid file exists' in cleanout:
651 elif 'dead but subsys locked' in cleanout:
653 elif 'dead but pid file exists' in cleanout:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Dsysvinit.py199 cleanout = out.lower().replace(name.lower(), '')
202 if stopped in cleanout:
208 if started_status in cleanout and "not " not in cleanout:
H A Dservice.py645 cleanout = status_stdout.lower().replace(self.name.lower(), '')
646 if "stop" in cleanout:
648 elif "run" in cleanout:
649 self.running = not ("not " in cleanout)
650 elif "start" in cleanout and "not " not in cleanout:
652 elif 'could not access pid file' in cleanout:
654 elif 'is dead and pid file exists' in cleanout:
656 elif 'dead but subsys locked' in cleanout:
658 elif 'dead but pid file exists' in cleanout:
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Dsysvinit.py206 cleanout = out.lower().replace(name.lower(), '')
209 if stopped in cleanout:
215 if started_status in cleanout and "not " not in cleanout:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_pkg.py12 def cleanout(root): function
17 cleanout(fullname)
60 cleanout(self.root)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_pkg.py12 def cleanout(root): function
17 cleanout(fullname)
60 cleanout(self.root)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_pkg.py12 def cleanout(root): function
17 cleanout(fullname)
60 cleanout(self.root)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_pkg.py12 def cleanout(root): function
17 cleanout(fullname)
60 cleanout(self.root)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_pkg.py12 def cleanout(root): function
17 cleanout(fullname)
60 cleanout(self.root)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_pkg.py12 def cleanout(root): function
17 cleanout(fullname)
60 cleanout(self.root)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_pkg.py12 def cleanout(root): function
17 cleanout(fullname)
60 cleanout(self.root)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_pkg.py12 def cleanout(root): function
17 cleanout(fullname)
60 cleanout(self.root)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_pkg.py12 def cleanout(root): function
17 cleanout(fullname)
60 cleanout(self.root)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_pkg.py13 def cleanout(root): function
18 cleanout(fullname)
55 cleanout(self.root)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_pkg.py13 def cleanout(root): function
18 cleanout(fullname)
55 cleanout(self.root)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_pkg.py13 def cleanout(root): function
18 cleanout(fullname)
55 cleanout(self.root)
/dports/graphics/darktable/darktable-3.6.1/cmake/modules/
H A Dcpuid.asm53 mov esp, ebp ; cleanout stackframe
60 mov esp, ebp ; cleanout stackframe
/dports/graphics/darktable38/darktable-3.8.0/cmake/modules/
H A Dcpuid.asm53 mov esp, ebp ; cleanout stackframe
60 mov esp, ebp ; cleanout stackframe
/dports/audio/bristol/bristol-0.60.10/libbrighton/
H A DbrightonInterface.c26 extern void cleanout(brightonWindow *);
171 cleanout(bwin); in brightonRemoveInterface()
/dports/biology/ncbi-toolkit/ncbi/biostruc/newmmdb/
H A Dmmdbsrv.c1655 goto cleanout; in Main()
1670 goto cleanout; in Main()
1694 goto cleanout; in Main()
1903 goto cleanout; in Main()
1921 goto cleanout; in Main()
1930 goto cleanout; in Main()
1939 goto cleanout; in Main()
1950 goto cleanout; in Main()
1959 goto cleanout; in Main()
1969 goto cleanout; in Main()
[all …]

123