Home
last modified time | relevance | path

Searched refs:top (Results 1 – 23 of 23) sorted by relevance

/busybox-1.35.0/libbb/
Dxfuncs.c183 off_t bottom = 0, top = 0, pos; in fdlength() local
198 pos = bottom + (top - bottom) / 2; in fdlength()
203 if (bottom == top) bottom = top = (top+1) * 2; in fdlength()
208 if (bottom == top) { in fdlength()
209 if (!top) return 0; in fdlength()
210 bottom = top/2; in fdlength()
212 else top = pos; in fdlength()
214 } while (bottom + 1 != top); in fdlength()
/busybox-1.35.0/procps/
DConfig.src12 This option makes top and ps ~20% faster (or 20% less CPU hungry),
16 bool "Support thread display in ps/pstree/top"
21 and 'h' command in top.
Dtop.c161 top_status_t *top; member
200 #define top (G.top ) macro
373 cur = top + n; in do_stats()
690 s = top + G_scroll_ofs;
732 free(top);
733 top = NULL;
771 #define topmem ((topmem_status_t*)top)
1203 top = xrealloc_vector(top, 6, ntop++);
1204 top[n].pid = p->pid;
1205 top[n].ppid = p->ppid;
[all …]
/busybox-1.35.0/examples/shutdown-1.0/script/
Dstop_tasks70 top -bn1
/busybox-1.35.0/
DTODO_unicode13 top - need to sanitize process args
DINSTALL31 # exit back to top level menu
34 # exit back to top level menu
DAUTHORS117 top;
DNOFORK_NOEXEC.lst379 top - interactive, longterm
DConfig.in299 problems in chroot jails without mounted /proc and with ps/top
/busybox-1.35.0/networking/
Dtls_pstm.c572 register pstm_digit *top, *bottom; in pstm_lshd() local
579 top = a->dp + a->used - 1; in pstm_lshd()
588 *top-- = *bottom--; in pstm_lshd()
592 top = a->dp; in pstm_lshd()
594 *top++ = 0; in pstm_lshd()
2046 top:
2126 goto top;
2209 top:
2273 goto top;
/busybox-1.35.0/docs/
Dunicode.txt61 top, ps
Dnew-applet-HOWTO.txt17 First, write your applet. Be sure to include copyright information at the top,
186 Finally add the applet declaration snippet. Be sure to read the top of
Dembedded-scripts.txt21 assumes that any files in the directory 'embed' at the top level of
Dstyle-guide.txt363 Instead, put your ifdefs at the top of your .c file (or in a header), and
675 basically it boils down to two things: at the top of the .c file, have this
687 And a code block similar to the following near the top of your applet_main()
Dbusybox_footer.pod182 ports: ash, crond, fdisk, inetd, stty, traceroute, top;
Dcontributing.txt61 others. To find the maintainer of an applet, look at the top of the .c file
/busybox-1.35.0/editors/
Dsed1line.txt55 sed 's/\x0D$//' # gsed 3.02.80, but top script is easier
266 # deletes all blank lines from top and end of file (emulates "cat -s")
267 sed '/./,/^$/!d' # method 1, allows 0 blanks at top, 1 at EOF
268 sed '/^$/N;/\n$/D' # method 2, allows 1 blank at top, 0 at EOF
273 # delete all leading blank lines at top of file
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped244 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
252 * Returns the top of the stack, or NULL.
1871 /* Only push if top exists. Otherwise, replace top. */
1881 /** Removes and deletes the top of the stack, if present.
1882 * The next element becomes the new top.
Dzconf.tab.c_shipped805 yy_stack_print (short int *bottom, short int *top)
808 yy_stack_print (bottom, top)
810 short int *top;
814 for (/* Nothing. */; bottom <= top; ++bottom)
/busybox-1.35.0/miscutils/
Dbc.c3860 BcLexType top; in zbc_parse_rightParen() local
3864 top = BC_PARSE_TOP_OP(p); in zbc_parse_rightParen()
3866 while (top != BC_LEX_LPAREN) { in zbc_parse_rightParen()
3867 xc_parse_push(BC_TOKEN_2_INST(top)); in zbc_parse_rightParen()
3870 *nexs -= (top != BC_LEX_OP_BOOL_NOT && top != XC_LEX_NEG); in zbc_parse_rightParen()
3874 top = BC_PARSE_TOP_OP(p); in zbc_parse_rightParen()
4979 BcLexType top = BC_PARSE_TOP_OP(p); in zbc_parse_expr() local
4980 assign = (top >= BC_LEX_OP_ASSIGN_POWER && top <= BC_LEX_OP_ASSIGN); in zbc_parse_expr()
4982 if (top == BC_LEX_LPAREN || top == BC_LEX_RPAREN) in zbc_parse_expr()
4985 xc_parse_push(BC_TOKEN_2_INST(top)); in zbc_parse_expr()
[all …]
/busybox-1.35.0/shell/
DConfig.src136 without mounted /proc, and ps/top may show command name as 'exe'
Dash.c9851 struct localvar_list *top; in pushlocalvars() local
9853 top = localvar_stack; in pushlocalvars()
9860 ll->next = top; in pushlocalvars()
9864 return top; in pushlocalvars()
13231 top: in readtoken()
13276 goto top; in readtoken()
13489 cmdloop(int top) in cmdloop() argument
13497 TRACE(("cmdloop(%d) called\n", top)); in cmdloop()
13507 if (iflag && top) { in cmdloop()
13517 if (!top || numeof >= 50) in cmdloop()
/busybox-1.35.0/archival/
Dgzip.c1305 #define PQREMOVE(tree, top) \ argument
1307 top = G2.heap[SMALLEST]; \