From 7e0f021a9aec35fd8e6725e87e3313b101d26f5e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 27 Jan 2008 11:37:44 +0100 Subject: Initial import (2.0.2-6) --- reference/C/MAN/difftime.htm | 101 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 reference/C/MAN/difftime.htm (limited to 'reference/C/MAN/difftime.htm') diff --git a/reference/C/MAN/difftime.htm b/reference/C/MAN/difftime.htm new file mode 100644 index 0000000..e067c9c --- /dev/null +++ b/reference/C/MAN/difftime.htm @@ -0,0 +1,101 @@ +difftime + +
+
+
+
+
+

DIFFTIME(3) Linux Programmer's Manual DIFFTIME(3) +

+ +

NAME +

difftime - calculate time difference + +

SYNOPSIS +

#include <time.h> + + double difftime(time_t time1, time_t time0); + +

DESCRIPTION +

The difftime() function returns the number of seconds + elapsed between time time1 and time time0. The two times + are specified in calendar time, which represents the time + elapsed since 00:00:00 on January 1, 1970, Coordinated + Universal Time (UTC). + +

CONFORMING TO +

SVID 3, BSD 4.3, ISO 9899 + +
+
+

SEE ALSO +

+date, +gettimeofday, +time, +ctime, +gmtime, +, +

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

GNU July 2, 1993 1 +

+ +
+

+


+

+

+ + + + +
+Top + +Master Index + +Keywords + +Functions +
+
+

+


+ +This manual page was brought to you by mjl_man V-2.0 -- cgit v1.2.3-54-g00ecf 6374446386fd16fe562b042429d905d231ec3'>commit
diff
path: root/security/apparmor/include/sid.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-27 12:41:46 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-27 12:41:46 -0800
commit5906374446386fd16fe562b042429d905d231ec3 (patch)
tree8e8a9f367d1aeba25c644d3fcf096ffc443c4c5a /security/apparmor/include/sid.h
parent2fb78e89405f4321b86274a0c24b30896dd50529 (diff)
parent57b59ed2e5b91e958843609c7884794e29e6c4cb (diff)
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Pull btrfs updates from Chris Mason: "Some fixes that we've collected from the list. We still have one more pending to nail down a regression in lzo compression, but I wanted to get this batch out the door" * 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs: Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operations Btrfs: disable xattr operations on subvolume directories Btrfs: remove old tree_root case in btrfs_read_locked_inode() Btrfs: fix truncate down when no_holes feature is enabled Btrfs: Fix deadlock between direct IO and fast fsync btrfs: fix false enospc error when truncating heavily reflinked file
Diffstat (limited to 'security/apparmor/include/sid.h')