Home
last modified time | relevance | path

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

/buildroot/support/kconfig/
A Dzconf.y47 %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 Dzconf.l109 return id->token;
144 return id->token;
A Dlkc.h66 int token; member
109 void menu_add_option(int token, char *arg);
A Dzconf.tab.c_shipped821 /* 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 Dmenu.c198 void menu_add_option(int token, char *arg) in menu_add_option() argument
200 switch (token) { in menu_add_option()
A Dzconf.lex.c_shipped1133 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 D0001-Add-option-to-read-username-password-from-file.patch54 + 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 Dcryptsetup.mk47 CRYPTSETUP_CONF_OPTS += --enable-ssh-token
49 CRYPTSETUP_CONF_OPTS += --disable-ssh-token
66 --disable-ssh-token \
/buildroot/package/odb/
A D0005-Fix-bug-in-GCC-6-input_location-translation.patch16 @@ -106,7 +106,15 @@ next (string& token, tree* node)
A D0010-Add-initial-support-for-GCC-9.patch72 @@ -267,10 +284,14 @@ next (string& token, tree* node)
73 token.clear ();
A D0006-Adapt-to-changes-in-GCC-8.patch20 @@ -93,7 +93,13 @@ next (string& token, tree* node)
35 @@ -281,7 +287,13 @@ next (string& token, tree* node)
A D0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch34token.hxx diagnostics.hxx emitter.hxx features.hxx gcc-fwd.hxx gcc.hxx generate.hxx generator.hxx …
/buildroot/package/pkcs11-helper/
A DConfig.in9 same time, enumerating available token certificates, or
/buildroot/package/libpthsem/
A D0002-acinclude.m4-fix-build-with-autoconf-2.72.patch9 …for stack setup via makecontext... ./configure: line 15863: syntax error near unexpected token `;;'
/buildroot/package/exim/
A D0005-sieve-fix-build-errors.patch15 .../sysroot/usr/include/arpa/nameser.h:475:31: error: expected ')' before '*' token
/buildroot/package/mender-connect/
A DConfig.in23 Mender Client passes over DBus the authorization token which
/buildroot/package/vlc/
A D0004-Fix-build-error-using-uClibc-by-adding-sys-types.h.patch11 …include/vlc/libvlc_media.h:313:18: error: expected declaration specifiers or '...' before '*' token
/buildroot/package/refpolicy/2.20231002/
A D0001-policy-modules-services-smartmon.te-make-fstools-opt.patch12 …policy/modules/services/smartmon.te:146:ERROR 'type fsadm_exec_t is not within scope' at token ';'…
/buildroot/package/mender/
A Dreadme.txt88 need a tenant token.
90 To get your tenant token:
102 "TenantToken": "<paste tenant token here>"
/buildroot/package/gdb/12.1/
A D0004-gdbserver-fix-build-for-m68k.patch21 [...]usr/include/sys/reg.h:99:1: error: expected declaration before « } » token
/buildroot/package/gdb/13.2/
A D0004-gdbserver-fix-build-for-m68k.patch21 [...]usr/include/sys/reg.h:99:1: error: expected declaration before « } » token
/buildroot/package/gdb/14.1/
A D0004-gdbserver-fix-build-for-m68k.patch21 [...]usr/include/sys/reg.h:99:1: error: expected declaration before « } » token
/buildroot/package/scrub/
A D0001-configure-ac-make-sure-m4-macros-are-included-in-the-build.patch17 If this token and others are legitimate, please use m4_pattern_allow.
/buildroot/package/xenomai/3.0.10/
A D0001-lib-boilerplate-iniparser-Allow-building-with-GCC-10-2-2020101.patch96 /** Invalid key token */
/buildroot/
A DCHANGES11227 #7172: Name collision of rpath token expansion and internal..

Completed in 80 milliseconds