Lines Matching refs:format
444 print('{}{}'.format('\t\t' if line else '', line))
449 print('{}{}'.format('\t\t' if line else '', line))
465 return 'Linux {version}'.format(version=version)
471 '/{}/,/\\*\\//:include/uapi/linux/bpf.h'.format(delimiter)]
537 print(header.format(version=kernelVersion,
641 one_arg = '{}{}'.format(comma, a['type'])
644 one_arg += ' {}**\\ '.format(a['star'].replace('*', '\\*'))
647 one_arg += '*{}*\\ **'.format(a['name'])
879 print(' *{}{}'.format(' \t' if line else '', line))
885 print(' *{}{}'.format(' \t' if line else '', line))
900 one_arg = '{}{}'.format(comma, self.map_type(t))
903 one_arg += ' {}'.format(a['star'])
906 one_arg += '{}'.format(n)
991 print('Error: {}'.format(message), file=sys.stderr)
1016 .format(args.target, output_format))