NetBSD/lib/libutil
cgd 3e7f7ef82d __CONCAT does token pasting, not string concatnation. if something like:
__CONCAT("PATH=",_PATH_STDPATH);
actually works to concantate strings, it's because the preprocessor expands
it into "PATH=""whatever _PATH_STDPATH is" as separate strings, and then
ANSI string concatenation is performed on that.  It's more straightforward
to just use ANSI string concatenation directly, and newer GCCs complain
(rightly) about mis-use of token pasting.
2000-12-19 23:09:02 +00:00
..
fparseln.3
fparseln.c
getmaxpartitions.3
getmaxpartitions.c
getrawpartition.3
getrawpartition.c
login_cap.3 fix up various .Nm abuses: 2000-11-07 06:43:24 +00:00
login_cap.c /etc/login.conf is optional, so don't return NULL even if 2000-10-12 00:28:33 +00:00
login_tty.c
login.3
login.c
logout.c
logwtmp.c
Makefile Add two new passwd file update functions: 2000-12-06 13:37:53 +00:00
opendisk.3
opendisk.c
openpty.3
passwd.c Fix oversight in last commit. 2000-12-08 21:41:14 +00:00
pidfile.3
pidfile.c
pidlock.3
pidlock.c
pty.c
pw_getconf.3
pw_init.3
pw_lock.3 Add two new passwd file update functions: 2000-12-06 13:37:53 +00:00
secure_path.3
securepath.c
shlib_version Add two new passwd file update functions: 2000-12-06 13:37:53 +00:00
ttyaction.3
ttyaction.c __CONCAT does token pasting, not string concatnation. if something like: 2000-12-19 23:09:02 +00:00
ttymsg.3
ttymsg.c