/coreutils/build-aux/ |
D | gen-single-binary.sh | 46 value=$(echo $l | cut -f 2- -d =) 47 if [ "$value" != " \$(LDADD)" ]; then 52 value=$(echo "$value" | sed "s/'/'\"'\"'/g") 53 eval "$var='$oldvalue "$value"'" 82 echo "${base}_SOURCES = $value" 87 if [ "x$value" != "x" ]; then 88 echo "${base}_ldadd = $value" 94 if [ "x$value" = "x" ]; then 106 if [ "x$value" != "x" ]; then 107 echo "${base}_CFLAGS += $value" [all …]
|
/coreutils/src/ |
D | test.c | 209 bool value; in term() local 238 value = posixtest (nargs); in term() 250 value = binary_operator (true); in term() 252 value = binary_operator (false); in term() 256 value = unary_operator (); in term() 259 value = (argv[pos][0] != '\0'); in term() 263 return negated ^ value; in term() 368 bool value = STREQ (argv[pos], argv[pos + 2]); in binary_operator() local 370 return value; in binary_operator() 375 bool value = !STREQ (argv[pos], argv[pos + 2]); in binary_operator() local [all …]
|
D | set-fields.c | 138 uintmax_t value = 0; /* If nonzero, a number being accumulated. */ in set_fields() local 150 value = 1; in set_fields() 170 if (lhs_specified && !value) in set_fields() 175 initial = (lhs_specified ? value : 1); in set_fields() 176 value = 0; in set_fields() 206 if (value < initial) in set_fields() 209 add_range_pair (initial, value); in set_fields() 211 value = 0; in set_fields() 216 if (value == 0) in set_fields() 221 add_range_pair (value, value); in set_fields() [all …]
|
D | seq.c | 121 long double value; member 151 if (! xstrtold (arg, nullptr, &ret.value, cl_strtold)) in scan_arg() 157 if (isnan (ret.value)) in scan_arg() 178 if (! arg[strcspn (arg, "xX")] && isfinite (ret.value)) in scan_arg() 656 && xstrtold (argv[optind + 1], nullptr, &step.value, cl_strtold) in main() 657 && 0 < step.value && step.value <= SEQ_FAST_STEP_LIMIT)) in main() 668 seq_fast (s1, s2, step.value); in main() 683 if (step.value == 0) in main() 697 && isfinite (first.value) && 0 <= first.value && 0 <= last.value in main() 698 && 0 < step.value && step.value <= SEQ_FAST_STEP_LIMIT in main() [all …]
|
D | readlink.c | 158 char *value = (can_mode != -1 in main() local 161 if (value) in main() 163 fputs (value, stdout); in main() 166 free (value); in main()
|
D | ptx.c | 296 int value; /* value of \nnn escape */ in unescape_string() local 309 value = 0; in unescape_string() 313 value = value * 16 + HEXTOBIN (*string); in unescape_string() 320 *cursor++ = value; in unescape_string() 324 value = 0; in unescape_string() 328 value = value * 8 + OCTTOBIN (*string); in unescape_string() 329 *cursor++ = value; in unescape_string() 544 int value; /* value of comparison */ in compare_words() local 552 value = (folded_chars [to_uchar (first->start[counter])] in compare_words() 554 if (value != 0) in compare_words() [all …]
|
D | numfmt.c | 479 char **endptr, long double *value, bool *negative) in simple_strtod_int() argument 522 if (value) in simple_strtod_int() 523 *value = val; in simple_strtod_int() 545 long double *value, in simple_strtod_float() argument 555 e = simple_strtod_int (input_str, endptr, value, &negative); in simple_strtod_float() 583 if (value) in simple_strtod_float() 586 *value -= val_frac; in simple_strtod_float() 588 *value += val_frac; in simple_strtod_float() 620 char **endptr, long double *value, size_t *precision, in simple_strtod_human() argument 635 simple_strtod_float (input_str, endptr, value, precision); in simple_strtod_human() [all …]
|
D | chroot.c | 107 uintmax_t value; in parse_additional_groups() local 109 if (xstrtoumax (tmp, nullptr, 10, &value, "") == LONGINT_OK in parse_additional_groups() 110 && value <= MAXGID) in parse_additional_groups() 119 value = g->gr_gid; in parse_additional_groups() 128 value = g->gr_gid; in parse_additional_groups() 146 gids[n_gids++] = value; in parse_additional_groups()
|
D | stty.c | 1246 unsigned long int value; in apply_settings() local 1249 mode->c_line = value = integer_arg (settings[k], ULONG_MAX); in apply_settings() 1250 if (mode->c_line != value) in apply_settings() 1697 unsigned long int value; in set_control_char() local 1700 value = integer_arg (arg, TYPE_MAXIMUM (cc_t)); in set_control_char() 1702 value = to_uchar (arg[0]); in set_control_char() 1704 value = _POSIX_VDISABLE; in set_control_char() 1708 value = 127; in set_control_char() 1710 value = to_uchar (arg[1]) & ~0140; /* Non-letters get weird results. */ in set_control_char() 1713 value = integer_arg (arg, TYPE_MAXIMUM (cc_t)); in set_control_char() [all …]
|
D | dd.c | 262 int value; member 1375 int value = 0; in parse_symbols() local 1383 ! (operand_matches (str, entry->symbol, ',') && entry->value); in parse_symbols() 1397 value = entry->value; in parse_symbols() 1399 value |= entry->value; in parse_symbols() 1405 return value; in parse_symbols()
|
D | dircolors.hin | 64 # numerical value, the color is as for the file pointed to.)
|
/coreutils/scripts/build-older-versions/ |
D | coreutils-5.0-on-glibc-2.28.diff | 59 - value = -1 != eaccess (argv[pos - 1], R_OK); 60 + value = -1 != eaccess_FOO (argv[pos - 1], R_OK); 61 return (TRUE == value); 65 - value = -1 != eaccess (argv[pos - 1], W_OK); 66 + value = -1 != eaccess_FOO (argv[pos - 1], W_OK); 67 return (TRUE == value); 71 - value = -1 != eaccess (argv[pos - 1], X_OK); 72 + value = -1 != eaccess_FOO (argv[pos - 1], X_OK); 73 return (TRUE == value);
|
/coreutils/tests/date/ |
D | date-debug.sh | 44 date: warning: adjusting year value 90 to 1990 54 date: timezone: TZ="Asia/Tokyo" environment value 75 date: using specified time as starting value: '02:30:00' 76 date: error: invalid date/time value: 105 date: timezone: TZ="America/Lima" environment value 122 date: input timezone: TZ="UTC0" environment value or -u 148 date: using specified time as starting value: '00:00:00' 174 date: input timezone: TZ="UTC0" environment value or -u 205 date: input timezone: TZ="America/New_York" environment value, dst 216 date: timezone: TZ="America/New_York" environment value [all …]
|
/coreutils/tests/ls/ |
D | getxattr-speedup.sh | 44 ssize_t getxattr (const char *path, const char *name, void *value, size_t size) 46 ssize_t lgetxattr(const char *path, const char *name, void *value, size_t size)
|
/coreutils/tests/csplit/ |
D | csplit-suppress-matched.pl | 179 my ($key, $value) = each %$e; 183 foreach my $output (@$value)
|
/coreutils/gl/modules/ |
D | fadvise | 9 ignore-value
|
/coreutils/man/ |
D | help2man | 760 my $value = join '', 765 unless ($value) 775 $value;
|
/coreutils/tests/printf/ |
D | printf.sh | 117 sed 's/: Invalid.*/: expected a numeric value/' err > k && mv k err
|
/coreutils/doc/ |
D | sort-version.texi | 195 Because the numerical value is used, non-identical strings can compare 231 lexically by ASCII value (rule 2.B). 288 value, and compares it to other values. For example, @samp{8.1}, @samp{8.10} and 338 lexically by ASCII order. The @samp{.} (ASCII value 46) is 339 less than @samp{_} (ASCII value 95) -- and should be listed before it. 344 example, percent sign @samp{%} ASCII value 37, which is less 345 than dot's ASCII value of 46), that file will be listed first: 354 ASCII value 46 is less than @samp{/} with ASCII value 47: 391 @samp{z} having ASCII value of 122, much larger than @samp{%} 392 with ASCII value 37). [all …]
|
D | coreutils.texi | 5 @settitle GNU Coreutils @value{VERSION} 147 This manual documents version @value{VERSION} of the GNU core 165 @subtitle for version @value{VERSION}, @value{UPDATED} 340 * readlink invocation:: Print value of a symlink or canonical file name 842 then the value of the @env{VERSION_CONTROL} 887 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX} 1231 requiring high-value or long-term protection of private data may 1241 arbitrary amount of pseudo-random data given a seed value, using 1502 and a nonzero value indicates failure. 1508 success. Failure is indicated by a nonzero value -- typically [all …]
|
D | perm.texi | 457 The value of @code{umask} can be set using the 458 @code{umask} command. Its default value varies from system to system. 466 As an example, if @code{umask} has the value 2, which removes write
|
/coreutils/ |
D | configure.ac | 117 *) AC_MSG_ERROR([bad value $enableval for single-binary option. 145 *) AC_MSG_ERROR([bad value $enableval for bold-man-page-references. 161 *) AC_MSG_ERROR([bad value $enableval for gcc-warnings option]) ;;
|
D | init.cfg | 191 # Output that value to stdout ... to be used by the caller. 192 # Return 0 in case of success, and a non-Zero value otherwise. 218 # in case the caller does not handle the non-Zero return value.
|
D | NEWS | 397 before adjusting it to the correct value. 499 printf now supports printing the numeric value of multi-byte characters. 676 like ones with '\r' in a field value ("mount -t tmpfs tmpfs /foo$'\r'bar"), 722 rfc822, with their value negated (e.g., "B" was equivalent to UTC-2). 1169 set the maximum returned value. OMP_NUM_THREADS continues to 1170 set the minimum returned value, but is updated to support the 1280 seq no longer accepts 0 value as increment, and now also rejects NaN 1614 corrected as shown in the following table, where A is the ASCII value, W is 1615 the old, wrong EBCDIC value, and E is the new, corrected EBCDIC value; all 1962 seq -w ensures correct alignment when the step value includes a precision [all …]
|