]> git.ipfire.org Git - thirdparty/util-linux.git/blame - login-utils/islocal.c
login-utils: verify writing to streams was successful
[thirdparty/util-linux.git] / login-utils / islocal.c
CommitLineData
43b53f57
SK
1/*
2 * islocal.c - returns true if user is registered in the local
3 * /etc/passwd file. Written by Alvaro Martinez Echevarria,
4 * alvaro@enano.etsit.upm.es, to allow peaceful coexistence with yp. Nov 94.
5 *
6 * Hacked a bit by poe@daimi.aau.dk
7 * See also ftp://ftp.daimi.aau.dk/pub/linux/poe/admutil*
8 *
9 * Hacked by Peter Breitenlohner, peb@mppmu.mpg.de,
10 * to distinguish user names where one is a prefix of the other,
11 * and to use "pathnames.h". Oct 5, 96.
12 *
13