| /buildroot/support/kconfig/ |
| A D | zconf.y | 47 %token <id>T_MENU 55 %token <id>T_HELP 57 %token <id>T_IF 58 %token <id>T_ENDIF 62 %token <id>T_TYPE 65 %token <id>T_IMPLY 69 %token <id>T_ON 72 %token T_UNEQUAL 73 %token T_LESS 75 %token T_GREATER [all …]
|
| A D | zconf.l | 109 return id->token; 144 return id->token;
|
| A D | lkc.h | 66 int token; member 109 void menu_add_option(int token, char *arg);
|
| A D | zconf.tab.c_shipped | 821 /* Error token number */ 1295 /* Lookahead token as an internal (translated) token number. */ 1423 YYDPRINTF ((stderr, "Reading a token: ")); 1457 /* Shift the lookahead token. */ 1460 /* Discard the shifted token. */ 2111 token. */ 2172 /* Shift the error token. */ 2269 static const char *zconf_tokenname(int token) 2271 switch (token) { 2281 return "<token>"; [all …]
|
| A D | menu.c | 198 void menu_add_option(int token, char *arg) in menu_add_option() argument 200 switch (token) { in menu_add_option()
|
| A D | zconf.lex.c_shipped | 1133 return id->token; 1216 return id->token; 1518 } /* end of scanning one token */ 1774 * token and flags that we need to 1775 * try matching the token before 2224 /** Get the length of the current token. 2232 /** Get the current token.
|
| /buildroot/package/rabbitmq-c/ |
| A D | 0001-Add-option-to-read-username-password-from-file.patch | 54 + char token[MAXAUTHTOKENLEN]; 63 + if (fgets(token, MAXAUTHTOKENLEN, fp) == NULL || 64 + strncmp(token, USERNAMEPREFIX, strlen(USERNAMEPREFIX))) { 67 + strncpy(amqp_username, &token[strlen(USERNAMEPREFIX)], MAXAUTHTOKENLEN); 68 + /* Missing newline means token was cut off */ 76 + if (fgets(token, MAXAUTHTOKENLEN, fp) == NULL || 77 + strncmp(token, PASSWORDPREFIX, strlen(PASSWORDPREFIX))) { 80 + strncpy(amqp_password, &token[strlen(PASSWORDPREFIX)], MAXAUTHTOKENLEN); 81 + /* Missing newline means token was cut off */
|
| /buildroot/package/cryptsetup/ |
| A D | cryptsetup.mk | 47 CRYPTSETUP_CONF_OPTS += --enable-ssh-token 49 CRYPTSETUP_CONF_OPTS += --disable-ssh-token 66 --disable-ssh-token \
|
| /buildroot/package/odb/ |
| A D | 0005-Fix-bug-in-GCC-6-input_location-translation.patch | 16 @@ -106,7 +106,15 @@ next (string& token, tree* node)
|
| A D | 0010-Add-initial-support-for-GCC-9.patch | 72 @@ -267,10 +284,14 @@ next (string& token, tree* node) 73 token.clear ();
|
| A D | 0006-Adapt-to-changes-in-GCC-8.patch | 20 @@ -93,7 +93,13 @@ next (string& token, tree* node) 35 @@ -281,7 +287,13 @@ next (string& token, tree* node)
|
| A D | 0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch | 34 …token.hxx diagnostics.hxx emitter.hxx features.hxx gcc-fwd.hxx gcc.hxx generate.hxx generator.hxx …
|
| /buildroot/package/pkcs11-helper/ |
| A D | Config.in | 9 same time, enumerating available token certificates, or
|
| /buildroot/package/libpthsem/ |
| A D | 0002-acinclude.m4-fix-build-with-autoconf-2.72.patch | 9 …for stack setup via makecontext... ./configure: line 15863: syntax error near unexpected token `;;'
|
| /buildroot/package/exim/ |
| A D | 0005-sieve-fix-build-errors.patch | 15 .../sysroot/usr/include/arpa/nameser.h:475:31: error: expected ')' before '*' token
|
| /buildroot/package/mender-connect/ |
| A D | Config.in | 23 Mender Client passes over DBus the authorization token which
|
| /buildroot/package/vlc/ |
| A D | 0004-Fix-build-error-using-uClibc-by-adding-sys-types.h.patch | 11 …include/vlc/libvlc_media.h:313:18: error: expected declaration specifiers or '...' before '*' token
|
| /buildroot/package/refpolicy/2.20231002/ |
| A D | 0001-policy-modules-services-smartmon.te-make-fstools-opt.patch | 12 …policy/modules/services/smartmon.te:146:ERROR 'type fsadm_exec_t is not within scope' at token ';'…
|
| /buildroot/package/mender/ |
| A D | readme.txt | 88 need a tenant token. 90 To get your tenant token: 102 "TenantToken": "<paste tenant token here>"
|
| /buildroot/package/gdb/12.1/ |
| A D | 0004-gdbserver-fix-build-for-m68k.patch | 21 [...]usr/include/sys/reg.h:99:1: error: expected declaration before « } » token
|
| /buildroot/package/gdb/13.2/ |
| A D | 0004-gdbserver-fix-build-for-m68k.patch | 21 [...]usr/include/sys/reg.h:99:1: error: expected declaration before « } » token
|
| /buildroot/package/gdb/14.1/ |
| A D | 0004-gdbserver-fix-build-for-m68k.patch | 21 [...]usr/include/sys/reg.h:99:1: error: expected declaration before « } » token
|
| /buildroot/package/scrub/ |
| A D | 0001-configure-ac-make-sure-m4-macros-are-included-in-the-build.patch | 17 If this token and others are legitimate, please use m4_pattern_allow.
|
| /buildroot/package/xenomai/3.0.10/ |
| A D | 0001-lib-boilerplate-iniparser-Allow-building-with-GCC-10-2-2020101.patch | 96 /** Invalid key token */
|
| /buildroot/ |
| A D | CHANGES | 11227 #7172: Name collision of rpath token expansion and internal..
|