freebsd-dev/lib/libutil
Josef Karthauser 18c0eeddf7 Historically file flags (schg, uschg, etc) have been converted from
string to u_long and back using two functions, flags_to_string and
string_to_flags, which co-existed with 'ls'.  As time has progressed
more and more other tools have used these private functions to
manipulate the file flags.

Recently I moved these functions from /usr/src/bin/ls to libutil,
but after some discussion with bde it's been decided that they
really ought to go in libc.

There are two already existing libc functions for manipulating file
modes:  setmode and getmode.  In keeping with these flags_to_string
has been renamed getflags and string_to_flags to setflags.

The manual page could probably be improved upon ;)
2000-01-27 21:17:01 +00:00
..
_secure_path.3 Add the "use -lutil" line to all functions that require it so people like 2000-01-18 01:27:47 +00:00
_secure_path.c
auth.3
auth.c
auth.conf.5
fparseln.3 Add the "use -lutil" line to all functions that require it so people like 2000-01-18 01:27:47 +00:00
fparseln.c Connect fparseln(3) for mailwrapper(8) 1999-12-29 17:50:34 +00:00
libutil.h Use a more conventional copyright message. 2000-01-26 07:17:00 +00:00
login_auth.3 Add the "use -lutil" line to all functions that require it so people like 2000-01-18 01:27:47 +00:00
login_auth.c
login_cap.3 Repair internal consistency: Change "login_cap_t * lc" to a more correct 2000-01-18 03:02:29 +00:00
login_cap.c
login_cap.h
login_class.3 Add the "use -lutil" line to all functions that require it so people like 2000-01-18 01:27:47 +00:00
login_class.c Do not set the default terminal type to "su", leave it empty. 2000-01-19 10:54:44 +00:00
login_ok.3 Add the "use -lutil" line to all functions that require it so people like 2000-01-18 01:27:47 +00:00
login_ok.c
login_times.3 Add the "use -lutil" line to all functions that require it so people like 2000-01-18 01:27:47 +00:00
login_times.c
login_tty.3
login_tty.c
login.3
login.c
login.conf.5 Do not set the default terminal type to "su", leave it empty. 2000-01-19 10:54:44 +00:00
logout.3
logout.c
logwtmp.3
logwtmp.c Support v6 login. 2000-01-15 03:26:54 +00:00
Makefile Historically file flags (schg, uschg, etc) have been converted from 2000-01-27 21:17:01 +00:00
property.3
property.c
pty.3
pty.c
pw_util.c
realhostname_sa.3 Use a long line instead splitting a line with backslash-newline in synopsis. 2000-01-27 03:04:11 +00:00
realhostname.3 several tcp apps IPv6 update 2000-01-25 14:52:10 +00:00
realhostname.c Avoid core dump when ai_canonname is NULL. 2000-01-27 17:24:53 +00:00
setproctitle.3
setproctitle.c
trimdomain.3
uucplock.3
uucplock.c