Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l87 "/*" { BEGIN COMMENT; /* Enter comment eating state */ }
93 <COMMENT>"*"+"/" { BEGIN INITIAL; }
97 BEGIN CEXPR;
105 BEGIN INITIAL;
137 BEGIN STRING;
261 BEGIN INCLUDE;
266 <INCLUDE>[>] { BEGIN INITIAL; return yytext[0]; }
269 BEGIN INITIAL;
286 BEGIN MACRODEF;
299 BEGIN MACROBODY;
[all …]
H A Daicasm_macro_scan.l102 BEGIN INITIAL;
139 BEGIN ARGLIST;
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.l225 BEGIN(config);
227 BEGIN(event);
245 BEGIN(INITIAL);
253 BEGIN(INITIAL);
259 BEGIN(INITIAL);
268 "]" { BEGIN(config); return ']'; }
301 "/" { BEGIN(INITIAL); return '/'; }
304 "[" { BEGIN(array); return '['; }
320 . { unput(*yytext); BEGIN(INITIAL); }
325 <<EOF>> { BEGIN(INITIAL); }
[all …]
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.l92 BEGIN(COMMAND);
97 BEGIN(COMMAND);
104 BEGIN(PARAM);
117 BEGIN(INITIAL);
137 BEGIN(STRING);
139 \n BEGIN(INITIAL); return T_EOL;
155 BEGIN(INITIAL);
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.l93 BEGIN(COMMAND);
98 BEGIN(COMMAND);
105 BEGIN(PARAM);
118 BEGIN(INITIAL);
139 BEGIN(STRING);
141 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
157 BEGIN(INITIAL);
H A Dzconf.lex.c
/OK3568_Linux_fs/buildroot/docs/website/
H A D.htaccess1 # BEGIN Compress text files
9 # BEGIN Expire headers
27 # BEGIN Cache-Control Headers
44 # BEGIN Turn ETags Off
51 # BEGIN gzip
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc-lexer.l129 BEGIN(PROPNODENAME);
136 BEGIN(PROPNODENAME);
143 BEGIN(PROPNODENAME);
253 BEGIN(BYTESTRING);
258 BEGIN(PROPNODENAME);
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.l144 BEGIN(PROPNODENAME);
151 BEGIN(PROPNODENAME);
261 BEGIN(BYTESTRING);
266 BEGIN(PROPNODENAME);
H A Ddtc-lexer.lex.c
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A DXWin.rc46 BEGIN
64 BEGIN
78 BEGIN
92 BEGIN
94 BEGIN
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/buildroot/package/mender/
H A Dserver.crt1 -----BEGIN CERTIFICATE-----
12 -----BEGIN CERTIFICATE-----
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/avahi/files/
H A Dinitscript.patch10 +### BEGIN INIT INFO
32 +### BEGIN INIT INFO
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-certifi/
H A DCVE-2022-23491.patch37 ------BEGIN CERTIFICATE-----
75 ------BEGIN CERTIFICATE-----
122 ------BEGIN CERTIFICATE-----
155 ------BEGIN CERTIFICATE-----
199 ------BEGIN CERTIFICATE-----
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlexer.l143 BEGIN(STRING);
165 \n { BEGIN(INITIAL); return T_EOL; }
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/
H A Dssh_host_ed25519_key1 -----BEGIN OPENSSH PRIVATE KEY-----
H A Dssh_host_ecdsa_key1 -----BEGIN OPENSSH PRIVATE KEY-----
/OK3568_Linux_fs/kernel/lib/raid6/
H A Dunroll.awk8 BEGIN {
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnutls/gnutls/
H A DCVE-2022-2509.patch97 + "-----BEGIN CERTIFICATE-----\n"
118 + "-----BEGIN CERTIFICATE-----\n"
139 + "-----BEGIN CERTIFICATE-----\n"
160 + "-----BEGIN PKCS7-----\n"
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Dchkobjdump.awk5 BEGIN {
/OK3568_Linux_fs/external/security/rk_tee_user/v2/cert/
H A Dmid.crt1 -----BEGIN CERTIFICATE-----
H A Dmy.csr1 -----BEGIN CERTIFICATE REQUEST-----
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dmodeline2c.awk35 BEGIN {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/
H A Dtest.pl-adjust-for-ptest.patch25 -BEGIN {print "1..5\n";}
27 +BEGIN {print "Start testing for libauthen-radius-perl\n";}

12345