Searched defs:val (Results 1 – 15 of 15) sorted by relevance
/coreutils/src/ |
D | numfmt.c | 340 absld (long double val) in absld() 350 expld (long double val, int base, int /*output */ *x) in expld() 370 simple_round_ceiling (long double val) in simple_round_ceiling() 381 simple_round_floor (long double val) in simple_round_floor() 389 simple_round_from_zero (long double val) in simple_round_from_zero() 397 simple_round_to_zero (long double val) in simple_round_to_zero() 405 simple_round_nearest (long double val) in simple_round_nearest() 412 simple_round (long double val, enum round_type t) in simple_round() 483 long double val = 0; in simple_strtod_int() local 737 double_to_human (long double val, int precision, in double_to_human() [all …]
|
D | test.c | 63 # define test_exit(val) exit (val) argument 64 # define test_main_return(val) return val argument 68 # define test_exit(val) test_error_return = val, longjmp (test_exit_buf, 1) argument 69 # define test_main_return(val) test_exit (val) argument
|
D | uname.c | 173 char const *val = getenv (envvar); in print_element_env() local
|
D | join.c | 843 intmax_t val; in string_to_join_field() local 914 set_join_field (ptrdiff_t *var, idx_t val) in set_join_field() 1030 long int val; in main() local
|
D | csplit.c | 1068 uintmax_t val; in parse_repeat_count() local 1147 uintmax_t val; in parse_patterns() local
|
D | basenc.c | 749 int_fast64_t val = quad[0]; in z85_encode() local 866 int_fast64_t val = Z85_LO_CTX_TO_32BIT_VAL (ctx); in z85_decode_ctx() local
|
D | cp.c | 908 enum File_attribute val; in decode_preserve_arg() local
|
D | expr.c | 878 bool val = false; in eval2() local
|
D | stty.c | 1204 int val = ! reversed; in apply_settings() local
|
D | od.c | 599 simple_strtoi (char const *s, char const **p, int *val) in simple_strtoi()
|
D | stat.c | 1434 uint64_t *val; in get_birthtime() local
|
D | dd.c | 1493 char const *val = strchr (name, '='); in scanargs() local
|
D | sort.c | 228 int val; member 4159 parse_field_count (char const *string, size_t *val, char const *msgid) in parse_field_count()
|
D | ls.c | 1878 uintmax_t val; in decode_line_length() local
|
/coreutils/gl/lib/ |
D | randperm.c | 85 size_t val; member
|