| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/syntax/ |
| H A D | bitbake.vim | 53 syn match bbIdentifier "[a-zA-Z0-9\-_\.\/\+]\+" display contained 54 syn match bbVarDeref "${[a-zA-Z0-9\-_:\.\/\+]\+}" contained 56 syn match bbVarDef "^\(export\s*\)\?\([a-zA-Z0-9\-_\.\/\+][${}a-zA-Z0-9\-_:\.\/\+]*\)\… 61 syn match bbVarFlagDef "^\([a-zA-Z0-9\-_\.]\+\)\(\[[a-zA-Z0-9\-_\.+]\+\]\)\@=" contains=bb… 78 syn match bbFunction "\h[0-9A-Za-z_\-\.]*" display contained contains=bbOEFunctions 88 syn match bbShFuncDef "^\(fakeroot\s*\)\?\([\.0-9A-Za-z_:${}\-\.]\+\)\(python\)\@<!\(\s*(… 96 syn match bbPyFuncDef "^\(fakeroot\s*\)\?\(python\)\(\s\+[0-9A-Za-z_:${}\-\.]\+\)\?\(\s*(… 101 syn region bbPyDefRegion start='^\(def\s\+\)\([0-9A-Za-z_-]\+\)\(\s*(.*)\s*\):\s*$' end='^\(…
|
| /OK3568_Linux_fs/u-boot/tools/scripts/ |
| H A D | define2mk.sed | 4 # It is expected that this script is fed the output of 'gpp -dM' 10 /^#define CONFIG_[A-Za-z0-9_][A-Za-z0-9_]*/ { 21 # Assume strings as default - add quotes around values 24 s/="\([0-9][0-9]*\)"/=\1/; 26 s/="\(-[1-9][0-9]*\)"/=\1/; 28 s/="\(0[Xx][0-9a-fA-F][0-9a-fA-F]*\)"/=\1/; 30 s/="\(CONFIG_[A-Za-z0-9_][A-Za-z0-9_]*\)"/=$(\1)/;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/ |
| H A D | shadow-relaxed-usernames.patch | 12 characters from the portable filename character set [A-Za-z0-9._-]. 14 Upstream-Status: Pending 16 Signed-off-by: Shan Hai <shan.hai@windriver.com> 18 --- 19 libmisc/chkname.c | 30 ++++++++++++++++++------------ 20 man/groupadd.8.xml | 6 ------ 21 man/useradd.8.xml | 8 +------- 22 3 files changed, 19 insertions(+), 25 deletions(-) 24 diff --git a/libmisc/chkname.c b/libmisc/chkname.c 26 --- a/libmisc/chkname.c [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | build-whitelist.sh | 27 git grep CONFIG_SYS_EXTRA_OPTIONS |sed -n \ 30 | sed 's/ *\([A-Za-z0-9_]*\).*/CONFIG_\1/' 33 egrep -vi "(Kconfig:|defconfig:|README|\.py|\.pl:)" \ 35 | sed -n 's/^\(CONFIG_[A-Za-z0-9_]*\).*/\1/p' 39 # Finally, we need a list of the valid Kconfig options to exclude these from 41 cat `find . -name "Kconfig*"` |sed -n \ 42 -e 's/^\s*config *\([A-Za-z0-9_]*\).*$/CONFIG_\1/p' \ 43 -e 's/^\s*menuconfig *\([A-Za-z0-9_]*\).*$/CONFIG_\1/p' \ 47 comm -23 scripts/config_whitelist.txt.tmp1 scripts/config_whitelist.txt.tmp2 \ 52 if [ -r scripts/config_whitelist.txt ]; then [all …]
|
| H A D | check-config.sh | 5 # Check that the u-boot.cfg file provided does not introduce any new 6 # ad-hoc CONFIG options 8 # Use scripts/build-whitelist.sh to generate the list of current ad-hoc 12 # check-config.sh <path to u-boot.cfg> <path to whitelist file> <source dir> 15 # scripts/check-config.sh b/chromebook_link/u-boot.cfg kconfig_whitelist.txt . 30 cat ${path} |sed -n 's/^#define \(CONFIG_[A-Za-z0-9_]*\).*/\1/p' |sort |uniq \ 33 comm -23 ${configs} ${whitelist} > ${suspects} 35 cat `find ${srctree} -name "Kconfig*"` |sed -n \ 36 -e 's/^\s*config *\([A-Za-z0-9_]*\).*$/CONFIG_\1/p' \ 37 -e 's/^\s*menuconfig \([A-Za-z0-9_]*\).*$/CONFIG_\1/p' \ [all …]
|
| H A D | kernel-doc | 1 #!/usr/bin/perl -w 8 ## Copyright (C) 2005-2012 Randy Dunlap ## 17 # 18/01/2001 - Cleanups 20 # -- huggie@earth.li 22 # 27/06/2001 - Allowed whitespace after initial "/**" and 24 # -- Christian Kreibich <ck@whoop.org> 27 # - add perldoc documentation 28 # - Look more closely at some of the scarier bits :) 30 # 26/05/2001 - Support for separate source and object trees. 34 # 23/09/2001 - Added support for typedefs, structs, enums and unions [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | markup_oops.pl | 2 # SPDX-License-Identifier: GPL-2.0-only 22 'cross-compile|c=s' => \$cross_compile, 28 my $kerver = `uname -r`; 49 if ($line =~ /EAX: ([0-9a-f]+) EBX: ([0-9a-f]+) ECX: ([0-9a-f]+) EDX: ([0-9a-f]+)/) { 55 if ($line =~ /ESI: ([0-9a-f]+) EDI: ([0-9a-f]+) EBP: ([0-9a-f]+) ESP: ([0-9a-f]+)/) { 60 if ($line =~ /RAX: ([0-9a-f]+) RBX: ([0-9a-f]+) RCX: ([0-9a-f]+)/) { 65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) { 70 if ($line =~ /RBP: ([0-9a-f]+) R08: ([0-9a-f]+) R09: ([0-9a-f]+)/) { 74 if ($line =~ /R10: ([0-9a-f]+) R11: ([0-9a-f]+) R12: ([0-9a-f]+)/) { 79 if ($line =~ /R13: ([0-9a-f]+) R14: ([0-9a-f]+) R15: ([0-9a-f]+)/) { [all …]
|
| H A D | headers_check.pl | 2 # SPDX-License-Identifier: GPL-2.0 4 # headers_check.pl execute a number of trivial consistency checks 58 $inc =~ s#asm/#asm-$arch/#; 87 if ($line =~ m/[^a-zA-Z0-9_]+CONFIG_([a-zA-Z0-9_]+)[^a-zA-Z0-9_]/) { 95 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) { 148 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/parse_py/ |
| H A D | ConfHandler.py | 4 Reads a .conf file and obtains its metadata 11 # SPDX-License-Identifier: GPL-2.0-only 23 (?P<var>[a-zA-Z0-9\-_+.${}/~:]+?) 24 (\[(?P<flag>[a-zA-Z0-9\-_+.]+)\])? 46 __export_regexp__ = re.compile( r"export\s+([a-zA-Z0-9\-_+.${}/~]+)$" ) 47 __unset_regexp__ = re.compile( r"unset\s+([a-zA-Z0-9\-_+.${}/~]+)$" ) 48 __unset_flag_regexp__ = re.compile( r"unset\s+([a-zA-Z0-9\-_+.${}/~]+)\[([a-zA-Z0-9\-_+.]+)\]$" ) 54 return fn[-5:] == ".conf" 58 error_out: A string indicating the verb (e.g. "include", "inherit") to be 59 used in a ParseError that will be raised if the file to be included could [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | parse-events.l | 3 %option bison-bridge 6 %option bison-locations 16 #include "parse-events.h" 17 #include "parse-events-bison.h" 32 yylval->num = num; in __value() 50 yylval->str = strdup(text); in str() 53 * If a text tag specified on the command line in str() 61 yylval->str = strndup(&text[1], strlen(text) - 2); in str() 84 if ((text[len - 1] == 'c' || text[len - 1] == 'o') && in isbpf_suffix() 85 text[len - 2] == '.') in isbpf_suffix() [all …]
|
| /OK3568_Linux_fs/buildroot/build/ |
| H A D | merge_config.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # merge_config.sh - Takes a list of config fragment values, and merges 10 # http://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-tools/tree/tools/kconf_check 11 # http://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-tools/tree/tools/generate_cfg 13 # Copyright (c) 2009-2010 Wind River Systems, Inc. 17 # Copyright (c) 2022 Jeffy Chen <jeffy.chen@rock-chips.com> 25 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 28 set -e 31 rm -f $TMP_FILE 32 rm -f $TMP_MERGE_FILE [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 21-Avoid-false-positive-matches-from-comment-lines.patch | 3 --- kconfig.orig/merge_config.sh 5 @@ -109,7 +109,8 @@ if [ ! -r "$INITFILE" ]; then 9 -SED_CONFIG_EXP="s/^\(# \)\{0,1\}\(${CONFIG_PREFIX}[a-zA-Z0-9_]*\)[= ].*/\2/p" 10 +SED_CONFIG_EXP1="s/^\(${CONFIG_PREFIX}[a-zA-Z0-9_]*\)=.*/\1/p" 11 +SED_CONFIG_EXP2="s/^# \(${CONFIG_PREFIX}[a-zA-Z0-9_]*\) is not set$/\1/p" 13 TMP_FILE=$(mktemp -t .tmp.config.XXXXXXXXXX) 15 @@ -123,7 +124,7 @@ for MERGE_FILE in $MERGE_LIST ; do 19 - CFG_LIST=$(sed -n "$SED_CONFIG_EXP" $MERGE_FILE) 20 + CFG_LIST=$(sed -n -e "$SED_CONFIG_EXP1" -e "$SED_CONFIG_EXP2" $MERGE_FILE) 23 grep -q -w $CFG $TMP_FILE || continue [all …]
|
| H A D | 20-merge_config.sh-Allow-to-define-config-prefix.patch | 3 --- kconfig.orig/merge_config.sh 5 @@ -34,12 +34,16 @@ usage() { 6 echo " -r list redundant entries when merging fragments" 7 echo " -O dir to put generated output files. Consider setting \$KCONFIG_CONFIG instead." 8 echo " -e colon-separated list of br2-external trees to use (optional)" 18 +CONFIG_PREFIX=${CONFIG_-CONFIG_} 22 @@ -105,7 +109,8 @@ if [ ! -r "$INITFILE" ]; then 26 -SED_CONFIG_EXP="s/^\(# \)\{0,1\}\(CONFIG_[a-zA-Z0-9_]*\)[= ].*/\2/p" 27 +SED_CONFIG_EXP="s/^\(# \)\{0,1\}\(${CONFIG_PREFIX}[a-zA-Z0-9_]*\)[= ].*/\2/p" 29 TMP_FILE=$(mktemp -t .tmp.config.XXXXXXXXXX)
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ |
| H A D | sdksyms.sh | 5 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" 8 #include <xorg-config.h> 24 /* fb/Makefile.am -- module */ 34 /* miext/shadow/Makefile.am -- module */ 51 /* Xext/Makefile.am -- half is module, half is builtin */ 71 /* hw/xfree86/int10/Makefile.am -- module */ 77 /* hw/xfree86/i2c/Makefile.am -- "mostly" modules */ 103 /* hw/xfree86/dri2/Makefile.am -- module */ 110 /* hw/xfree86/vgahw/Makefile.am -- module */ 116 /* hw/xfree86/fbdevhw/Makefile.am -- module */ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/ |
| H A D | 0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch | 1 From 9ca6c6a510bda90954aa2532711200b89dd1df89 Mon Sep 17 00:00:00 2001 5 #if-defined() guards 10 in the "#if defined()" style, which may be needed for non-trivial 19 Signed-off-by: Dave Martin <Dave.Martin@arm.com> 20 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> 22 Upstream-Status: Submitted [https://www.spinics.net/lists/arm-kernel/msg694800.html] 23 --- 27 Index: linux-5.4/scripts/headers_install.sh 29 --- linux-5.4.orig/scripts/headers_install.sh 30 +++ linux-5.4/scripts/headers_install.sh [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/ |
| H A D | configurer.cpp | 23 QStringList list = SystemManager::instance()->getMatch(row, "[#a-zA-Z0-9_]+"); in changConf() 46 QStringList list = SystemManager::instance()->getMatch(row, "[#a-zA-Z0-9_]+"); in changConf() 71 QStringList list = SystemManager::instance()->getMatch(row, "[#a-zA-Z0-9_]+"); in conf()
|
| H A D | m4gwidget.cpp | 22 ui->setupUi(this); in M4gWidget() 33 connect(ui->comboBox, &QComboBox::currentTextChanged, this, [=](){ in initUi() 34 ui->textBrowser->clear(); in initUi() 36 if(m.id == ui->comboBox->currentText()){ in initUi() 44 bool bFindCard =Terminal::execCmd("ifconfig -a").contains(cardName); in initUi() 49 ui->connectBtn->setEnabled(bFindCard); in initUi() 54 ui->comboBox->addItem(m.id); in initUi() 56 ui->connectBtn->setCheckable(true); in initUi() 60 ui->apnEdt->setText(conf.conf("dial_APN")); in initUi() 61 ui->userNameEdt->setText(conf.conf("dial_username")); in initUi() [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | kernel-doc | 1 #!/usr/bin/perl -w 8 ## Copyright (C) 2005-2012 Randy Dunlap ## 17 # 18/01/2001 - Cleanups 20 # -- huggie@earth.li 22 # 27/06/2001 - Allowed whitespace after initial "/**" and 24 # -- Christian Kreibich <ck@whoop.org> 27 # - add perldoc documentation 28 # - Look more closely at some of the scarier bits :) 30 # 26/05/2001 - Support for separate source and object trees. 34 # 23/09/2001 - Added support for typedefs, structs, enums and unions [all …]
|
| H A D | headers_install.sh | 3 if [ $# -lt 2 ] 29 trap 'rm -f "$OUTDIR/$FILE" "$OUTDIR/$FILE.sed"' EXIT 33 sed -r \ 34 -e 's/([ \t(])(__user|__force|__iomem)[ \t]/\1/g' \ 35 -e 's/__attribute_const__([ \t]|$)/\1/g' \ 36 -e 's@^#include <linux/compiler.h>@@' \ 37 -e 's/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g' \ 38 -e 's/(^|[ \t(])(inline|asm|volatile)([ \t(]|$)/\1__\2__\3/g' \ 39 -e 's@#(ifndef|define|endif[ \t]*/[*])[ \t]*_UAPI@#\1 @' \ 41 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \ [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | kernel-doc | 1 #!/usr/bin/perl -w 8 ## Copyright (C) 2005-2012 Randy Dunlap ## 17 # 18/01/2001 - Cleanups 20 # -- huggie@earth.li 22 # 27/06/2001 - Allowed whitespace after initial "/**" and 24 # -- Christian Kreibich <ck@whoop.org> 27 # - add perldoc documentation 28 # - Look more closely at some of the scarier bits :) 30 # 26/05/2001 - Support for separate source and object trees. 34 # 23/09/2001 - Added support for typedefs, structs, enums and unions [all …]
|
| H A D | headers_install.sh | 3 if [ $# -lt 2 ] 29 trap 'rm -f "$OUTDIR/$FILE" "$OUTDIR/$FILE.sed"' EXIT 33 sed -r \ 34 -e 's/([ \t(])(__user|__force|__iomem)[ \t]/\1/g' \ 35 -e 's/__attribute_const__([ \t]|$)/\1/g' \ 36 -e 's@^#include <linux/compiler.h>@@' \ 37 -e 's/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g' \ 38 -e 's/(^|[ \t(])(inline|asm|volatile)([ \t(]|$)/\1__\2__\3/g' \ 39 -e 's@#(ifndef|define|endif[ \t]*/[*])[ \t]*_UAPI@#\1 @' \ 41 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | safe-ctype.h | 3 Copyright (C) 2000-2020 Free Software Foundation, Inc. 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 You should have received a copy of the GNU Library General Public 19 not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, 20 Boston, MA 02110-1301, USA. */ 22 /* This is a compatible replacement of the standard C library's <ctype.h> 25 - Implements all isxxx() macros required by C99. 26 - Also implements some character classes useful when 27 parsing C-like languages. 28 - Does not change behavior depending on the current locale. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | safe-ctype.h | 3 Copyright (C) 2000-2020 Free Software Foundation, Inc. 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 You should have received a copy of the GNU Library General Public 19 not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, 20 Boston, MA 02110-1301, USA. */ 22 /* This is a compatible replacement of the standard C library's <ctype.h> 25 - Implements all isxxx() macros required by C99. 26 - Also implements some character classes useful when 27 parsing C-like languages. 28 - Does not change behavior depending on the current locale. [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | headers_install.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 if [ $# -lt 2 ] 30 trap 'rm -f "$OUTDIR/$FILE" "$OUTDIR/$FILE.sed"' EXIT 34 sed -E \ 35 -e 's/([[:space:](])(__user|__force|__iomem)[[:space:]]/\1/g' \ 36 -e 's/__attribute_const__([[:space:]]|$)/\1/g' \ 37 -e 's@^#include <linux/compiler(|_types).h>@@' \ 38 -e 's/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g' \ 39 -e 's/(^|[[:space:](])(inline|asm|volatile)([[:space:](]|$)/\1__\2__\3/g' \ 40 -e 's@#(ifndef|define|endif[[:space:]]*/[*])[[:space:]]*_UAPI@#\1 @' \ [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | headers_install.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 if [ $# -lt 2 ] 30 trap 'rm -f "$OUTDIR/$FILE" "$OUTDIR/$FILE.sed"' EXIT 34 sed -E \ 35 -e 's/([[:space:](])(__user|__force|__iomem)[[:space:]]/\1/g' \ 36 -e 's/__attribute_const__([[:space:]]|$)/\1/g' \ 37 -e 's@^#include <linux/compiler(|_types).h>@@' \ 38 -e 's/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g' \ 39 -e 's/(^|[[:space:](])(inline|asm|volatile)([[:space:](]|$)/\1__\2__\3/g' \ 40 -e 's@#(ifndef|define|endif[[:space:]]*/[*])[[:space:]]*_UAPI@#\1 @' \ [all …]
|