/busybox-1.35.0/modutils/ |
D | modinfo.c | 51 int flag = option_mask32 >> 1; /* shift out -0 bit */ in display() local 52 if (flag & (flag-1)) { in display()
|
/busybox-1.35.0/docs/ |
D | smallint.txt | 20 (a) flag variables 21 (a1) global flag variables - make data/bss smaller 22 (a2) local flag variables - "a = 5", "a |= 0x40" are smaller
|
D | logging_and_backgrounding.txt | 32 if no -f and no -i and no -w (-i is "inetd service" flag, 33 -w is "inetd-wait service" flag) 35 httpd - auto-backgrounds unless -f or -i (-i is "inetd service" flag) 39 telnetd - auto-backgrounds unless -f or -i (-i is "inetd service" flag)
|
D | new-applet-HOWTO.txt | 179 line ([-abcde]) and a detailed description of each flag should go in the 180 mu_full_usage section, one flag per line.
|
D | Serial-Programming-HOWTO.txt | 117 flag set, the open() will return immediately regardless of the status 120 The fcntl(2) command can be used to change the O_NONBLOCK flag anytime 128 signal is received. It is still subject to state of the ICANON flag.
|
/busybox-1.35.0/shell/ |
D | ash_remove_unnecessary_code_in_backquote_expansion.patch | 7 > ("[EVAL] Remove unused EV_BACKCMD flag"). 98 @@ -6445,7 +6439,6 @@ expbackq(union node *cmd, int flag) 105 int syntax = flag & EXP_QUOTED ? DQSYNTAX : BASESYNTAX; 106 @@ -6457,24 +6450,12 @@ expbackq(union node *cmd, int flag) 115 - memtodest(p, i, syntax, flag & QUOTES_ESC); 130 + memtodest(buf, i, syntax, flag & QUOTES_ESC);
|
D | ash.c | 3408 int flag; member 3450 if (check && ap && (ap->flag & ALIASINUSE)) in lookupalias() 3460 if (ap->flag & ALIASINUSE) { in freealias() 3461 ap->flag |= ALIASDEAD; in freealias() 3481 if (!(ap->flag & ALIASINUSE)) { in setalias() 3485 ap->flag &= ~ALIASDEAD; in setalias() 6253 #define rmescapes(str, flag, slash_position) \ argument 6254 rmescapes(str, flag) 6257 rmescapes(char *str, int flag, int *slash_position) in rmescapes() argument 6272 if (flag & RMESCAPE_ALLOC) { in rmescapes() [all …]
|
D | hush.c | 2466 static void set_pwd_var(unsigned flag) in set_pwd_var() argument 2468 set_local_var(xasprintf("PWD=%s", get_cwd(/*force:*/ 1)), flag); in set_pwd_var() 3932 uint32_t flag; member 4019 if (r->flag == 0) { /* '!' */ in reserved_word() 4027 if (r->flag & FLAG_START) { in reserved_word() 4047 ctx->old_flag = r->flag; in reserved_word()
|
/busybox-1.35.0/networking/ |
D | vconfig.c | 64 unsigned int flag; /* Matches vlan_dev_info flags */ member 144 ifr.u.flag = xatou_range(p, 0, 1); in vconfig_main()
|
D | httpd.c | 697 static int parse_conf(const char *path, int flag) in parse_conf() argument 712 if (flag != SUBDIR_PARSE) { in parse_conf() 723 if (flag == SUBDIR_PARSE || filename == NULL) { in parse_conf() 729 if (flag >= SUBDIR_PARSE) { /* SUBDIR or TRY_CURDIR */ in parse_conf() 733 if (flag == FIRST_PARSE) { in parse_conf() 740 flag = TRY_CURDIR_PARSE; in parse_conf() 746 if (flag != SUBDIR_PARSE) in parse_conf() 808 if (flag == FIRST_PARSE && ch == 'H') { in parse_conf() 854 if (flag == FIRST_PARSE && ch == 'E') { in parse_conf() 876 if (flag == FIRST_PARSE && ch == 'P') { in parse_conf()
|
D | wget.c | 317 static void progress_meter(int flag) in progress_meter() argument 328 if (flag == PROGRESS_START) in progress_meter() 337 if (flag == PROGRESS_END) { in progress_meter() 345 static ALWAYS_INLINE void progress_meter(int flag UNUSED_PARAM) {} in progress_meter()
|
/busybox-1.35.0/coreutils/ |
D | sort.c | 498 int flag; in sort_main() local 509 flag = 1 << (idx - OPT_STR); in sort_main() 510 if (flag & ~FLAG_allowed_for_k) in sort_main() 513 if (i && flag == FLAG_b) in sort_main() 514 flag = FLAG_bb; in sort_main() 515 key->flags |= flag; in sort_main()
|
/busybox-1.35.0/util-linux/ |
D | nsenter.c | 58 int flag; /* value passed to setns() */ member 219 if (setns(ns_ctx->fd, ns->flag)) { in nsenter_main()
|
D | unshare.c | 93 int flag; member 261 unsflags |= ns->flag; in unshare_main()
|
D | fbset.c | 252 static void ss(uint32_t *x, uint32_t flag, char *buf, const char *what) in ss() argument 255 *x &= ~flag; in ss() 257 *x |= flag; in ss()
|
/busybox-1.35.0/miscutils/ |
D | setserial.c | 541 static void print_flag(const char **prefix, const char *flag) in print_flag() argument 543 printf("%s%s", *prefix, flag); in print_flag()
|
D | devfsd.c | 298 static int get_uid_gid(int flag, const char *string); 1140 static int get_uid_gid(int flag, const char *string) in get_uid_gid() argument 1154 if (flag == UID && (pw_ent = getpwnam(string)) != NULL) in get_uid_gid() 1160 if (flag == GID) { in get_uid_gid()
|
D | hdparm.c | 1650 static void print_flag(int flag, const char *s, unsigned long value) argument 1652 if (flag) 2085 static void parse_xfermode(int flag, smallint *get, smallint *set, int *value) argument 2087 if (flag) {
|
/busybox-1.35.0/libbb/ |
D | getopt32.c | 426 if (l_o->flag)
|
/busybox-1.35.0/archival/ |
D | gzip.c | 1637 uch flag = 0; /* current flags */ in compress_block() local 1643 flag = G2.flag_buf[fx++]; in compress_block() 1645 if ((flag & 1) == 0) { in compress_block() 1669 flag >>= 1; in compress_block()
|
D | dpkg.c | 718 unsigned flag = get_status(status_node_num, 2); in set_status() local 727 flag = new_value_num; in set_status() 736 …new_status = xasprintf("%s %s %s", name_hashtable[want], name_hashtable[flag], name_hashtable[stat… in set_status()
|
/busybox-1.35.0/scripts/ |
D | Kbuild.include | 72 # Usage: flag := $(call cc-option-yn, -march=winchip-c6)
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 1730 * EOF (zconfwrap()) processing, but the only time this flag
|