util-linux/lib
Sami Kerola 7961acce46 fileutils: differentiate xmkstemp and xfmkstemp
Let developer to choose, case by case, what sort of return value is
best in her code.  The xmkstemp() is for users who want file
descriptor as return value of the function, xfmkstemp() will return
FILE pointer.

Proposed-By: Karel Zak <kzak@redhat.com>
CC: Davidlohr Bueso <dave@gnu.org>
Reference: http://marc.info/?l=util-linux-ng&m=133129570124003&w=2
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-03-18 14:29:38 +01:00
..
.gitignore lib: wholedisk - extend API, add test program 2009-03-12 14:31:50 +01:00
Makefile.am lib: add fileutils function collection 2012-03-18 14:28:04 +01:00
at.c lib: [at.c] fix compiler warnings [-Wunused-parameter] 2011-08-01 11:55:11 +02:00
blkdev.c blkdev: add is_blkdev function 2012-01-05 17:09:27 +01:00
canonicalize.c lib/canonicalize: always remove tailing slash 2012-02-24 21:26:11 +01:00
cpuset.c lib,cpuset: fix compiler warning [-Wuninitialized] 2011-09-10 00:02:00 +02:00
crc32.c lib: add a generic crc32() 2009-09-16 16:17:41 +02:00
env.c build-sys: check HAVE_ definitions with #ifdef [smatch scan] 2011-12-02 18:21:46 +01:00
fileutils.c fileutils: differentiate xmkstemp and xfmkstemp 2012-03-18 14:29:38 +01:00
fsprobe.c lib/fsprobe: mar this internal API as deprecated 2012-02-13 15:10:55 +01:00
ismounted.c build-sys: check HAVE_ definitions with #ifdef [smatch scan] 2011-12-02 18:21:46 +01:00
langinfo.c lib: add fallback for nl_langinfo() 2010-11-15 16:42:45 +01:00
linux_version.c lib: [linux_version.c] simplify version parsing 2011-06-20 13:48:40 +02:00
loopdev.c lib/loopdev: remove dead assigment and null deference 2012-02-02 14:48:03 +01:00
mangle.c lib: [mangle.c] fix compiler warnings [-Wsign-compare] 2011-08-01 12:18:22 +02:00
match.c lib,match: split match_fstype() from libmount 2011-11-15 15:17:19 +01:00
mbsalign.c cfdisk: data type mismatch, and other, compiler warning fixes 2011-01-25 10:40:34 +01:00
md5.c md5: use symbolical digest length 2011-07-21 23:56:48 +02:00
path.c docs: corrections to FSF license files, and postal address 2012-02-24 14:13:35 +01:00
procutils.c build-sys: fix 'make checkincludes' warnings 2011-07-28 13:21:00 +02:00
setproctitle.c lib: cleanup setproctitle.c 2011-10-26 23:17:15 +02:00
strutils.c lib/strutils: move array bounds check in string_to_idarray() to appropriate place. 2012-02-23 10:54:25 +01:00
sysfs.c lsblk: add inverse tree support (-s) 2012-03-07 13:54:11 +01:00
tt.c lib,tt: don't trim last line char 2011-12-22 13:21:16 +01:00
wholedisk.c fdisk: more robust whole-disk detection 2011-02-17 11:02:26 +01:00
xgetpass.c losetup: make xgetpass more robust 2012-01-17 17:02:34 +01:00