Home
last modified time | relevance | path

Searched refs:le (Results 1 – 5 of 5) sorted by relevance

/coreutils/src/
Dtest.c321 bool le, re; in binary_operator() local
325 le = get_mtime (argv[op - 1], &lt); in binary_operator()
327 return le && (!re || timespec_cmp (lt, rt) > 0); in binary_operator()
350 bool le, re; in binary_operator() local
354 le = get_mtime (argv[op - 1], &lt); in binary_operator()
356 return re && (!le || timespec_cmp (lt, rt) < 0); in binary_operator()
Ddf.c1268 struct mount_entry const *le = nullptr; in last_device_for_mount() local
1273 le = me; in last_device_for_mount()
1276 if (le) in last_device_for_mount()
1278 char *devname = le->me_devname; in last_device_for_mount()
1283 return xstrdup (le->me_devname); in last_device_for_mount()
/coreutils/
Dinit.cfg393 test 62 -le $(echo "$stty_reversible_"|wc -w) \
762 while test $attempt -le $max_n_tries; do
DNEWS2130 perl -le 'print "a\n"."0"x900'|valgrind sort --p=1 -S32b -u>/dev/null
/coreutils/doc/
Dcoreutils.texi13633 * Numeric tests:: @code{-eq -ne -lt -le -gt -ge}
13859 @itemx @var{arg1} -le @var{arg2}
13865 @opindex -le