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
..
1999-08-28 00:22:10 +00:00
2000-01-18 18:23:28 +00:00
1999-10-03 10:41:40 +00:00
2000-01-26 12:50:46 +00:00
1999-08-28 00:22:10 +00:00
1999-08-28 00:22:10 +00:00
1999-08-28 00:22:10 +00:00
1999-11-14 13:54:44 +00:00
2000-01-01 14:21:31 +00:00
1999-08-28 00:22:10 +00:00
2000-01-26 16:15:48 +00:00
1999-08-28 00:22:10 +00:00
1999-09-29 15:18:46 +00:00
2000-01-18 07:43:12 +00:00
1999-08-28 00:22:10 +00:00
1999-08-28 00:22:10 +00:00
1999-08-28 00:22:10 +00:00
1999-11-09 00:18:22 +00:00