Home
last modified time | relevance | path

Searched refs:format (Results 1 – 12 of 12) sorted by relevance

/scripts/kconfig/tests/
A Dconftest.py100 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 DMakefile.extrawarn28 warning-1 += -Wmissing-format-attribute
75 KBUILD_CFLAGS += $(call cc-disable-warning, format)
77 KBUILD_CFLAGS += $(call cc-disable-warning, format-zero-length)
A Dgen_compile_commands.py146 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 Dbuild-efi.sh115 -drive id=disk,file="${IMG}",if=none,format=raw \
A Dcheckpatch.pl7038 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 Dspelling.txt7 # The format of each line is:
/scripts/basic/
A Dfixdep.c115 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 Dpreprocess.c17 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 Dconfdata.c83 __attribute__ ((format (printf, 1, 2)));
86 __attribute__ ((format (printf, 1, 2)));
/scripts/dtc/
A Dutil.h29 #define PRINTF(i, j) __attribute__((format (printf, i, j)))
A DREADME3 utility library for reading and manipulating the binary format.
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped396 tree format)
902 Write a double-cell value to the device tree in big-endian format

Completed in 22 milliseconds