Home
last modified time | relevance | path

Searched refs:def (Results 1 – 25 of 30) sorted by relevance

12

/busybox-1.35.0/scripts/kconfig/
Dconf.c69 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/
Dexport.right4 export aaa4='def'"'''"
5 export aaa5="'''"'abc'"'''"'def'"'''"
Dexport.tests4 export aaa4="def'''"
5 export aaa5="'''abc'''def'''"
/busybox-1.35.0/shell/hush_test/hush-read/
Dread_REPLY.right1 test 1: | abc1 def |
3 test 3: |abc3 def|
/busybox-1.35.0/shell/ash_test/ash-read/
Dread_REPLY.right1 test 1: | abc1 def |
3 test 3: |abc3 def|
/busybox-1.35.0/shell/hush_test/hush-quoting/
Ddollar_repl_slash_bash2.right1 \/a\/bc\/def\/file
Ddollar_repl_slash_bash2.tests1 var="/a/bc/def/file"
Ddollar_squote_bash1.right5 def
/busybox-1.35.0/shell/ash_test/ash-quoting/
Ddollar_repl_slash_bash2.right1 \/a\/bc\/def\/file
Ddollar_repl_slash_bash2.tests1 var="/a/bc/def/file"
Ddollar_squote_bash1.right5 def
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c36 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/
Dtail-n-works2 $ECHO -ne "def\n123\n" >logfile.ok
Dtail-works4 $ECHO -ne "def\n123\n" >logfile.ok
/busybox-1.35.0/shell/hush_test/hush-heredoc/
Dheredoc.right18 def ghi
Dheredoc.tests67 def ghi
/busybox-1.35.0/shell/ash_test/ash-heredoc/
Dheredoc.right17 def ghi
Dheredoc.tests67 def ghi
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_nested.tests11 while getopts "abc" var -a -bc -abc -def -a; do
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_nested.tests11 while getopts "abc" var -a -bc -abc -def -a; do
/busybox-1.35.0/util-linux/
Dfsck_minix.c354 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()
Dfdisk_osf.c636 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/
Darith.right92 def
/busybox-1.35.0/shell/ash_test/ash-arith/
Darith.right90 def
/busybox-1.35.0/networking/udhcp/
Ddhcpd.c395 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()

12