Searched refs:dec (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/shell/hush_test/hush-arith/ |
D | arith2.sub | 1 # ++ and -- are not inc/dec operators on non-variables, they are + + and - - sequences 40 # -- is not a dec operator on non-variable, it is the - - sequence
|
D | arith.tests | 242 # {pre,post}-{inc,dec}rement and associated errors
|
/busybox-1.35.0/shell/ash_test/ash-arith/ |
D | arith2.sub | 1 # ++ and -- are not inc/dec operators on non-variables, they are + + and - - sequences 40 # -- is not a dec operator on non-variable, it is the - - sequence
|
D | arith.tests | 238 # {pre,post}-{inc,dec}rement and associated errors
|
/busybox-1.35.0/scripts/ |
D | objsizes | 12 while read text data bss dec hex filename; do
|
/busybox-1.35.0/networking/libiproute/ |
D | ll_proto.c | 35 __PF(DEC,dec) 103 __PF(DEC,dec)
|
/busybox-1.35.0/procps/ |
D | iostat.c | 150 unsigned long sec, dec; in get_smp_uptime() local 154 if (fscanf(fp, "%lu.%lu", &sec, &dec) != 2) in get_smp_uptime() 159 return (cputime_t)sec * G.clk_tck + dec * G.clk_tck / 100; in get_smp_uptime()
|
D | ps.posix | 99 ID, if it can be obtained and the field width permits, or a dec-
|
/busybox-1.35.0/docs/ |
D | keep_data_small.txt | 68 * text data bss dec hex 220 text data bss dec hex filename
|
/busybox-1.35.0/ |
D | Config.in | 407 | text data bss dec hex filename
|