Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dtest.c320 struct timespec lt, rt; 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()
349 struct timespec lt, rt; 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()
/coreutils/doc/
Dsort-version.texi522 $ if dpkg --compare-versions 1abb lt 1ab-cd
735 if dpkg --compare-versions "$1" lt "$2"
Dcoreutils.texi13633 * Numeric tests:: @code{-eq -ne -lt -le -gt -ge}
13858 @itemx @var{arg1} -lt @var{arg2}
13864 @opindex -lt