freebsd-dev/usr.bin/find
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
..
extern.h Second part of bin/3648: add -flags to search for specific flags. 1999-12-19 15:43:19 +00:00
find.1 Second part of bin/3648: add -flags to search for specific flags. 1999-12-19 15:43:19 +00:00
find.c Fixed my English fixes. 1998-11-29 11:34:30 +00:00
find.h Second part of bin/3648: add -flags to search for specific flags. 1999-12-19 15:43:19 +00:00
function.c Historically file flags (schg, uschg, etc) have been converted from 2000-01-27 21:17:01 +00:00
ls.c Fixed printf format errors. 1998-07-06 21:01:54 +00:00
main.c Fixed my English fixes. 1998-11-29 11:34:30 +00:00
Makefile Historically file flags (schg, uschg, etc) have been converted from 2000-01-27 21:17:01 +00:00
misc.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
operator.c Fixed style bugs in previous commit. 1998-11-29 12:17:09 +00:00
option.c Second part of bin/3648: add -flags to search for specific flags. 1999-12-19 15:43:19 +00:00