RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
cmp-ls.c File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <fts.h>
#include <string.h>
#include "extern-ls.h"
Include dependency graph for cmp-ls.c:

Macros

#define ATIMENSEC_CMP(x, op, y)   ((x)->st_atime.tv_nsec op (y)->st_atime.tv_nsec)
 
#define CTIMENSEC_CMP(x, op, y)   ((x)->st_ctime.tv_nsec op (y)->st_ctime.tv_nsec)
 
#define MTIMENSEC_CMP(x, op, y)   ((x)->st_mtime.tv_nsec op (y)->st_mtime.tv_nsec)
 

Functions

int namecmp (const FTSENT *a, const FTSENT *b)
 
int revnamecmp (const FTSENT *a, const FTSENT *b)
 
int modcmp (const FTSENT *a, const FTSENT *b)
 
int revmodcmp (const FTSENT *a, const FTSENT *b)
 
int acccmp (const FTSENT *a, const FTSENT *b)
 
int revacccmp (const FTSENT *a, const FTSENT *b)
 
int statcmp (const FTSENT *a, const FTSENT *b)
 
int revstatcmp (const FTSENT *a, const FTSENT *b)
 
int sizecmp (const FTSENT *a, const FTSENT *b)
 
int revsizecmp (const FTSENT *a, const FTSENT *b)