Home
last modified time | relevance | path

Searched refs:ch (Results 1 – 25 of 31) sorted by relevance

12

/buildroot/package/qprint/
A Dqprint.mk8 QPRINT_SITE = https://www.fourmilab.ch/webtools/qprint
A DConfig.in18 https://www.fourmilab.ch/webtools/qprint/
/buildroot/package/jo/
A Djo.mk9 JO_LICENSE = MIT (json.[ch]), GPL-2.0+ (rest)
/buildroot/package/b43-fwcutter/
A Db43-fwcutter.mk8 B43_FWCUTTER_SITE = http://bues.ch/b43/fwcutter
/buildroot/support/kconfig/
A Dmconf.c473 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 Dnconf.c742 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 Dsymbol.c593 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 Dlkc.h159 static inline bool sym_set_choice_value(struct symbol *ch, struct symbol *chval) in sym_set_choice_value() argument
A Dqconf.cc162 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 D0001-Makefile-add-USE_LIBEV.patch52 rm -f tags sslh-conf.[ch] echosrv-conf.[ch] cscope.*
59 ctags --globals -T *.[ch]
/buildroot/package/openvmtools/
A D0013-Properly-check-authorization-on-incoming-guestOps-re.patch2 Message-Id: <bb9f9ffbb151397545f921cee5b6a4933c6eea80.1666169374.git.stefan@agner.ch>
11 Signed-off-by: Stefan Agner <stefan@agner.ch>
/buildroot/package/rrdtool/
A DConfig.in11 http://oss.oetiker.ch/rrdtool/
/buildroot/package/makedevs/
A Dmakedevs.c226 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 D0002-added-forward-declarations.patch2 From: SuperBFG7 <daniel@despite.ch>
/buildroot/package/libsvg/
A D0001-fix-expat-static-declaration.patch29 const XML_Char *ch,
/buildroot/package/mkpasswd/
A Dmkpasswd.c133 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 D0001-add-pthread-as-a-dependency-of-a-static-lib.patch2 From: Silvan Scherrer <silvan.scherrer@aroa.ch>
/buildroot/package/netsniff-ng/
A D0001-Detect-libpcap-dependencies-using-pkg-config.patch14 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
/buildroot/package/newlib-bare-metal/
A D0001-libgloss-microblaze-fix-read-and-_write-declarati.patch27 char ch = 0;
/buildroot/board/pcengines/apu2/
A Dreadme.txt6 https://pcengines.ch/apu2.htm
/buildroot/package/libmodplug/
A D0001-fix-cctype-ub.patch101 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 D0001-Only-prefix-with-the-sysroot-a-subset-of-variables.patch55 @@ -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 D0002-notice-read-and-write-errors-on-input-and-output.patch80 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 D0002-fix-build-with-gcc-10.x.patch609 +char prch(char ch);
635 -char prch(char ch);
636 +extern char prch(char ch);
/buildroot/board/atmel/at91sam9x5ek/patches/linux/
A D0001-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch23 Reviewed-by: Stefan Agner <stefan@agner.ch>

Completed in 59 milliseconds

12