Home
last modified time | relevance | path

Searched refs:foundsomething (Results 1 – 17 of 17) sorted by relevance

/dports/security/ncrack/ncrack-0.7/
H A Dncrack.cc432 int foundsomething = 0; in ncrack_fetchfile() local
458 if (o.datadir && !foundsomething) { in ncrack_fetchfile()
473 if (!foundsomething) { in ncrack_fetchfile()
482 if (!foundsomething && getuid() != geteuid()) { in ncrack_fetchfile()
509 if (!foundsomething) { in ncrack_fetchfile()
517 if (!foundsomething) { in ncrack_fetchfile()
541 if (!foundsomething) { in ncrack_fetchfile()
548 if (!foundsomething) { in ncrack_fetchfile()
554 if (!foundsomething) { in ncrack_fetchfile()
558 if (foundsomething && o.debugging > 1) in ncrack_fetchfile()
[all …]
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcvknife.c191 int foundsomething = true, ever = false; in CVMouseUpKnife() local
212 while ( foundsomething ) { in CVMouseUpKnife()
213 foundsomething = false; in CVMouseUpKnife()
214 …for ( spl = cv->b.layerheads[cv->b.drawmode]->splines; spl!=NULL && !foundsomething; spl = spl->ne… in CVMouseUpKnife()
225 foundsomething = true; in CVMouseUpKnife()
251 foundsomething = true; in CVMouseUpKnife()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/_pytest/
H A Dunittest.py50 foundsomething = False
56 foundsomething = True
58 if not foundsomething:
/dports/www/firefox-legacy/firefox-52.8.0esr/python/pytest/_pytest/
H A Dunittest.py50 foundsomething = False
56 foundsomething = True
58 if not foundsomething:
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/_pytest/
H A Dunittest.py50 foundsomething = False
58 foundsomething = True
60 if not foundsomething:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pytest/_pytest/
H A Dunittest.py51 foundsomething = False
59 foundsomething = True
61 if not foundsomething:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pytest/_pytest/
H A Dunittest.py51 foundsomething = False
59 foundsomething = True
61 if not foundsomething:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/src/_pytest/
H A Dunittest.py51 foundsomething = False
59 foundsomething = True
61 if not foundsomething:
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pytest/_pytest/
H A Dunittest.py51 foundsomething = False
59 foundsomething = True
61 if not foundsomething:
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dunittest.py51 foundsomething = False
59 foundsomething = True
61 if not foundsomething:
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/
H A Dunittest.py51 foundsomething = False
58 foundsomething = True
60 if not foundsomething:
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dunittest.py81 foundsomething = False
88 foundsomething = True
90 if not foundsomething:
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dunittest.py81 foundsomething = False
88 foundsomething = True
90 if not foundsomething:
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dunittest.py81 foundsomething = False
88 foundsomething = True
90 if not foundsomething:
/dports/security/nmap/nmap-7.91/
H A Dnmap.cc2607 int foundsomething = 0; in nmap_fetchfile_sub() local
2614 foundsomething = file_is_readable(filename_returned); in nmap_fetchfile_sub()
2618 if (!foundsomething && (dirptr = getenv("NMAPDIR"))) { in nmap_fetchfile_sub()
2621 foundsomething = file_is_readable(filename_returned); in nmap_fetchfile_sub()
2625 if (!foundsomething) in nmap_fetchfile_sub()
2636 if (!foundsomething) { /* Try the nMap directory */ in nmap_fetchfile_sub()
2643 if (!foundsomething) { in nmap_fetchfile_sub()
2654 if (!foundsomething) { in nmap_fetchfile_sub()
2662 if (foundsomething && (*filename_returned != '.')) { in nmap_fetchfile_sub()
2676 if (foundsomething && o.debugging > 1) in nmap_fetchfile_sub()
[all …]
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dprint.c2723 int i, j, gotem, len, any=0, foundsomething=0; in PrtBuildDef() local
2756 foundsomething = true; in PrtBuildDef()
2794 foundsomething = true; in PrtBuildDef()
2800 if ( !foundsomething ) { in PrtBuildDef()
/dports/comms/smstools3/smstools3/src/
H A Dsmsd.c3750 int foundsomething=0; in receivesms() local
3959 foundsomething=1; in receivesms()
4016 if (foundsomething) in receivesms()