freebsd-nq/tools/regression/lib
Sean Farley 0b5e889911 Add four utility functions related to struct grp processing modeled in-part
after similar calls related to struct pwd in libutil/pw_util.c:
  - gr_equal()
    Perform a deep comparison of two struct grp's.  It does a thorough, yet
    unoptimized comparison of all the members regardless of order.

  - gr_make()
    Create a string (see group(5)) from a struct grp.

  - gr_dup()
    Duplicate a struct grp.  Returns a value that is a single contiguous
    block of memory.

  - gr_scan()
    Create a struct grp from a string (as produced by gr_make()).

MFC after:	3 weeks
2008-04-23 00:49:13 +00:00
..
libc Updates for changes in the way printf() handles hex floating point 2008-04-12 03:11:56 +00:00
libmp Add a test program which performs some very basic tests of libmp(3). 2006-07-28 16:00:59 +00:00
libutil Add four utility functions related to struct grp processing modeled in-part 2008-04-23 00:49:13 +00:00
msun Add some tests for fma(), fmaf(), and fmal(). 2008-04-03 06:15:58 +00:00