Searched refs:mark (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/networking/libiproute/ |
D | iprule.c | 123 uint32_t mark = 0, mask = 0; in print_rule() local 126 mark = *(uint32_t*)RTA_DATA(tb[FRA_FWMARK]); in print_rule() 130 printf("fwmark %#x/%#x ", mark, mask); in print_rule() 132 printf("fwmark %#x ", mark); in print_rule()
|
/busybox-1.35.0/docs/ |
D | syslog.conf.txt | 13 "mark" facility is NOT supported.
|
D | unicode_UTF-8-test.txt | 28 question mark, or a similar symbol. It might be a good idea to 38 equivalent signal), and (3) the following quotation mark after an
|
/busybox-1.35.0/editors/ |
D | vi.c | 398 char *mark[28]; // user marks points somewhere in text[]- a-z and previous context '' member 517 #define mark (G.mark ) macro 1444 mark[27] = mark[26]; // move cur to prev in check_context() 1445 mark[26] = dot; // move local to cur in check_context() 1456 if (text <= mark[27] && mark[27] <= end - 1) { in swap_context() 1457 tmp = mark[27]; in swap_context() 1458 mark[27] = p; in swap_context() 1459 mark[26] = p = tmp; in swap_context() 1507 for (i = 0; i < ARRAY_SIZE(mark); i++) in text_hole_make() 1508 if (mark[i]) in text_hole_make() [all …]
|
D | sed1line.txt | 363 to quote the exclamation mark (!) with the backslash (i.e., \!) to
|
/busybox-1.35.0/shell/ |
D | hush_doc.txt | 72 Note how "THEN" and "DO" does not just mark the first pipe,
|
D | ash.c | 1673 pushstackmark(struct stackmark *mark, size_t len) in pushstackmark() argument 1675 mark->stackp = g_stackp; in pushstackmark() 1676 mark->stacknxt = g_stacknxt; in pushstackmark() 1677 mark->stacknleft = g_stacknleft; in pushstackmark() 1682 setstackmark(struct stackmark *mark) in setstackmark() argument 1684 pushstackmark(mark, g_stacknxt == g_stackp->space && g_stackp != &stackbase); in setstackmark() 1688 popstackmark(struct stackmark *mark) in popstackmark() argument 1692 if (!mark->stackp) in popstackmark() 1696 while (g_stackp != mark->stackp) { in popstackmark() 1701 g_stacknxt = mark->stacknxt; in popstackmark() [all …]
|
D | README.job | 46 mark 255 CLOEXEC
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 229 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
|