/busybox-1.35.0/scripts/kconfig/ |
D | conf.c | 69 static void conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() argument 82 printf("%s\n", def); in conf_askvalue() 132 printf("%s\n", def); in conf_askvalue() 139 printf("%s\n", def); in conf_askvalue() 149 printf("%s\n", def); in conf_askvalue() 159 printf("%s\n", def); in conf_askvalue() 216 const char *def; in conf_string() local 221 def = sym_get_string_value(sym); in conf_string() 223 printf("[%s] ", def); in conf_string() 224 conf_askvalue(sym, def); in conf_string() [all …]
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | export.right | 4 export aaa4='def'"'''" 5 export aaa5="'''"'abc'"'''"'def'"'''"
|
D | export.tests | 4 export aaa4="def'''" 5 export aaa5="'''abc'''def'''"
|
/busybox-1.35.0/shell/hush_test/hush-read/ |
D | read_REPLY.right | 1 test 1: | abc1 def | 3 test 3: |abc3 def|
|
/busybox-1.35.0/shell/ash_test/ash-read/ |
D | read_REPLY.right | 1 test 1: | abc1 def | 3 test 3: |abc3 def|
|
/busybox-1.35.0/shell/hush_test/hush-quoting/ |
D | dollar_repl_slash_bash2.right | 1 \/a\/bc\/def\/file
|
D | dollar_repl_slash_bash2.tests | 1 var="/a/bc/def/file"
|
D | dollar_squote_bash1.right | 5 def
|
/busybox-1.35.0/shell/ash_test/ash-quoting/ |
D | dollar_repl_slash_bash2.right | 1 \/a\/bc\/def\/file
|
D | dollar_repl_slash_bash2.tests | 1 var="/a/bc/def/file"
|
D | dollar_squote_bash1.right | 5 def
|
/busybox-1.35.0/libpwdgrp/ |
D | pwd_grp.c | 36 char def[7 + 2*ENABLE_USE_BB_SHADOW]; member 43 char def[7 + 2*ENABLE_USE_BB_SHADOW]; member 253 const char *def = db->def; in convert_to_struct() local 262 if ((*def | 0x20) == 's') { /* s or S */ in convert_to_struct() 264 if (!buffer[0] && (*def == 'S')) { in convert_to_struct() 268 if (*def == 'I') { in convert_to_struct() 272 if (*def == 'l') { in convert_to_struct() 279 if (*def == 'm') { in convert_to_struct() 304 def++; in convert_to_struct() 305 if ((unsigned char)*def <= (unsigned char)' ') in convert_to_struct()
|
/busybox-1.35.0/testsuite/tail/ |
D | tail-n-works | 2 $ECHO -ne "def\n123\n" >logfile.ok
|
D | tail-works | 4 $ECHO -ne "def\n123\n" >logfile.ok
|
/busybox-1.35.0/shell/hush_test/hush-heredoc/ |
D | heredoc.right | 18 def ghi
|
D | heredoc.tests | 67 def ghi
|
/busybox-1.35.0/shell/ash_test/ash-heredoc/ |
D | heredoc.right | 17 def ghi
|
D | heredoc.tests | 67 def ghi
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_nested.tests | 11 while getopts "abc" var -a -bc -abc -def -a; do
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_nested.tests | 11 while getopts "abc" var -a -bc -abc -def -a; do
|
/busybox-1.35.0/util-linux/ |
D | fsck_minix.c | 354 static int ask(const char *string, int def) in ask() argument 365 if (!def) in ask() 367 return def; in ask() 369 printf(def ? "%s (y/n)? " : "%s (n/y)? ", string); in ask() 374 if (!def) in ask() 376 return def; in ask() 382 def = 1; in ask() 386 def = 0; in ask() 390 if (def) in ask() 396 return def; in ask()
|
D | fdisk_osf.c | 636 edit_int(int def, const char *mesg) in edit_int() argument 638 mesg = xasprintf("%s (%u): ", mesg, def); in edit_int() 643 def = atoi(line_ptr); in edit_int() 646 return def; in edit_int()
|
/busybox-1.35.0/shell/hush_test/hush-arith/ |
D | arith.right | 92 def
|
/busybox-1.35.0/shell/ash_test/ash-arith/ |
D | arith.right | 90 def
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpd.c | 395 const char *def; member 434 keywords[i].handler(keywords[i].def, (char*)&server_data + keywords[i].ofs); in read_config() 444 k->handler(k->def, (char*)&server_data + k->ofs); in read_config()
|