1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00
openbsd-src/bin/ls
schwarze 772e31c152 Simplify the display() function by getting rid of a useless buffer
on the stack.  No functional change, +8 -15 LOC.

Suggested by and OK millert@.
2023-10-07 13:29:08 +00:00
..
cmp.c Replace use of the old BSD st_*timensec members in struct stat with 2023-08-08 04:45:44 +00:00
extern.h Support UTF-8: use wcwidth(3) for column adjustment and replace 2015-12-01 18:36:13 +00:00
ls.1 Unify wording for LC_CTYPE in ENVIRONMENT: 2016-10-24 13:46:58 +00:00
ls.c Simplify the display() function by getting rid of a useless buffer 2023-10-07 13:29:08 +00:00
ls.h Improve horizontal alignment in long format when printing minor 2023-10-07 11:51:08 +00:00
main.c remove some unnecessary sys/cdefs.h inclusions 2012-12-04 02:26:59 +00:00
Makefile Support UTF-8: use wcwidth(3) for column adjustment and replace 2015-12-01 18:36:13 +00:00
print.c Improve horizontal alignment in long format when printing minor 2023-10-07 11:51:08 +00:00
utf8.c Fix a regression (and POSIX violation) introduced with UTF-8 support: 2016-01-18 19:06:37 +00:00
util.c Support UTF-8: use wcwidth(3) for column adjustment and replace 2015-12-01 18:36:13 +00:00