Searched refs:up (Results 1 – 25 of 65) sorted by relevance
123
/busybox-1.35.0/scripts/ |
D | bloat-o-meter | 93 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 variable 111 up += sz 116 if d>0: grow, up = grow+1, up+d 135 % (add, remove, grow, shrink, up, -down, up-down)
|
/busybox-1.35.0/shell/hush_test/hush-z_slow/ |
D | leak_all1.right | 1 Warm up
|
D | leak_all2.right | 1 Warm up
|
D | leak_empty_tick.right | 1 Warm up
|
D | leak_heredoc1.right | 1 Warm up
|
D | leak_var2.right | 1 Warm up
|
D | leak_var3.right | 1 Warm up
|
D | leak_empty_tick.tests | 1 echo "Warm up"
|
D | leak_heredoc1.tests | 1 echo "Warm up"
|
D | leak_var3.tests | 3 echo "Warm up"
|
D | leak_var2.tests | 1 echo "Warm up"
|
/busybox-1.35.0/examples/var_service/ntpd/ |
D | run | 18 test -f /var/run/service/fw/up || exec sleep $net_down_delay 57 date '+%Y-%m-%d %H:%M:%S %Z' >rundir/up
|
/busybox-1.35.0/libbb/ |
D | README | 5 the very oldest stuff ended up without their original copyright and licensing 7 that you wrote that is mis-attributed, do let me know so we can fix that up.
|
/busybox-1.35.0/examples/var_service/supplicant_if/ |
D | run | 12 ip link set dev "$if" up || exec sleep 5
|
/busybox-1.35.0/examples/var_service/zcip_if/ |
D | run | 11 ip link set dev "$if" up || exec sleep 5
|
/busybox-1.35.0/examples/var_service/ifplugd_if/ |
D | run | 12 ip link set dev "$if" up || exec sleep 5
|
/busybox-1.35.0/examples/var_service/dhcpd_if/ |
D | run | 11 ip link set dev $if up || exec sleep 5
|
/busybox-1.35.0/examples/var_service/dhcp_if/ |
D | run | 11 ip link set dev "$if" up || exec sleep 5
|
/busybox-1.35.0/console-tools/ |
D | loadfont.c | 203 struct unipair *up; in do_loadtable() local 209 up = xmalloc(maxct * sizeof(*up)); in do_loadtable() 251 up[ct].unicode = unicode; in do_loadtable() 252 up[ct].fontpos = glyph; in do_loadtable() 265 ud.entries = up; in do_loadtable()
|
/busybox-1.35.0/networking/ |
D | traceroute.c | 697 const struct udphdr *up; in packet4_ok() local 713 up = (struct udphdr *)((char *)hip + hlen); in packet4_ok() 721 && up->dest == htons(port + seq) in packet4_ok() 724 && up->uh_dport == htons(port + seq) in packet4_ok() 776 struct udphdr *up; in packet6_ok() local 780 up = (struct udphdr *) (hip + 1); in packet6_ok() 784 nexthdr = *(unsigned char*)up; in packet6_ok() 785 up++; in packet6_ok() 790 pkt = (struct outdata6_t *) (up + 1); in packet6_ok()
|
/busybox-1.35.0/util-linux/ |
D | last_fancy.c | 249 struct utmpx *up = (struct utmpx *)el->data; in last_main() local 251 if (strncmp(up->ut_line, ut.ut_line, __UT_LINESIZE) == 0) { in last_main() 253 show_entry(&ut, NORMAL, up->ut_tv.tv_sec); in last_main()
|
/busybox-1.35.0/examples/bootfloppy/ |
D | quickstart.txt | 15 5) Boot up on the floppy.
|
/busybox-1.35.0/examples/udhcp/ |
D | simple.script | 22 ip link set dev $interface up
|
/busybox-1.35.0/ |
D | TODO_unicode | 31 last - just line up columns
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 156 /* Undo effects of setting up zconftext. */ \ 162 YY_DO_BEFORE_ACTION; /* set up zconftext again */ \ 232 * possible backing-up. 274 * instead of setting up a fresh zconfin. A bit of a hack ... 668 * corresponding action - sets up zconftext. 863 /* Amount of stuff to slurp up with each read. */ 928 * have been set up. 1144 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */ 1146 YY_DO_BEFORE_ACTION; /* set up zconftext again */ 1162 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */ [all …]
|
123