Searched refs:externs (Results 1 – 25 of 43) sorted by relevance
12
239 externs = []246 externs.append('extern struct ni_device_routes {};'.format(dev_table_name))275 filename=EXTERN_H, externs='\n'.join(externs)))430 externs = []437 externs.append('extern const struct family_route_values {};'.format(fam_table_name))467 filename=EXTERN_H, externs='\n'.join(externs)))
78 externs=83 externs="$externs --extern $dep=$extern"89 echo "$externs"
3 …EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs
4 CFLAGS_Context.o += -Wno-unused-parameter -Wno-nested-externs -Wno-undef
4 …cls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-nested-externs -Wno-undef -Wno-s…
18 -Wmissing-prototypes -Wnested-externs
49 -Wmissing-prototypes -Wnested-externs -Wpointer-arith \
46 -Wmissing-prototypes -Wnested-externs -Wpointer-arith \
15 ….2.12/src/indent.c:1062:5: error: nested extern declaration of 'setlocale' [-Werror=nested-externs]
50 -Wmissing-prototypes -Wnested-externs -Wpointer-arith \
35 warning-2 += -Wnested-externs
44 --Wnested-externs \65 + -Wnested-externs \
31 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
36 warning-2 += -Wnested-externs
66 KBUILD_CFLAGS += -Wnested-externs
35 -Wmissing-declarations -Wnested-externs -pedantic
38 warning-2 += -Wnested-externs
15 telnet/externs.h | 7 +-475 diff --git a/telnet/externs.h b/telnet/externs.h477 --- a/telnet/externs.h478 +++ b/telnet/externs.h488 #error "Please fix externs.h to define _POSIX_VDISABLE"522 #include "externs.h"
34 -Wmissing-prototypes -Wnested-externs -Wpointer-arith \
30 EXTRA_WARNINGS += -Wnested-externs
1# ncurses 6.1 - patch 20191228 - Thomas E. Dickey 2# 3# --- ...