Searched refs:CTIMENSEC_CMP (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/bin/ls/ |
| H A D | cmp.c | 56 #define CTIMENSEC_CMP(x, op, y) ((x)->st_ctimensec op (y)->st_ctimensec) macro 61 #define CTIMENSEC_CMP(x, op, y) \ macro 153 else if (CTIMENSEC_CMP(b->fts_statp, >, a->fts_statp)) in statcmp() 155 else if (CTIMENSEC_CMP(b->fts_statp, <, a->fts_statp)) in statcmp() 169 else if (CTIMENSEC_CMP(b->fts_statp, >, a->fts_statp)) in revstatcmp() 171 else if (CTIMENSEC_CMP(b->fts_statp, <, a->fts_statp)) in revstatcmp()
|