]> git.ipfire.org Git - thirdparty/util-linux.git/blame - login-utils/islocal.c
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / login-utils / islocal.c
CommitLineData
fd6b7a7f
KZ
1/*
2 islocal.c - returns true if user is registered in the local
6dbe3af9
KZ
3 /etc/passwd file. Written by Alvaro Martinez Echevarria,
4 alvaro@enano.etsit.upm.es, to allow peaceful coexistence with yp. Nov 94.
fd6b7a7f 5
6dbe3af9
KZ
6 Hacked a bit by poe@daimi.aau.dk
7 See also ftp://ftp.daimi.aau.dk/pub/linux/poe/admutil*
fd6b7a7f
KZ
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
7eda085c
KZ
13