]> git.ipfire.org Git - thirdparty/man-pages.git/blob - man0p/utime.h.0p
Import of man-pages 1.70
[thirdparty/man-pages.git] / man0p / utime.h.0p
1 .\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
2 .TH "<utime.h>" P 2003 "IEEE/The Open Group" "POSIX Programmer's Manual"
3 .\" <utime.h>
4 .SH NAME
5 utime.h \- access and modification times structure
6 .SH SYNOPSIS
7 .LP
8 \fB#include <utime.h>\fP
9 .SH DESCRIPTION
10 .LP
11 The \fI<utime.h>\fP header shall declare the structure \fButimbuf\fP,
12 which shall include the following members:
13 .sp
14 .RS
15 .nf
16
17 \fBtime_t actime \fP Access time. \fB
18 time_t modtime \fP Modification time. \fB
19 \fP
20 .fi
21 .RE
22 .LP
23 The times shall be measured in seconds since the Epoch.
24 .LP
25 The type \fBtime_t\fP shall be defined as described in \fI<sys/types.h>\fP
26 \&.
27 .LP
28 The following shall be declared as a function and may also be defined
29 as a macro. A function prototype shall be provided.
30 .sp
31 .RS
32 .nf
33
34 \fBint utime(const char *, const struct utimbuf *);
35 \fP
36 .fi
37 .RE
38 .LP
39 \fIThe following sections are informative.\fP
40 .SH APPLICATION USAGE
41 .LP
42 None.
43 .SH RATIONALE
44 .LP
45 None.
46 .SH FUTURE DIRECTIONS
47 .LP
48 None.
49 .SH SEE ALSO
50 .LP
51 \fI<sys/types.h>\fP , the System Interfaces volume of IEEE\ Std\ 1003.1-2001,
52 \fIutime\fP()
53 .SH COPYRIGHT
54 Portions of this text are reprinted and reproduced in electronic form
55 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
56 -- Portable Operating System Interface (POSIX), The Open Group Base
57 Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
58 Electrical and Electronics Engineers, Inc and The Open Group. In the
59 event of any discrepancy between this version and the original IEEE and
60 The Open Group Standard, the original IEEE and The Open Group Standard
61 is the referee document. The original Standard can be obtained online at
62 http://www.opengroup.org/unix/online.html .