Home
last modified time | relevance | path

Searched refs:re (Results 1 – 16 of 16) sorted by relevance

/busybox-1.35.0/scripts/
Dcheckstack.pl41 my (@stack, $re, $dre, $x, $xs, $funcre);
55 $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o;
59 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o;
64 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%(e|r)sp$/o;
68 $re = qr/.*[[:space:]]LINK[[:space:]]*(0x$x{1,8})/o;
71 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o;
75 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o;
78 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o;
81 $re = qr/.*addiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o;
84 $re = qr/.*addi.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o;
[all …]
/busybox-1.35.0/shell/hush_test/hush-signals/
Dexit.tests10 # it can not be "re-armed" like this:
25 # it can not be "re-armed" like this:
/busybox-1.35.0/editors/
Dawk.c183 regex_t *re; member
197 regex_t re[2]; member
1316 static void mk_re_node(const char *s, node *n, regex_t *re) in mk_re_node() argument
1319 n->l.re = re; in mk_re_node()
1320 n->r.ire = re + 1; in mk_re_node()
1321 xregcomp(re, s, REG_EXTENDED); in mk_re_node()
1322 xregcomp(re + 1, s, REG_EXTENDED | REG_ICASE); in mk_re_node()
1845 regex_t *re, *ire; in mk_splitter() local
1848 re = &spl->re[0]; in mk_splitter()
1849 ire = &spl->re[1]; in mk_splitter()
[all …]
/busybox-1.35.0/
DTODO26 figure out which of our apps are compliant, and what we're missing that
80 diffutils as well, but we're not there yet.)
128 And while we're at it, a new patch filename quoting format is apparently
161 allocation on the stack or the heap. Unfortunately, we're not using it much.
166 And while we're at it, many of the CONFIG_FEATURE_CLEAN_UP #ifdefs will be
197 like valgrind happy. It's also documentation of _what_ we're trusting
218 Move __get_hz() to a better place and (re)use it in route.c, ash.c
DREADME173 you're into that sort of thing, start small (selecting just a few applets)
/busybox-1.35.0/examples/var_service/
DREADME19 starting and stopping the important process on request, and re-starting
107 It saves new config data to /var/run/service/fw/dhcp_if.ipconf and (re)starts
127 and have your IP properly re-negotiated at once.
159 This even works while fw service runs: if dhcp signals fw to (re)start
160 while fw runs, fw will not stop after its execution, but will re-execute once,
DREADME_distro_proposal.txt222 and it needs to (re)start DHCP service for this network device.
/busybox-1.35.0/docs/
Dcontributing.txt40 you're the first to discover a problem, post a message and let the rest of us
74 Busybox can always use improvement! If you're looking for ways to help, there
152 format (more on this below), but we're a little more lenient when it comes to
233 sure you're in the busybox/ directory and type:
268 - Try several different permutations and combinations of the features you're
349 you're doing, then it's two (or more) voices instead of one that can petition
436 you're having difficulty following some of the steps outlined in this
Dmdev.txt42 (assuming you're running out of flash). Then you want to [5] create the
111 The command is executed via the system() function (which means you're giving a
Dembedded-scripts.txt12 to be provided by BusyBox you'll need to ensure they're enabled too.
Dstyle-guide.txt206 /* otherwise, we're just kidding ourselves, so re-frob the input */
298 example, if you're changing the name of something in, say utility.c, you
442 that ain't the world we're living in.
/busybox-1.35.0/scripts/kconfig/
Dsymbol.c725 regex_t re; in sym_re_search() local
731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
737 if (regexec(&re, sym->name, 0, NULL, 0)) in sym_re_search()
752 regfree(&re); in sym_re_search()
Dlex.zconf.c_shipped204 * if we're using stdio for input, then we want to use getc()
210 /* Whether we're considered to be at the beginning of a line.
1292 /* We're scanning a new file or input source. It's
1321 /* Okay, we're now positioned to make the NUL
2022 * away when we're done.
Dqconf.cc982 QRegExp re("[<>&\"\\n]"); in print_filter() local
984 for (int i = 0; (i = res.find(re, i)) >= 0;) { in print_filter()
/busybox-1.35.0/shell/
DConfig.src132 This is implemented by re-execing /proc/self/exe (typically)
DREADME.job5 open /dev/tty [, if fails, open ttyname(0)]; close /* helps re-establish ctty */