Home
last modified time | relevance | path

Searched refs:level (Results 1 – 20 of 20) sorted by relevance

/busybox-1.35.0/miscutils/
Dman.c74 static int show_manpage(char *man_filename, int man, int level);
76 static int run_pipe(char *man_filename, int man, int level) in run_pipe() argument
81 if (level > 10) in run_pipe()
139 if (show_manpage(man_filename, man, level + 1)) in run_pipe()
166 static int show_manpage(char *man_filename, int man, int level) in show_manpage() argument
175 if (run_pipe(filename_with_zext, man, level)) in show_manpage()
180 if (run_pipe(filename_with_zext, man, level)) in show_manpage()
185 if (run_pipe(filename_with_zext, man, level)) in show_manpage()
190 if (run_pipe(filename_with_zext, man, level)) in show_manpage()
194 return run_pipe(man_filename, man, level); in show_manpage()
Dcrond.c175 static void crondlog(unsigned level, const char *msg, va_list va) in crondlog() argument
177 if (level >= G.log_level) { in crondlog()
/busybox-1.35.0/util-linux/
Ddmesg.c63 int len, level; in dmesg_main() local
73 opts = getopt32(argv, "cs:+n:+r", &len, &level); in dmesg_main()
75 if (klogctl(8, NULL, (long) level)) in dmesg_main()
/busybox-1.35.0/archival/
Dbzip2.c167 unsigned opt, level; in IF_DESKTOP() local
180 level = 0; in IF_DESKTOP()
182 level++; in IF_DESKTOP()
187 BZ2_bzCompressInit(strm, level); in IF_DESKTOP()
Dlzop.c451 uint8_t level; member
692 wrk_mem, h->level); in lzo_compress()
978 if (h->level == 0) in read_header()
979 h->level = 3; in read_header()
981 if (h->level == 0) in read_header()
982 h->level = 1; in read_header()
984 if (h->level == 0) in read_header()
985 h->level = 9; in read_header()
989 if (h->level < 1 || h->level > 9) in read_header()
1034 smallint level; in lzo_set_method() local
[all …]
/busybox-1.35.0/procps/
Dpstree.c244 dump_tree(PROC *current, int level, int rep, int leaf, int last, int closing) in dump_tree() argument
254 for (lvl = 0; lvl < level; lvl++) { in dump_tree()
259 if (lvl == level - 1) { in dump_tree()
292 ensure_buffer_capacity(level); in dump_tree()
293 G.more[level] = !last; in dump_tree()
295 G.width[level] = comm_len + G.cur_x - offset + add; in dump_tree()
323 dump_tree(walk->child, level + 1, count + 1, in dump_tree()
Dpowertop.c174 int level; in read_cstate_counts() local
194 level = 0; in read_cstate_counts()
200 usage[level] += bb_strtoull(p, NULL, 10) + 1; in read_cstate_counts()
205 duration[level] += bb_strtoull(p, NULL, 10); in read_cstate_counts()
207 if (level >= MAX_CSTATE_COUNT-1) in read_cstate_counts()
209 level++; in read_cstate_counts()
210 if (level > G.maxcstate) /* update maxcstate */ in read_cstate_counts()
211 G.maxcstate = level; in read_cstate_counts()
/busybox-1.35.0/util-linux/volume_id/
Dlinux_raid.c37 uint32_t level; member
/busybox-1.35.0/libbb/
Dxconnect.c19 int FAST_FUNC setsockopt_int(int fd, int level, int optname, int optval) in setsockopt_int() argument
21 return setsockopt(fd, level, optname, &optval, sizeof(int)); in setsockopt_int()
23 int FAST_FUNC setsockopt_1(int fd, int level, int optname) in setsockopt_1() argument
25 return setsockopt_int(fd, level, optname, 1); in setsockopt_1()
/busybox-1.35.0/
DINSTALL31 # exit back to top level menu
34 # exit back to top level menu
DConfig.in24 with common Linux distro, which needs higher level of command-line
210 root-level operations even when run by ordinary users
343 bool "Support LOG_INFO level syslog messages"
349 be logged at the LOG_ERR level, saving just under 200 bytes.
DTODO47 What level should things happen at? How much do we care about
/busybox-1.35.0/docs/
DKconfig-language.txt7 +- Code maturity level options
95 the level indentation, this means it ends at the first line which has
Dembedded-scripts.txt21 assumes that any files in the directory 'embed' at the top level of
Dstyle-guide.txt216 level (because they do not "belong" to block scope, only to whole function).
/busybox-1.35.0/networking/udhcp/
DConfig.src124 int "Maximum verbosity level (0..9)"
/busybox-1.35.0/editors/
Dvi.c2040 int dir, level; in find_pair() local
2048 level = 1; in find_pair()
2054 level++; // increase pair levels in find_pair()
2056 level--; // reduce pair level in find_pair()
2057 if (level == 0) in find_pair()
/busybox-1.35.0/examples/var_service/
DREADME_distro_proposal.txt270 Top-level service monitor program name is not standardized
/busybox-1.35.0/include/
Dlibbb.h725 int setsockopt_int(int fd, int level, int optname, int optval) FAST_FUNC;
726 int setsockopt_1(int fd, int level, int optname) FAST_FUNC;
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped1140 so that they stay on the same level as the state stack.