Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 13 of 13) sorted by relevance

/busybox-1.35.0/examples/shutdown-1.0/script/
Dstop_storage59 while read dev mntpoint fstype opt n1 n2; do
62 say "$dev $mntpoint $fstype $opt $n1 $n2"
67 say "$dev $mntpoint $fstype $opt $n1 $n2 - RW!"
70 say "$dev $mntpoint $fstype $opt $n1 $n2"
/busybox-1.35.0/examples/var_service/dhcpd_if/
Dw_dumpleases3 watch -n1 'dumpleases -af udhcpd.leases'
Dw_dumpleases_countdown3 watch -n1 'dumpleases -f udhcpd.leases'
/busybox-1.35.0/scripts/
Dcleanup_printf2puts8 grep -lr 'printf\([^%%]*\\n"\)' . | grep '.[ch]$' | xargs -n1 \
Dfind_stray_empty_lines12 tail -n1 $file | while read lastline
Dgenerate_BUFSIZ.sh127 TAIL_SIZE=`head -n1 -- "$common_bufsiz_h.1k.OK"`
Dtrylink130 LDLIBS=`echo "$LDLIBS" | xargs -n1 | sort | uniq | xargs`
/busybox-1.35.0/modutils/
Ddepmod_process.sh16 echo "$rest" | xargs -n1 | sort | xargs
/busybox-1.35.0/archival/libarchive/bz/
Dhuffman.c111 int32_t nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local
144 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP1(heap, weight, nHeap); in BZ2_hbMakeCodeLengths()
147 parent[n1] = parent[n2] = nNodes; in BZ2_hbMakeCodeLengths()
148 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]); in BZ2_hbMakeCodeLengths()
/busybox-1.35.0/miscutils/
Dcrond.c226 int n1 = -1; in ParseField() local
238 n1 = 0; /* everything will be filled */ in ParseField()
244 if (n1 < 0) { in ParseField()
245 n1 = strtol(ptr, &endp, 10) + off; in ParseField()
258 if (n1 < 0) { in ParseField()
259 n1 = i / 3; in ParseField()
283 n2 = n1; in ParseField()
299 --n1; in ParseField()
301 n1 = (n1 + 1) % modvalue; in ParseField()
304 ary[n1 % modvalue] = 1; in ParseField()
[all …]
Dbc.c5450 BcNum *n1, *n2; in zxc_program_op() local
5452 s = zxc_program_binOpPrep(&opd1, &n1, &opd2, &n2, false); in zxc_program_op()
5457 …IF_ERROR_RETURN_POSSIBLE(s =) zxc_program_ops[inst - XC_INST_POWER](n1, n2, &res.d.n, G.prog.scale… in zxc_program_op()
5817 BcNum *n1, *n2; in zxc_program_logical() local
5820 s = zxc_program_binOpPrep(&opd1, &n1, &opd2, &n2, false); in zxc_program_logical()
5826 cond = bc_num_cmp(n1, &G.prog.zero) && bc_num_cmp(n2, &G.prog.zero); in zxc_program_logical()
5828 cond = bc_num_cmp(n1, &G.prog.zero) || bc_num_cmp(n2, &G.prog.zero); in zxc_program_logical()
5830 cond = bc_num_cmp(n1, n2); in zxc_program_logical()
6347 BcNum *n1, *n2; in zdc_program_divmod() local
6349 s = zxc_program_binOpPrep(&opd1, &n1, &opd2, &n2, false); in zdc_program_divmod()
[all …]
/busybox-1.35.0/
Dmake_single_applets.sh81 tail -n1 busybox_make_${app}.log
/busybox-1.35.0/shell/
Dash.c11752 union node *n1, *n2, *n3; in list() local
11755 n1 = NULL; in list()
11762 return n1; in list()
11765 if (!n1 && !chknl) in list()
11766 n1 = NODE_EOF; in list()
11771 return n1; in list()
11776 return n1; in list()
11794 if (n1 == NULL) { in list()
11795 n1 = n2; in list()
11799 n3->nbinary.ch1 = n1; in list()
[all …]