Home
last modified time | relevance | path

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

/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/c_analyzer/
H A Ddatafiles.py22 relroot=fsutil.USE_CWD,
33 def read_known(infile, extracolumns=None, relroot=fsutil.USE_CWD):
65 relroot=fsutil.USE_CWD,
92 def read_ignored(infile, relroot=fsutil.USE_CWD):
97 if relroot and relroot is not fsutil.USE_CWD:
112 def write_ignored(variables, outfile, relroot=fsutil.USE_CWD):
114 if relroot and relroot is not fsutil.USE_CWD:
H A Dinfo.py228 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
315 def fix_filenames(self, relroot=fsutil.USE_CWD, **kwargs):
316 if relroot and relroot is not fsutil.USE_CWD:
H A D__main__.py304 relroot=fsutil.USE_CWD,
378 relroot=fsutil.USE_CWD,
441 relroot=fsutil.USE_CWD,
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/c_analyzer/
H A Ddatafiles.py22 relroot=fsutil.USE_CWD,
33 def read_known(infile, extracolumns=None, relroot=fsutil.USE_CWD):
65 relroot=fsutil.USE_CWD,
92 def read_ignored(infile, relroot=fsutil.USE_CWD):
97 if relroot and relroot is not fsutil.USE_CWD:
112 def write_ignored(variables, outfile, relroot=fsutil.USE_CWD):
114 if relroot and relroot is not fsutil.USE_CWD:
H A Dinfo.py228 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
315 def fix_filenames(self, relroot=fsutil.USE_CWD, **kwargs):
316 if relroot and relroot is not fsutil.USE_CWD:
H A D__main__.py304 relroot=fsutil.USE_CWD,
378 relroot=fsutil.USE_CWD,
441 relroot=fsutil.USE_CWD,
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/c_common/
H A Dfsutil.py11 USE_CWD = object() variable
38 def fix_filename(filename, relroot=USE_CWD, *,
43 if not relroot or relroot is USE_CWD:
71 def fix_filenames(filenames, relroot=USE_CWD):
72 if not relroot or relroot is USE_CWD:
80 def format_filename(filename, relroot=USE_CWD, *,
92 elif relroot is USE_CWD:
136 relroot=USE_CWD,
138 if relroot and relroot is not USE_CWD:
H A Dscriptutil.py534 def filter_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD):
543 def main_for_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD):
567 if relroot and relroot is not fsutil.USE_CWD:
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/c_common/
H A Dfsutil.py11 USE_CWD = object() variable
38 def fix_filename(filename, relroot=USE_CWD, *,
43 if not relroot or relroot is USE_CWD:
71 def fix_filenames(filenames, relroot=USE_CWD):
72 if not relroot or relroot is USE_CWD:
80 def format_filename(filename, relroot=USE_CWD, *,
92 elif relroot is USE_CWD:
136 relroot=USE_CWD,
138 if relroot and relroot is not USE_CWD:
H A Dscriptutil.py534 def filter_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD):
543 def main_for_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD):
567 if relroot and relroot is not fsutil.USE_CWD:
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/c_parser/
H A Ddatafiles.py85 def iter_decls_tsv(infile, extracolumns=None, relroot=fsutil.USE_CWD):
86 if relroot and relroot is not fsutil.USE_CWD:
95 relroot=fsutil.USE_CWD,
98 if relroot and relroot is not fsutil.USE_CWD:
H A Dinfo.py179 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
247 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
322 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
629 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/c_parser/
H A Ddatafiles.py85 def iter_decls_tsv(infile, extracolumns=None, relroot=fsutil.USE_CWD):
86 if relroot and relroot is not fsutil.USE_CWD:
95 relroot=fsutil.USE_CWD,
98 if relroot and relroot is not fsutil.USE_CWD:
H A Dinfo.py179 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
247 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
322 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
629 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
/dports/x11/xdtm/xdtm/
H A Dxdtm.h43 #ifndef USE_CWD
44 #define USE_CWD /* True SYSV machines use getcwd NOT getwd */ macro
H A Ddirman.c392 #ifdef USE_CWD in initDirectoryManager()
H A DImakefile28 XCOMM USE_CWD If your system has the getcwd(3) library routine
/dports/security/lynis/lynis/
H A Dlynis80 USE_CWD=0
82 USE_CWD=1
104 if [ ${USE_CWD} -eq 1 ]; then
/dports/math/gretl/gretl-2021d/lib/src/
H A Dlibset.h39 USE_CWD = 1 << 0, /* store: use current dir as default */ enumerator
H A Dlibset.c148 { USE_CWD, "use_cwd", CAT_BEHAVE },
H A Dgretl_paths.c3297 libset_set_bool(USE_CWD, use_cwd); in handle_use_cwd()
/dports/security/lynis/lynis/include/
H A Dparameters391 USE_CWD=1
H A Dfunctions435 if [ ${USE_CWD} -eq 1 ]; then
/dports/math/gretl/gretl-2021d/gui/
H A Dsettings.c2314 libset_set_bool(USE_CWD, usecwd); in common_read_rc_setup()
/dports/security/sudo/sudo-1.9.8p2/
H A DChangeLog66520 fixed MAXCOMMANDLENGTH now uses USE_CWD and NEED_STRDUP added info
66525 now uses USE_CWD