Home
last modified time | relevance | path

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

123

/buildroot/support/download/
A Dhg25 n) basename="${OPTARG}";;
46 _hg clone ${quiet} "${@}" --noupdate "'${uri}'" "'${basename}'"
48 _plain_hg archive ${quiet} --repository "'${basename}'" --type tgz \
49 --prefix "'${basename}'" --rev "'${cset}'" \
A Dsvn35 n) basename="${OPTARG}";;
59 _svn export --ignore-keywords ${quiet} ${externals} "${@}" "'${uri}@${rev}'" "'${basename}'"
89 mk_tar_gz "${basename}" "${basename}" "${date}" "${output}"
A Dcvs27 n) basename="${OPTARG}";;
69 co "${@}" -d "'${basename}'" ${select} "'${rev}'" -P "'${rawname}'"
71 ${TAR} czf "${output}" "${basename}"
A Dbzr26 n) basename="${OPTARG}";;
63 _bzr export ${quiet} --root="'${basename}/'" --format=tgz \
/buildroot/package/mraa/
A D0002-mraa-Use-posix-basename.patch4 Subject: [PATCH] mraa: Use posix basename
8 declaration is flagged as error. Use posix basename and make a copy of
9 string to operate on to emulate GNU basename behaviour.
37 - if (fnmatch(IIO_DEVICE_WILDCARD, basename(path), 0) == 0) {
39 + if (fnmatch(IIO_DEVICE_WILDCARD, basename(tmp), 0) == 0) {
/buildroot/package/ibrcommon/
A D0001-ibrcommon-data-File.cpp-support-POSIX-basename-call.patch4 Subject: [PATCH] ibrcommon/data/File.cpp: support POSIX basename call
6 Firstly, and somewhat strangely, musl chooses not to provide a basename(3)
12 char* basename(char*) and this is the only version supported by musl.
18 const char* basename(const char*). This extension is not present on musl
22 before calling basename. If not, use the fallback already provided for
23 other platforms whereby basename() is called on a temporary copy.
50 return std::string(basename(_path.c_str()));
/buildroot/package/kmod/
A D0002-Use-portable-implementation-for-basename-API.patch4 Subject: [PATCH] Use portable implementation for basename API
6 musl has removed the non-prototype declaration of basename from
9 Implement GNU basename behavior using strchr which is portable across libcs
12 ../git/tools/kmod.c:71:19: error: call to undeclared function 'basename'; ISO C99 and later do not …
13 71 | "Commands:\n", basename(argv[0]));
41 - name = basename(path);
57 - modname = basename(path);
95 - "Options:\n", basename(progname));
108 - name = basename(dir);
121 - "Commands:\n", basename(argv[0]));
[all …]
/buildroot/support/testing/tests/core/
A Dpost-build.sh12 ) > ${BUILD_DIR}/$(basename "${0}" .sh).log
A Dpost-fakeroot.sh12 ) > ${BUILD_DIR}/$(basename "${0}" .sh).log
A Dpost-image.sh12 ) > ${BUILD_DIR}/$(basename "${0}" .sh).log
/buildroot/toolchain/
A Dtoolchain-wrapper.c246 char *basename; in main() local
268 basename = strrchr(progpath, '/'); in main()
269 if (basename) { in main()
270 *basename = '\0'; in main()
271 basename++; in main()
280 basename = progpath; in main()
303 …intf(path, sizeof(path), "%s/" BR_CROSS_PATH_REL "/%s" BR_CROSS_PATH_SUFFIX, absbasedir, basename); in main()
305 ret = snprintf(path, sizeof(path), BR_CROSS_PATH_ABS "/%s" BR_CROSS_PATH_SUFFIX, basename); in main()
307 ret = snprintf(path, sizeof(path), "%s/bin/%s" BR_CROSS_PATH_SUFFIX, absbasedir, basename); in main()
/buildroot/support/testing/tests/package/
A Dtest_python_pytest.py17 cmd = self.interpreter + " -m pytest " + os.path.basename(script)
A Dtest_python_pytest_asyncio.py18 cmd = self.interpreter + " -m pytest " + os.path.basename(script)
A Dtest_python_unittest_xml_reporting.py18 cmd = "%s %s" % (self.interpreter, os.path.basename(self.sample_scripts[0]))
A Dtest_python_paho_mqtt.py20 cmd = "%s %s" % (self.interpreter, os.path.basename(self.sample_scripts[0]))
A Dtest_python_uvloop.py19 cmd = "%s %s" % (self.interpreter, os.path.basename(self.sample_scripts[0]))
A Dtest_python_flask.py19 …cmd = "FLASK_APP=%s %s -m flask run > /dev/null 2>&1 &" % (os.path.basename(self.sample_scripts[0]…
A Dtest_python_flask_expects_json.py29 …cmd = "FLASK_APP=%s %s -m flask run > /dev/null 2>&1 &" % (os.path.basename(self.sample_scripts[0]…
A Dtest_python.py123 scripts = [os.path.basename(s) for s in self.sample_scripts]
131 cmd = self.interpreter + " " + os.path.basename(script)
/buildroot/package/sound-theme-borealis/
A Dsound-theme-borealis.mk14 …$(INSTALL) -D -m 0644 $$f $(TARGET_DIR)/usr/share/sounds/borealis/stereo/`basename $$f` || exit 1;…
/buildroot/package/google-breakpad/
A Dgen-syms.sh27 filename=$(basename "${FILE}");
/buildroot/utils/checkpackagelib/
A Dlib_sysv.py48 … self.name = os.path.basename(self.name) # to be used in after() to check the expected filename
69 if not expected_filename.match(os.path.basename(self.filename)):
/buildroot/package/python-babel/
A Dpython-babel.mk21 i_base=`basename "$$i" .dat`; \
/buildroot/package/vpnc/
A D0002-Makefile-allow-to-override-the-version.patch30 @@ -57,7 +57,7 @@ OBJS = $(addsuffix .o,$(basename $(SRCS)))
31 CRYPTO_OBJS = $(addsuffix .o,$(basename $(CRYPTO_SRCS)))
/buildroot/fs/cpio/
A Dcpio.mk56 $(error No two dracut modules can have the same basename, check your BR2_TARGET_ROOTFS_CPIO_DRACUT_…
66 $(error No two dracut config files can have the same basename, check your BR2_TARGET_ROOTFS_CPIO_DR…

Completed in 39 milliseconds

123