/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
litlint.py | 63 (options, filenames) = parser.parse_args() 67 for p in filenames:
|
cpplint.py | 736 """Provides utility functions for filenames. 3574 """Check if these two filenames belong to the same module. 3958 The list of filenames to lint. 3961 (opts, filenames) = getopt.getopt(args, '', ['help', 'output=', 'verbose=', 3994 if not filenames: 4002 return filenames 4006 filenames = ParseArguments(sys.argv[1:]) 4016 for filename in filenames:
|
/src/usr.bin/make/unit-tests/ |
opt-debug-no-rm.mk | 10 # TODO: Are the generated filenames predictable?
|
/src/usr.bin/xlint/lint1/ |
mem1.c | 50 * Filenames allocated by record_filename are shared and have unlimited 60 static struct filename *filenames; /* null-terminated array */ variable in typeref:struct:filename * 69 for (fn = filenames; fn != NULL; fn = fn->fn_next) { 138 fn->fn_next = filenames; 139 filenames = fn;
|
check-msgs.lua | 116 local filenames = assert(io.popen(cmd)) 117 for filename in filenames:lines() do 128 filenames:close()
|
/src/usr.bin/error/ |
main.c | 195 filenames(nfiles, files);
|
error.h | 267 void filenames(int, Eptr **);
|
touch.c | 199 filenames(int my_nfiles, Eptr **my_files) function in typeref:typename:void
|
/src/sys/external/bsd/acpica/dist/compiler/ |
readme.txt | 113 Quotes around FilePath and FileDir enable spaces in filenames.
|
/src/usr.bin/make/ |
test-variants.mk | 165 # Ensure that the tests can be specified either as relative filenames or 166 # as absolute filenames.
|
/src/games/warp/ |
config.h.SH | 117 * generic filenames, use PATH, etc.
|
/src/sys/arch/ia64/stand/common/ |
help.common | 144 filenames, each of which will be searched for in the module_path
|
/src/sys/external/isc/libsodium/dist/ |
aclocal.m4 | 655 # Check whether the underlying file-system supports filenames
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 2146 # MS-DOS does not allow filenames that begin with a dot.
|