Searched refs:operand (Results 1 – 8 of 8) sorted by relevance
/coreutils/src/ |
D | operand2sig.c | 35 operand2sig (char const *operand, char *signame) in operand2sig() argument 39 if (ISDIGIT (*operand)) in operand2sig() 53 long int l = (errno = 0, strtol (operand, &endp, 10)); in operand2sig() 55 signum = (operand == endp || *endp || errno || i != l ? -1 : i); in operand2sig() 69 char *upcased = xstrdup (operand); in operand2sig() 87 error (0, 0, _("%s: invalid signal"), quote (operand)); in operand2sig()
|
D | shuf.c | 113 input_from_argv (char **operand, int n_operands, char eolbyte) in input_from_argv() argument 120 size += strlen (operand[i]); in input_from_argv() 125 char *p1 = stpcpy (p, operand[i]); in input_from_argv() 126 operand[i] = p; in input_from_argv() 131 operand[n_operands] = p; in input_from_argv() 385 char **operand; in main() local 485 operand = argv + optind; in main() 495 error (0, 0, _("extra operand %s"), quote (operand[!input_range])); in main() 507 input_from_argv (operand, n_operands, eolbyte); in main() 509 line = operand; in main() [all …]
|
D | seq.c | 118 struct operand struct 133 typedef struct operand operand; typedef 146 static operand 149 operand ret; in scan_arg() 363 get_default_format (operand first, operand step, operand last) in get_default_format() 565 operand first = { 1, 1, 0 }; in main() 566 operand step = { 1, 1, 0 }; in main() 567 operand last; in main()
|
D | operand2sig.h | 18 extern int operand2sig (char const *operand, char *signame)
|
D | dd.c | 1476 operand_is (char const *operand, char const *name) in operand_is() argument 1478 return operand_matches (operand, name, '='); in operand_is()
|
/coreutils/tests/mv/ |
D | diag.sh | 38 mv: missing file operand 40 mv: missing destination file operand after 'no-file'
|
/coreutils/ |
D | NEWS | 768 'base64 a b' now correctly diagnoses 'b' as the extra operand, not 'a'. 1496 shuf -i with a single redundant operand, would crash instead of issuing 1560 tee does not treat the file operand '-' as meaning standard output any longer, 4170 operand is given, and standard input is any FIFO; formerly it did 4354 With no operand, 'tail -f' now silently ignores the '-f' only if 4710 stat now exits nonzero if a file operand does not exist 4817 du no longer segfaults when a subdirectory of an operand 4932 tr no longer mishandles a second operand with leading "-". 4971 transfer rate. The new "status=noxfer" operand suppresses this change. 5048 The usual '--' operand is now supported by chroot, hostid, hostname, [all …]
|
/coreutils/doc/ |
D | coreutils.texi | 613 Do not treat the last operand specially when it is a directory or a 789 A single @samp{-} operand is not really an option, though it looks like one. It 790 stands for a file operand, and some tools treat it as standard input, or as 793 otherwise specified, a @samp{-} can appear as any operand that requires a file 1261 commands normally treat the last operand specially when it is a 1275 Do not treat the last operand specially when it is a directory or a 1285 In the opposite situation, where you want the last operand to be 1997 assumed if the last operand begins with @samp{+} or (if there are two 3142 no @var{file} operand is specified and standard input is a FIFO or a pipe. 3144 operand specified as @samp{-}, when standard input is a FIFO or a pipe. [all …]
|