GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
xt_file_mod_cmp(3) FreeBSD Library Functions Manual xt_file_mod_cmp(3)

#include <xtend/file.h>
-lxtend

int     xt_file_mod_cmp(const char *file1, const char *file2)

file1, file2: Names of two filesystem objects whose time stamps
are to be compared

xt_file_mod_cmp() compares the modification times of file1 and file2. It compares modification times on two files using the same rules as "make", and returns an strcmp(3) compatible status value indicating which is older. A file that doesn't exist is considered older than the big bang.

A value < 0 if file1 is older or does not exist. A value > 0 if file2 is older or does not exist. 0 if the files have identical modification times, or neither exists.

make(1)


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.