Searched refs:N (Results 1 – 9 of 9) sorted by relevance
/scripts/ |
D | gcc-ld | 11 -save-temps|-m32|-m64) N="$1" ;; 12 -r) N="$1" ;; 13 -[Wg]*) N="$1" ;; 14 -[olv]|-[Ofd]*|-nostdlib) N="$1" ;; 16 N="-Wl,$1" ;; 21 A="$1" ; shift ; N="-Wl,$A,$1" ;; 22 -[m]*) N="$1" ;; 23 -*) N="-Wl,$1" ;; 24 *) N="$1" ;; 26 ARGS="$ARGS $N"
|
/scripts/kconfig/tests/choice/ |
D | oldask0_expected_stdout | 6 optional boolean choice [N/y/?] (NEW) 8 choice 0 (TRI_CHOICE0) [N/m/?] (NEW) 9 choice 1 (TRI_CHOICE1) [N/m/?] (NEW) 10 optional tristate choice [N/m/y/?] (NEW)
|
D | oldask1_expected_stdout | 1 Enable loadable module support (MODULES) [N/y/?] 15 optional tristate choice [N/y/?]
|
/scripts/dtc/ |
D | srcpos.h | 68 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument 70 if (N) { \ 73 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 74 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 75 (Current).file = YYRHSLOC(Rhs, N).file; \
|
/scripts/kconfig/tests/auto_submenu/ |
D | expected_stdout | 3 A1_0 (A0_0) [N/y/?] (NEW) 9 B (B) [N/y/?] (NEW) 10 C (C) [N/y/?] (NEW)
|
/scripts/kconfig/tests/new_choice_with_dep/ |
D | expected_stdout | 1 A (A) [N/y/?] (NEW) y
|
/scripts/gcc-plugins/ |
D | Kconfig | 35 M = E - N + 2P 39 N = the number of nodes
|
D | gcc-common.h | 410 #define BASIC_BLOCK_FOR_FN(FN, N) BASIC_BLOCK_FOR_FUNCTION((FN), (N)) argument
|
/scripts/coccinelle/api/ |
D | stream_open.cocci | 82 // XXX add support for file_operations xxx[N] = ... (sound/core/pcm_native.c)
|