Home
last modified time | relevance | path

Searched refs:strip_suffixes (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Tool/
H A Ddvipdf.py89 def strip_suffixes(n): function
91 source = filter(strip_suffixes, source)
/dports/devel/scons/SCons-4.2.0/SCons/Tool/
H A Ddvipdf.py88 def strip_suffixes(n): function
90 source = [src for src in source if strip_suffixes(src)]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/Tool/
H A Ddvipdf.py88 def strip_suffixes(n): function
90 source = list(filter(strip_suffixes, source))
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/Tool/
H A Ddvipdf.py88 def strip_suffixes(n): function
90 source = list(filter(strip_suffixes, source))
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Tool/
H A Ddvipdf.py88 def strip_suffixes(n): function
90 source = list(filter(strip_suffixes, source))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/scripts/
H A Dgen_proc_table.py22 strip_suffixes = ["ANGLE", "EXT", "KHR", "OES", "CHROMIUM", "OVR"] variable
123 for suffix in strip_suffixes:
H A Dregistry_xml.py159 strip_suffixes = ["ANGLE", "EXT", "KHR", "OES", "CHROMIUM"] variable
H A Dgenerate_entry_points.py29 strip_suffixes = ["ANGLE", "EXT", "KHR", "OES", "CHROMIUM", "OVR"] variable
793 for suffix in strip_suffixes:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/scripts/
H A Dgen_proc_table.py22 strip_suffixes = ["ANGLE", "EXT", "KHR", "OES", "CHROMIUM", "OVR"] variable
123 for suffix in strip_suffixes:
H A Dregistry_xml.py180 strip_suffixes = ["ANGLE", "EXT", "KHR", "OES", "CHROMIUM"] variable
H A Dgenerate_entry_points.py41 strip_suffixes = ["ANGLE", "EXT", "KHR", "OES", "CHROMIUM", "OVR"] variable
854 for suffix in strip_suffixes:
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dkeepass2john.c236 dbname = strip_suffixes(basename(encryptedDatabase), extension, 1); in process_old_database()
498 dbname = strip_suffixes(basename(encryptedDatabase),extension, 1); in process_database()
H A Djumbo.h209 extern char *strip_suffixes(const char *src, const char *suffixes[], int count);
H A Djumbo.c116 char *strip_suffixes(const char *src, const char *suffixes[], int count) in strip_suffixes() function
H A Dputty2john.c307 fname = strip_suffixes(basename(path), ext, 1); in LAME_ssh2_load_userkey()
H A Dgpg2john.c417 cp = strip_suffixes(jtr_basename(filename), ext, 2); in gpg2john()
2529 cp = strip_suffixes(jtr_basename(filename), ext, 2); in encrypted_Secret_Key()