Home
last modified time | relevance | path

Searched refs:op (Results 1 – 6 of 6) sorted by relevance

/coreutils/src/
Dtest.c269 int op; in binary_operator() local
276 op = pos + 1; in binary_operator()
278 if ((op < argc - 2) && STREQ (argv[op + 1], "-l")) in binary_operator()
286 if (argv[op][0] == '-') in binary_operator()
289 if ((((argv[op][1] == 'l' || argv[op][1] == 'g') in binary_operator()
290 && (argv[op][2] == 'e' || argv[op][2] == 't')) in binary_operator()
291 || (argv[op][1] == 'e' && argv[op][2] == 'q') in binary_operator()
292 || (argv[op][1] == 'n' && argv[op][2] == 'e')) in binary_operator()
293 && !argv[op][3]) in binary_operator()
298 ? umaxtostr (strlen (argv[op - 1]), lbuf) in binary_operator()
[all …]
Dshred.c361 struct mtop op; in dorewind() local
362 op.mt_op = MTREW; in dorewind()
363 op.mt_count = 1; in dorewind()
364 if (ioctl (fd, MTIOCTOP, &op) == 0) in dorewind()
/coreutils/tests/test/
Dtest.pl72 foreach my $op (qw(gt lt eq))
74 if ($test_name =~ /$op-/ && $flags =~ / -$op /)
76 my $inv = $inverse_op{$op};
77 $test_name =~ s/$op/$inv/;
78 $flags =~ s/-$op/-$inv/;
/coreutils/doc/
D.gitignore13 /coreutils.op
Dcoreutils.texi16 @defcodeindex op
23 @syncodeindex op cp
6370 Do not split multi-byte characters (no-op for now).
13543 @cindex no-op
17863 Multiple signals can be comma-separated. An empty @var{sig} argument is a no-op.
17876 state of the signal -- so it is a no-op.
17893 An empty @var{sig} argument is a no-op. The following command runs @command{seq}
17918 An empty @var{sig} argument is a no-op.
/coreutils/
DNEWS2308 surprising rename no-op behavior). Now, mv handles this case by skipping
2887 sequence when it would be a no-op.
3585 stat's --context (-Z) option has always been a no-op.