Searched refs:re (Results 1 - 9 of 9) sorted by relevance

/openwrt/scripts/
H A Ddl_cleanup.py14 import re namespace
92 (re.compile(r"(.+)[-_](\d+)\.(\d+)\.(\d+)\.(\d+)"), parseVer_1234), # xxx-1.2.3.4
93 (re.compile(r"(.+)[-_](\d\d\d\d)-?(\d\d)-?(\d\d)"), parseVer_ymd), # xxx-YYYY-MM-DD
94 (re.compile(r"(.+)[-_]([0-9a-fA-F]{40,40})"), parseVer_GIT), # xxx-GIT_SHASUM
95 (re.compile(r"(.+)[-_](\d+)\.(\d+)\.(\d+)(\w?)"), parseVer_123), # xxx-1.2.3a
96 (re.compile(r"(.+)[-_](\d+)_(\d+)_(\d+)"), parseVer_123), # xxx-1_2_3
97 (re.compile(r"(.+)[-_](\d+)\.(\d+)(\w?)"), parseVer_12), # xxx-1.2a
98 (re.compile(r"(.+)[-_]r?(\d+)"), parseVer_r), # xxx-r1111
102 ("linux", re.compile(r"linux-\d.*")),
103 ("gcc", re
[all...]
/openwrt/package/libs/libmnl/
H A DMakefile39 This library aims to provide simple helpers that allows you to re-use code
40 and to avoid re-inventing the wheel. The main features of this library are:
51 * Easy to re-use: you can use the library to build your own abstraction layer
/openwrt/package/utils/usbreset/
H A DMakefile25 useful for debugging or to force re-detection of particular
/openwrt/include/
H A Dverbose.mk57 SUBMAKE=cmd() { $(SILENT) $(MAKE) -s $$* < /dev/null || { echo "make $$*: build failed. Please re-run make with -j1 V=s to see what's going on"; false; } } 8>&1 9>&2; cmd
H A Dtoplevel.mk201 printf "$(_R)Build failed - please re-run with -j1 to see the real error message$(_N)\n" >&2; \
207 # update all feeds, re-create index files, install symlinks
212 # re-create index files, install symlinks
/openwrt/scripts/config/
H A Dsymbol.c998 regex_t re; local
1005 if (regcomp(&re, pattern, REG_EXTENDED|REG_ICASE))
1011 if (regexec(&re, sym->name, 1, match, 0))
1041 regfree(&re);
/openwrt/package/kernel/linux/modules/
H A Dblock.mk232 # All the "=n" are unnecessary, they're only there
/openwrt/docs/
H A Dbuild.tex127 screen, through this menu you can select which platform you're targeting, which versions of
513 If you're just having trouble getting your package to compile, there's a few
/openwrt/package/network/services/ead/src/tinysrp/
H A Dconfigure241 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
430 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
2138 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)

Completed in 52 milliseconds