alfred 8de609e473 expand_name fixes:
.) don't use MAXPATHLEN + 1, fix logic to compensate.
.) style(9) function parameters.
.) fix line wrapping.
.) remove duplicated error and string handling code.
.) don't NUL terminate already NUL terminated string.
.) all string length variables changed from int to size_t.
.) constify variables.
.) catch when corename would be truncated.
.) cast pid_t and uid_t args for format string.
.) add parens around return arguments.

Help and suggestions from: bde
2002-05-08 09:06:47 +00:00
..
2002-05-06 00:45:27 +00:00
2002-05-07 05:52:27 +00:00
2002-05-08 09:06:47 +00:00
2002-05-06 16:28:25 +00:00
2002-05-01 20:44:46 +00:00
2002-03-20 10:12:07 +00:00
2002-05-03 17:59:25 +00:00
2002-03-19 22:20:14 +00:00
2002-05-08 04:21:58 +00:00