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
..
Makefile Add two new passwd file update functions: 2000-12-06 13:37:53 +00:00
fparseln.3 More trailing white space. 1999-07-02 15:46:05 +00:00
fparseln.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
getmaxpartitions.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
getmaxpartitions.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
getrawpartition.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
getrawpartition.c More trailing white space. 1999-07-02 15:46:05 +00:00
login.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
login.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
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 - __RCSID() police. 2000-07-05 11:46:40 +00:00
logout.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
logwtmp.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
opendisk.3 More trailing white space. 1999-07-02 15:46:05 +00:00
opendisk.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
openpty.3 PCVT hack is gone. 2000-07-11 12:10:51 +00:00
passwd.c Fix oversight in last commit. 2000-12-08 21:41:14 +00:00
pidfile.3 Add pidfile(3), which write a pid file in /var/run, and arranges for it 1999-06-06 01:50:00 +00:00
pidfile.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
pidlock.3 don't need trailing empty paragraph 1998-06-08 10:58:45 +00:00
pidlock.c - __RCSID() police. 2000-07-05 11:46:40 +00:00
pty.c Remove PCVT hack. 2000-07-10 11:16:38 +00:00
pw_getconf.3 Add a LIBRARY section. 2000-09-18 16:02:41 +00:00
pw_init.3 `.Fn foo' -> `.Fn foo "void"' in SYNOPSIS. 2000-07-10 11:19:16 +00:00
pw_lock.3 Add two new passwd file update functions: 2000-12-06 13:37:53 +00:00
secure_path.3 Use .{B,Bs,F,N,O}x and fix miscellaneous errors. 2000-09-21 10:43:49 +00:00
securepath.c - Simplify code path. 2000-09-18 16:36:33 +00:00
shlib_version Add two new passwd file update functions: 2000-12-06 13:37:53 +00:00
ttyaction.3 Execute ttyaction on termination of rlogind/telnetd sessions. 1998-08-29 17:31:55 +00:00
ttyaction.c __CONCAT does token pasting, not string concatnation. if something like: 2000-12-19 23:09:02 +00:00
ttymsg.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
ttymsg.c - __RCSID() police. 2000-07-05 11:46:40 +00:00