Searched refs:format (Results 1 – 12 of 12) sorted by relevance
| /scripts/kconfig/tests/ |
| A D | conftest.py | 100 print("[command]\n{}\n".format(' '.join(command))) 102 print("[retcode]\n{}\n".format(self.retcode)) 111 print("[output for '{}']".format(out_file)) 151 return self._run_conf('--defconfig={}'.format(defconfig_path)) 160 return self._run_conf('--{}config'.format(mode), extra_env=extra_env)
|
| /scripts/ |
| A D | Makefile.extrawarn | 28 warning-1 += -Wmissing-format-attribute 75 KBUILD_CFLAGS += $(call cc-disable-warning, format) 77 KBUILD_CFLAGS += $(call cc-disable-warning, format-zero-length)
|
| A D | gen_compile_commands.py | 146 sys.exit('{}: module path must end with .o'.format(obj)) 193 logging.basicConfig(format='%(levelname)s: %(message)s', level=level) 211 sys.exit('{}: unknown file type'.format(path))
|
| A D | build-efi.sh | 115 -drive id=disk,file="${IMG}",if=none,format=raw \
|
| A D | checkpatch.pl | 7038 my $format = $6; 7039 my $count = $format =~ tr@%@%@; 7041 $format =~ /^"\%(?i:ll[udxi]|[udxi]ll|ll|[hl]h?[udxi]|[udxi][hl]h?|[hl]h?|[udxi])"$/) {
|
| A D | spelling.txt | 7 # The format of each line is:
|
| /scripts/basic/ |
| A D | fixdep.c | 115 static void xprintf(const char *format, ...) in xprintf() argument 120 va_start(ap, format); in xprintf() 121 ret = vprintf(format, ap); in xprintf()
|
| /scripts/kconfig/ |
| A D | preprocess.c | 17 static void __attribute__((noreturn)) pperror(const char *format, ...) in pperror() argument 22 va_start(ap, format); in pperror() 23 vfprintf(stderr, format, ap); in pperror()
|
| A D | confdata.c | 83 __attribute__ ((format (printf, 1, 2))); 86 __attribute__ ((format (printf, 1, 2)));
|
| /scripts/dtc/ |
| A D | util.h | 29 #define PRINTF(i, j) __attribute__((format (printf, i, j)))
|
| A D | README | 3 utility library for reading and manipulating the binary format.
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 396 tree format) 902 Write a double-cell value to the device tree in big-endian format
|
Completed in 22 milliseconds