| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/indent/indent/ |
| H A D | 0001-src-indent.c-correct-the-check-for-locale.h.patch | 4 Subject: [PATCH] src/indent.c: correct the check for locale.h 10 | ../../indent-2.2.12/src/indent.c: In function 'main': 11 | ../../indent-2.2.12/src/indent.c:1062:5: error: implicit declaration of function 'setlocale'; did… 15 | ../../indent-2.2.12/src/indent.c:1062:5: error: nested extern declaration of 'setlocale' [-Werror… 16 | ../../indent-2.2.12/src/indent.c:1062:15: error: 'LC_ALL' undeclared (first use in this function) 22 src/indent.c | 2 +- 25 diff --git a/src/indent.c b/src/indent.c 27 --- a/src/indent.c 28 +++ b/src/indent.c 37 #include "indent.h"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/ |
| H A D | processor.c | 90 uint8_t indent) in regs_dump() argument 94 indent, "", in regs_dump() 98 indent, "", in regs_dump() 102 indent, "", in regs_dump() 106 indent, "", in regs_dump() 109 indent, "", in regs_dump() 129 uint8_t indent) in segment_dump() argument 133 indent, "", segment->base, segment->limit, in segment_dump() 137 indent, "", segment->present, segment->dpl, in segment_dump() 141 indent, "", segment->g, segment->avl, in segment_dump() [all …]
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | astylerc | 10 # indent setting 11 --indent=spaces=4 12 --indent-labels 13 #--indent-switches 14 #--indent-preprocessor 15 --min-conditional-indent=0 16 --max-instatement-indent=80
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/indent/ |
| H A D | bitbake.vim | 1 " Vim indent file 16 runtime! indent/sh.vim 34 """" begin modified from indent/python.vim, upstream commit 7a9bd7c1e0ce1baf5a02daf36eeae3638aa315c7 49 return indent(a:lnum - 1) 51 …return indent(a:lnum - 1) + (exists("g:pyindent_continue") ? eval(g:pyindent_continue) : (shiftwid… 54 " If the start of the line is in a string don't change the indent. 64 " This is the first non-empty line, use zero indent. 75 let plindent = indent(plnum) 83 " If the previous line is inside parenthesis, use the indent of the starting 97 let plindent = indent(plnum) [all …]
|
| /OK3568_Linux_fs/buildroot/package/rapidxml/ |
| H A D | 0001-ensure-internal-print-operations-are-declared-before.patch | 27 …lass Ch> inline OutIt print_cdata_node(OutIt out, const xml_node<Ch> *node, int flags, int indent); 28 … class Ch> inline OutIt print_children(OutIt out, const xml_node<Ch> *node, int flags, int indent); 29 …ss Ch> inline OutIt print_comment_node(OutIt out, const xml_node<Ch> *node, int flags, int indent); 30 …class Ch> inline OutIt print_data_node(OutIt out, const xml_node<Ch> *node, int flags, int indent); 31 …h> inline OutIt print_declaration_node(OutIt out, const xml_node<Ch> *node, int flags, int indent); 32 …ss Ch> inline OutIt print_doctype_node(OutIt out, const xml_node<Ch> *node, int flags, int indent); 33 …ss Ch> inline OutIt print_element_node(OutIt out, const xml_node<Ch> *node, int flags, int indent); 34 …, class Ch> inline OutIt print_pi_node(OutIt out, const xml_node<Ch> *node, int flags, int indent); 38 inline OutIt print_node(OutIt out, const xml_node<Ch> *node, int flags, int indent)
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | conf.c | 42 static int indent = 1; variable 138 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string() 171 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym() 256 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 266 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 274 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice() 280 printf("%*c", indent, '>'); in conf_choice() 282 printf("%*c", indent, ' '); in conf_choice() 290 printf("%*schoice", indent - 1, ""); in conf_choice() 339 indent += 2; in conf_choice() [all …]
|
| H A D | mconf.c | 276 static int indent; variable 497 indent + 1, ' ', prompt); in build_conf() 500 indent + 1, ' ', prompt, in build_conf() 510 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf() 518 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf() 562 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 568 indent += 2; in build_conf() 570 indent -= 2; in build_conf() 577 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 617 tmp = indent - tmp + 4; in build_conf() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | conf.c | 40 static int indent = 1; variable 136 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string() 169 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym() 254 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice() 264 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice() 272 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice() 278 printf("%*c", indent, '>'); in conf_choice() 280 printf("%*c", indent, ' '); in conf_choice() 288 printf(_("%*schoice"), indent - 1, ""); in conf_choice() 337 indent += 2; in conf_choice() [all …]
|
| H A D | mconf.c | 276 static int indent; variable 498 indent + 1, ' ', prompt); in build_conf() 501 indent + 1, ' ', prompt, in build_conf() 511 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf() 519 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf() 563 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 569 indent += 2; in build_conf() 571 indent -= 2; in build_conf() 578 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 618 tmp = indent - tmp + 4; in build_conf() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/apt/ |
| H A D | triehash | 443 my ($self, $trie, $fh, $indent, $index) = @_; 444 $indent //= 0; 464 …printf { $fh } ((' ' x $indent) . "switch(%s | 0x%s) {\n", $self->switch_key($index, $key_lengt… 466 … printf { $fh } ((' ' x $indent) . "switch(%s) {\n", $self->switch_key($index, $key_length)); 472 printf { $fh } (' ' x $indent . " break;\n"); 475 printf { $fh } (' ' x $indent . "case %s:\n", $self->case_label(lc($key))); 476 …printf { $fh } (' ' x $indent . "case %s:\n", $self->case_label(uc($key))) if lc($key) ne uc($k… 478 printf { $fh } (' ' x $indent . "case %s:\n", $self->case_label($key)); 481 … $self->print_table($trie->{children}{$key}, $fh, $indent + 1, $index + length($key)); 486 printf { $fh } (' ' x $indent . "}\n"); [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/tiny/ |
| H A D | ksize.py | 41 def show(self, indent=""): argument 43 (indent+self.title, self.total, self.text, self.data, self.bss)) 86 def show(self, indent=""): argument 87 rule = str.ljust(indent, 80, '-') 89 (indent+self.title, "total", "text", "data", "bss")) 91 self.sizes.show(indent) 95 p.sizes.show(indent) 98 (indent+"sum", self.totals["total"], self.totals["text"], 101 (indent+"delta", self.deltas["total"], self.deltas["text"],
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | conf.c | 40 static int indent = 1; variable 140 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string() 173 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym() 260 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice() 270 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice() 278 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice() 284 printf("%*c", indent, '>'); in conf_choice() 286 printf("%*c", indent, ' '); in conf_choice() 294 printf(_("%*schoice"), indent - 1, ""); in conf_choice() 347 indent += 2; in conf_choice() [all …]
|
| H A D | mconf.c | 276 static int indent; variable 498 indent + 1, ' ', prompt); in build_conf() 501 indent + 1, ' ', prompt, in build_conf() 511 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf() 519 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf() 563 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 569 indent += 2; in build_conf() 571 indent -= 2; in build_conf() 578 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 618 tmp = indent - tmp + 4; in build_conf() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/s390x/ |
| H A D | processor.c | 119 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_ptes() argument 129 indent, "", ptea, *pte); in virt_dump_ptes() 133 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_region() argument 143 indent, "", 4 - ((*entry & REGION_ENTRY_TYPE) >> 2), in virt_dump_region() 146 virt_dump_region(stream, vm, indent + 2, in virt_dump_region() 149 virt_dump_ptes(stream, vm, indent + 2, in virt_dump_region() 155 void virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_dump() argument 160 virt_dump_region(stream, vm, indent, vm->pgd); in virt_dump() 234 void vcpu_dump(FILE *stream, struct kvm_vm *vm, uint32_t vcpuid, uint8_t indent) in vcpu_dump() argument 242 indent, "", vcpu->state->psw_mask, vcpu->state->psw_addr); in vcpu_dump()
|
| /OK3568_Linux_fs/kernel/Documentation/arm/samsung/ |
| H A D | clksrc-change-registers.awk | 93 indent=1 97 for(; indent >= 1;) { 114 indent++ 117 indent-- 119 if (indent == 0) { 162 printf indent ":" line "\n" > "/dev/stderr"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/intltool/intltool/ |
| H A D | intltool-nowarn.patch | 10 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- 20 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- 30 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- 40 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxprint.c | 56 static int indent = 0; variable 74 if (indent < 0) in dmxConfigIndent() 75 indent = 0; in dmxConfigIndent() 76 if (indent > 40) in dmxConfigIndent() 77 indent = 40; in dmxConfigIndent() 78 for (i = 0; i < indent; i++) in dmxConfigIndent() 100 indent = base; in dmxConfigPushState() 108 indent = stack->comment; in dmxConfigPushComment() 115 indent = stack->step; in dmxConfigPushStep() 125 indent = old->base; in dmxConfigPopState()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-log.c | 49 int indent) in intel_pt_print_data() argument 53 for (i = 0; i < indent; i++) in intel_pt_print_data() 64 static void intel_pt_print_no_data(uint64_t pos, int indent) in intel_pt_print_no_data() argument 68 for (i = 0; i < indent; i++) in intel_pt_print_no_data()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_gem_ttm_helper.c | 23 void drm_gem_ttm_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_ttm_print_info() argument 42 drm_printf_indent(p, indent, "placement="); in drm_gem_ttm_print_info() 47 drm_printf_indent(p, indent, "bus.offset=%lx\n", in drm_gem_ttm_print_info()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/aarch64/ |
| H A D | processor.c | 186 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, uint64_t page, int level) in pte_dump() argument 199 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", type[level], pte, *ptep, ptep); in pte_dump() 200 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level + 1); in pte_dump() 205 void virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_dump() argument 217 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", pgd, *ptep, ptep); in virt_dump() 218 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level); in virt_dump() 304 void vcpu_dump(FILE *stream, struct kvm_vm *vm, uint32_t vcpuid, uint8_t indent) in vcpu_dump() argument 312 indent, "", pstate, pc); in vcpu_dump()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util_internal.h | 74 void virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent); 91 void regs_dump(FILE *stream, struct kvm_regs *regs, uint8_t indent); 108 void sregs_dump(FILE *stream, struct kvm_sregs *sregs, uint8_t indent);
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | insn_decoder_test.c | 59 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument 62 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field() 64 indent, field->value, field->bytes[0], field->bytes[1], in dump_field() 66 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | unpack_bootimg | 315 indent = lambda level: ' ' * 4 * level function 319 lines.append(indent(1) + f'{output_ramdisk_name}: ''{') 320 lines.append(indent(2) + f'size: {ramdisk_size}') 321 lines.append(indent(2) + f'offset: {ramdisk_offset}') 322 lines.append(indent(2) + f'type: {ramdisk_type:#x}') 323 lines.append(indent(2) + f'name: {ramdisk_name}') 324 lines.append(indent(2) + 'board_id: [') 329 indent(3) + ' '.join(f'{e:#010x},' for e in row)) 330 lines.append(indent(2) + ']') 331 lines.append(indent(1) + '}')
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | unpack_bootimg | 321 indent = lambda level: ' ' * 4 * level function 325 lines.append(indent(1) + f'{output_ramdisk_name}: ''{') 326 lines.append(indent(2) + f'size: {ramdisk_size}') 327 lines.append(indent(2) + f'offset: {ramdisk_offset}') 328 lines.append(indent(2) + f'type: {ramdisk_type:#x}') 329 lines.append(indent(2) + f'name: {ramdisk_name}') 330 lines.append(indent(2) + 'board_id: [') 335 indent(3) + ' '.join(f'{e:#010x},' for e in row)) 336 lines.append(indent(2) + ']') 337 lines.append(indent(1) + '}')
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | sbom.py | 35 def write_doc(d, spdx_doc, subdir, spdx_deploy=None, indent=None): argument 44 doc_sha1 = spdx_doc.to_json(f, sort_keys=True, indent=indent)
|