Home
last modified time | relevance | path

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

12

/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh24 if [ -f /usr/include/ncursesw/curses.h ]; then
27 elif [ -f /usr/include/ncurses/ncurses.h ]; then
29 elif [ -f /usr/include/ncurses/curses.h ]; then
31 elif [ -f /usr/include/ncurses.h ]; then
/scripts/mod/
DMakefile6 devicetable-offsets-file := devicetable-offsets.h
44 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
50 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
53 targets += elfconfig.h
D.gitignore1 elfconfig.h
4 devicetable-offsets.h
/scripts/dtc/libfdt/
DMakefile.libfdt7 LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
/scripts/
Dgfp-translate66 grep -q ___GFP $SOURCE/include/linux/gfp.h
68 grep "^#define ___GFP" $SOURCE/include/linux/gfp.h | sed -e 's/u$//' | grep -v GFP_BITS > $TMPFILE
70 …grep "^#define __GFP" $SOURCE/include/linux/gfp.h | sed -e 's/(__force gfp_t)//' | sed -e 's/u)/)/…
Dcleanpatch194 my @h = ();
204 unshift(@h, $l);
206 unshift(@h, $l);
226 unshift(@h, $l);
229 foreach $l (@h) {
DMakefile.asm-generic22 $(obj)/%.h:
Dheaders_install.sh8 echo "all compiler.h definitions and #includes, removing any"
DMakefile.build278 $(srctree)/scripts/recordmcount.h
362 $(subst .h,.c,$@) $(subst .c,.h,$@)
364 .PRECIOUS: $(objtree)/$(obj)/%-asn1.c $(objtree)/$(obj)/%-asn1.h
366 $(obj)/%-asn1.c $(obj)/%-asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
Dmkcompile_h17 if [ -r $TARGET -a ! -O include/generated/autoconf.h ]; then
DMakefile.headersinst64 oldheaders := $(patsubst $(installdir)/%,%,$(wildcard $(installdir)/*.h))
DKbuild.include44 # version.h : Makefile
246 # (3) - due to: file1.h file2.h
/scripts/kconfig/
D.gitignore7 *.tab.h
10 gconf.glade.h
DMakefile56 update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h
191 clean-files += zconf.tab.c zconf.lex.c zconf.hash.c gconf.glade.h
245 if [ -f $$d/include/qconfig.h ]; then dir=$$d; break; fi; \
315 $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
319 $(obj)/gconf.glade.h: $(obj)/gconf.glade
DPOTFILES.in11 scripts/kconfig/gconf.glade.h
Dgconf.c496 gint w, h; in on_window1_size_request() local
499 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_window1_size_request()
501 gdk_window_get_size(widget->window, &w, &h); in on_window1_size_request()
503 if (h == old_h) in on_window1_size_request()
505 old_h = h; in on_window1_size_request()
507 gtk_paned_set_position(GTK_PANED(vpaned), 2 * h / 3); in on_window1_size_request()
763 gint w, h; in on_split_clicked() local
766 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_split_clicked()
Dzconf.lex.c_shipped38 #include <stdio.h>
39 #include <string.h>
40 #include <errno.h>
41 #include <stdlib.h>
50 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
54 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
61 #include <inttypes.h>
773 #include <limits.h>
774 #include <stdio.h>
775 #include <stdlib.h>
[all …]
Dzconf.tab.c_shipped83 #include <ctype.h>
84 #include <stdarg.h>
85 #include <stdio.h>
86 #include <stdlib.h>
87 #include <string.h>
88 #include <stdbool.h>
90 #include "lkc.h"
242 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
254 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
297 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
[all …]
/scripts/genksyms/
DMakefile12 $(obj)/lex.lex.o: $(obj)/keywords.hash.c $(obj)/parse.tab.h
14 clean-files := keywords.hash.c lex.lex.c parse.tab.c parse.tab.h
Dgenksyms.c168 unsigned long h = crc32(name) % HASH_BUCKETS; in find_symbol() local
171 for (sym = symtab[h]; sym; sym = sym->hash_next) in find_symbol()
201 unsigned long h; in __add_symbol() local
241 h = crc32(name) % HASH_BUCKETS; in __add_symbol()
242 for (sym = symtab[h]; sym; sym = sym->hash_next) { in __add_symbol()
280 for (psym = &symtab[h]; *psym; psym = &(*psym)->hash_next) { in __add_symbol()
297 sym->hash_next = symtab[h]; in __add_symbol()
298 symtab[h] = sym; in __add_symbol()
D.gitignore4 *.tab.h
Dlex.lex.c_shipped19 #include <stdio.h>
20 #include <string.h>
21 #include <errno.h>
22 #include <stdlib.h>
31 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
35 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
42 #include <inttypes.h>
561 #include <limits.h>
562 #include <stdlib.h>
563 #include <string.h>
[all …]
/scripts/dtc/
DMakefile28 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
31 clean-files := dtc-lexer.lex.c dtc-parser.tab.c dtc-parser.tab.h
D.gitignore4 dtc-parser.tab.h
Ddtc-lexer.lex.c_shipped20 #include <stdio.h>
21 #include <string.h>
22 #include <errno.h>
23 #include <stdlib.h>
32 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
36 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
43 #include <inttypes.h>
636 #include "dtc.h"
637 #include "srcpos.h"
638 #include "dtc-parser.tab.h"
[all …]

12