| /buildroot/package/dcron/ |
| A D | 0002-system-crontab.patch | 19 line.cl_Days[j] = 1; 20 for (j=0; j<12; ++j) 21 line.cl_Mons[j] = 1; 22 + for (j=0; j<7; ++j) 23 + line.cl_Dow[j] = ALL_DOW;
|
| /buildroot/support/testing/tests/package/test_micropython/rootfs-overlay/root/ |
| A D | mandel.py | 14 j = (r*r) - (i*i) - 2 + (x/25) 16 if j*j + i*i >= 11: 18 r = j
|
| /buildroot/support/testing/tests/package/br2-external/python-pybind/package/python-pybind-example/ |
| A D | example.cpp | 4 int add (int i, int j) { in add() argument 5 return i + j; in add()
|
| /buildroot/package/skeleton-init-systemd/ |
| A D | skeleton-init-systemd.mk | 45 j="$${i#$(TARGET_DIR)/usr/share/factory}"; \ 48 "$${j}" "../usr/share/factory/$${j}" \ 51 printf "C! %s - - - -\n" "$${j}" \
|
| /buildroot/package/odb/ |
| A D | 0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch | 162 for (includes::iterator j (i->second.begin ()); 163 j != i->second.end (); ++j) 165 - line_map const* lm (j->first); 166 + line_map_type const* lm (j->first); 178 for (includes::map_type::iterator j (i->second.map.begin ()); 179 j != i->second.map.end (); ++j) 181 - line_map const* lm (j->first); 182 + line_map_type const* lm (j->first); 188 j != i->second.map.end (); ++j) 190 - line_map const* lm (j->first); [all …]
|
| /buildroot/support/kconfig/lxdialog/ |
| A D | menubox.c | 69 int j; in do_print_item() local 74 j = first_alpha(menu_item, "YyNnMmHh"); in do_print_item() 93 mvwaddch(win, line_y, item_x + j, menu_item[j]); in do_print_item() 187 int i, j, x, y, box_x, box_y; in dialog_menu() local 293 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 294 if (key == tolower(item_str()[j])) in dialog_menu() 300 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 301 if (key == tolower(item_str()[j])) in dialog_menu()
|
| A D | util.c | 244 int i, j; in attr_clear() local 249 for (j = 0; j < width; j++) in attr_clear() 480 int i, j; in draw_box() local 485 for (j = 0; j < width; j++) in draw_box() 486 if (!i && !j) in draw_box() 488 else if (i == height - 1 && !j) in draw_box() 490 else if (!i && j == width - 1) in draw_box() 492 else if (i == height - 1 && j == width - 1) in draw_box() 498 else if (!j) in draw_box() 500 else if (j == width - 1) in draw_box()
|
| /buildroot/package/ftop/ |
| A D | 0001-overflow.patch | 11 size_t i, j, bytes, bar_total;
|
| /buildroot/package/wireplumber/ |
| A D | 0001-fix-non-x86_64-architectures.patch | 117 - WpSpaJson *j = wp_spa_json_new (data, len); 118 - if (!j) 120 - *va_arg(args, WpSpaJson **) = j; 158 + WpSpaJson *j = wp_spa_json_new (data, len); \ 159 + if (!j) \ 161 + *va_arg(args, WpSpaJson **) = j; \
|
| /buildroot/package/patchelf/ |
| A D | 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch | 143 + for (unsigned int j = 0; j < neededLibs.size(); ++j) 144 + if (!neededLibFound[j]) { 145 + std::string libName = dirName + "/" + neededLibs[j]; 148 + neededLibFound[j] = true; 181 - for (unsigned int j = 0; j < neededLibs.size(); ++j) 182 - if (!neededLibFound[j]) { 183 - std::string libName = dirName + "/" + neededLibs[j]; 187 - neededLibFound[j] = true;
|
| /buildroot/package/wpa_supplicant/ |
| A D | 0003-Include-HMAC-SHA384-512-KDF-for-SAE-if-SHA384-512-is.patch | 2 From: Jouni Malinen <j@w1.fi> 11 Signed-off-by: Jouni Malinen <j@w1.fi>
|
| /buildroot/docs/website/images/ |
| A D | logo.xcf | 69 …����p�������A�<����O� ��A�<���C�;������m�j����������#… 105 ����j���e���� ���f6I�������+�����W!:w��������R ��W�J����*��… 117 …._.o..�.�.�.�.�.�.�.�////1T=VH�S�_6j�v��\�����-… 516 …j�n�r�v�z�~�����������������a�x�����d�7�"�&�*�.… 871 �����������������V����i ��j&T@�@�@)@@�@�… 2276 …h� �h�n�n�n�n� �joj{j�j�j�j�j�j�j�…
|
| /buildroot/package/reproc/ |
| A D | 0002-Fix-gcc-13-build.patch | 2 From: Daan De Meyer <daan.j.demeyer@gmail.com>
|
| A D | 0001-reproc-Try-to-fix-gcc-13-build.patch | 2 From: Daan De Meyer <daan.j.demeyer@gmail.com>
|
| /buildroot/package/libmodplug/ |
| A D | 0001-fix-cctype-ub.patch | 152 - for( j=i; isdigit(p[j]) || p[j]=='/'; j++ ) ; // look ahead to see if this one is tied too 153 + for( j=i; isdigit(static_cast<unsigned char>(p[j])) || p[j]=='/'; j++ ) ; // look ahead to see i… 154 if( p[j] != '-' ) // is this note tied too? 209 j=0; 214 j++; 223 j = 0; 229 // q[n+1] to q[j] contains the substring that must be repeated 241 for( j=0; j<l; j++ ) { 242 a = m->subst[j]; 272 int i,j; [all …]
|
| /buildroot/package/xenomai/3.0.10/ |
| A D | 0001-lib-boilerplate-iniparser-Allow-building-with-GCC-10-2-2020101.patch | 947 - int i, j ; 965 - for (j=0 ; j<d->size ; j++) { 972 - d->val[j] ? d->val[j] : ""); 994 + int j ; 1004 + for (j=0 ; j<d->size ; j++) { 1005 + if (d->key[j]==NULL) 1011 + d->val[j] ? d->val[j] : ""); 1030 + int j ; 1041 + for (j=0 ; j<d->size ; j++) { 1070 + int i, j, seclen ; [all …]
|
| /buildroot/support/scripts/ |
| A D | graph-depends | 106 for j in range(len(d)): 107 if j == i: 109 if is_dep(d[i], d[j], deps):
|
| A D | graph-build-time | 137 bottom = [bottom[j] + vals[i][j] for j in range(0, len(vals[i]))]
|
| /buildroot/support/misc/ |
| A D | utils.mk | 51 [FROM] := a b c d e f g h i j k l m n o p q r s t u v w x y z - .
|
| /buildroot/package/micropython/ |
| A D | 0001-py-nlrthumb-Make-non-Thumb2-long-jump-workaround-opt.patch | 2 From: =?UTF-8?q?J=2E=20Neusch=C3=A4fer?= <j.ne@posteo.net> 76 Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
|
| /buildroot/package/socketcand/ |
| A D | 0001-Fix-GCC10-build-failure.patch | 57 int i, j, ret;
|
| /buildroot/support/kconfig/ |
| A D | menu.c | 710 int i, j; in get_prompt_str() local 748 for (j = 4; --i >= 0; j += 2) { in get_prompt_str() 752 str_printf(r, "%*c-> %s", j, ' ', in get_prompt_str()
|
| /buildroot/package/usbguard/ |
| A D | 0001-Fix-build-for-GCC-13-make-GitHub-Actions-cover-build-with-GCC-13.patch | 89 +RUN bash -c 'set -o pipefail; make V=1 "-j$(nproc)" |& tee build.log'
|
| /buildroot/package/rubix/ |
| A D | 0002-misc-fixes.patch | 12 register int j;
|
| /buildroot/package/ |
| A D | Makefile.in | 24 $(if $(findstring j,$(filter-out --%,$(MAKEFLAGS))),,-j$(PARALLEL_JOBS))
|