| /buildroot/package/qprint/ |
| A D | qprint.mk | 8 QPRINT_SITE = https://www.fourmilab.ch/webtools/qprint
|
| A D | Config.in | 18 https://www.fourmilab.ch/webtools/qprint/
|
| /buildroot/package/jo/ |
| A D | jo.mk | 9 JO_LICENSE = MIT (json.[ch]), GPL-2.0+ (rest)
|
| /buildroot/package/b43-fwcutter/ |
| A D | b43-fwcutter.mk | 8 B43_FWCUTTER_SITE = http://bues.ch/b43/fwcutter
|
| /buildroot/support/kconfig/ |
| A D | mconf.c | 473 char ch; in build_conf() local 548 case yes: ch = '*'; break; in build_conf() 549 case mod: ch = 'M'; break; in build_conf() 550 default: ch = ' '; break; in build_conf() 552 item_make("<%c>", ch); in build_conf() 601 case yes: ch = '*'; break; in build_conf() 602 case mod: ch = 'M'; break; in build_conf() 603 default: ch = ' '; break; in build_conf() 607 item_make("{%c}", ch); in build_conf() 609 item_make("<%c>", ch); in build_conf() [all …]
|
| A D | nconf.c | 742 char ch; in build_conf() local 815 ch = '*'; in build_conf() 818 ch = 'M'; in build_conf() 821 ch = ' '; in build_conf() 824 item_make(menu, 't', "<%c>", ch); in build_conf() 870 ch = '*'; in build_conf() 873 ch = 'M'; in build_conf() 876 ch = ' '; in build_conf() 882 't', "{%c}", ch); in build_conf() 885 't', "<%c>", ch); in build_conf() [all …]
|
| A D | symbol.c | 593 signed char ch; in sym_string_valid() local 599 ch = *str++; in sym_string_valid() 600 if (ch == '-') in sym_string_valid() 601 ch = *str++; in sym_string_valid() 602 if (!isdigit(ch)) in sym_string_valid() 604 if (ch == '0' && *str != 0) in sym_string_valid() 606 while ((ch = *str++)) { in sym_string_valid() 607 if (!isdigit(ch)) in sym_string_valid() 614 ch = *str++; in sym_string_valid() 616 if (!isxdigit(ch)) in sym_string_valid() [all …]
|
| A D | lkc.h | 159 static inline bool sym_set_choice_value(struct symbol *ch, struct symbol *chval) in sym_set_choice_value() argument
|
| A D | qconf.cc | 162 char ch; in updateMenu() local 179 ch = 'Y'; in updateMenu() 184 ch = 'M'; in updateMenu() 192 ch = 'N'; in updateMenu() 202 setText(dataColIdx, QChar(ch)); in updateMenu()
|
| /buildroot/package/sslh/ |
| A D | 0001-Makefile-add-USE_LIBEV.patch | 52 rm -f tags sslh-conf.[ch] echosrv-conf.[ch] cscope.* 59 ctags --globals -T *.[ch]
|
| /buildroot/package/openvmtools/ |
| A D | 0013-Properly-check-authorization-on-incoming-guestOps-re.patch | 2 Message-Id: <bb9f9ffbb151397545f921cee5b6a4933c6eea80.1666169374.git.stefan@agner.ch> 11 Signed-off-by: Stefan Agner <stefan@agner.ch>
|
| /buildroot/package/rrdtool/ |
| A D | Config.in | 11 http://oss.oetiker.ch/rrdtool/
|
| /buildroot/package/makedevs/ |
| A D | makedevs.c | 226 int ch; in private_get_line_from_file() local 231 while ((ch = getc(file)) != EOF) { in private_get_line_from_file() 236 linebuf[idx++] = (char)ch; in private_get_line_from_file() 237 if (!ch) return linebuf; in private_get_line_from_file() 238 if (c<2 && ch == '\n') { in private_get_line_from_file()
|
| /buildroot/package/ympd/ |
| A D | 0002-added-forward-declarations.patch | 2 From: SuperBFG7 <daniel@despite.ch>
|
| /buildroot/package/libsvg/ |
| A D | 0001-fix-expat-static-declaration.patch | 29 const XML_Char *ch,
|
| /buildroot/package/mkpasswd/ |
| A D | mkpasswd.c | 133 int ch, i; in main() local 154 while ((ch = GETOPT_LONGISH(argc, argv, "hH:m:5P:R:sS:V", longopts, 0)) in main() 156 switch (ch) { in main()
|
| /buildroot/package/fontconfig/ |
| A D | 0001-add-pthread-as-a-dependency-of-a-static-lib.patch | 2 From: Silvan Scherrer <silvan.scherrer@aroa.ch>
|
| /buildroot/package/netsniff-ng/ |
| A D | 0001-Detect-libpcap-dependencies-using-pkg-config.patch | 14 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
|
| /buildroot/package/newlib-bare-metal/ |
| A D | 0001-libgloss-microblaze-fix-read-and-_write-declarati.patch | 27 char ch = 0;
|
| /buildroot/board/pcengines/apu2/ |
| A D | readme.txt | 6 https://pcengines.ch/apu2.htm
|
| /buildroot/package/libmodplug/ |
| A D | 0001-fix-cctype-ub.patch | 101 switch(ch) { 107 ch = 'x'; 120 ch = 'b'; 134 - n = ch; 135 + n = static_cast<unsigned char>(ch); 735 while (*p && (ch = *p++) != '\0') { 739 if( ch == mp->name[0] ) { 835 if( !ch ) abcstate = INSKIPFORQUOTE; 859 - if( isalpha(ch) && *p==':' ) { 950 i = tt2 - 16 * ((h->samples - 1 - ch) & 3); [all …]
|
| /buildroot/package/pkgconf/ |
| A D | 0001-Only-prefix-with-the-sysroot-a-subset-of-variables.patch | 55 @@ -181,6 +193,8 @@ pkgconf_tuple_add(const pkgconf_client_t *client, pkgconf_list_t *list, const ch 64 … -188,9 +202,13 @@ pkgconf_tuple_add(const pkgconf_client_t *client, pkgconf_list_t *list, const ch
|
| /buildroot/package/bc/ |
| A D | 0002-notice-read-and-write-errors-on-input-and-output.patch | 80 while ((ch = byte(&pc)) != '"') out_schar (ch); 215 @@ -326,6 +329,7 @@ out_char (int ch) 217 putchar (ch); 223 @@ -355,6 +359,7 @@ out_schar (int ch) 225 putchar (ch); 595 @@ -587,6 +592,8 @@ out_char (ch) 598 putchar(ch);
|
| /buildroot/package/smstools3/ |
| A D | 0002-fix-build-with-gcc-10.x.patch | 609 +char prch(char ch); 635 -char prch(char ch); 636 +extern char prch(char ch);
|
| /buildroot/board/atmel/at91sam9x5ek/patches/linux/ |
| A D | 0001-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch | 23 Reviewed-by: Stefan Agner <stefan@agner.ch>
|