View | Details | Raw Unified | Return to bug 273480 | Differences between
and this patch

Collapse All | Expand All

(-)b/lib/libc/gen/scandir.3 (-6 / +5 lines)
Lines 48-56 Link Here
48
.Fa "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp"
48
.Fa "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp"
49
.Fa "int \*(lp*compar\*(rp\*(lpconst struct dirent **, const struct dirent **\*(rp"
49
.Fa "int \*(lp*compar\*(rp\*(lpconst struct dirent **, const struct dirent **\*(rp"
50
.Fc
50
.Fc
51
.Ft
51
.Ft int
52
.Fo scandirat
52
.Fo scandirat
53
.Fa int dirfd
53
.Fa "int dirfd"
54
.Fa "const char *dirname"
54
.Fa "const char *dirname"
55
.Fa "struct dirent ***namelist"
55
.Fa "struct dirent ***namelist"
56
.Fa "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp"
56
.Fa "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp"
Lines 60-67 Link Here
60
.Fo scandir_b
60
.Fo scandir_b
61
.Fa "const char *dirname"
61
.Fa "const char *dirname"
62
.Fa "struct dirent ***namelist"
62
.Fa "struct dirent ***namelist"
63
.Fa "int \*(lp*select\^(rp\*(lpconst struct dirent *\*(rp"
63
.Fa "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp"
64
.Fa "int \*(lp^compar\*(rp\*(lpconst struct dirent **, const struct dirent **\*(rp"
64
.Fa "int \*(lp*compar\*(rp\*(lpconst struct dirent **, const struct dirent **\*(rp"
65
.Fc
65
.Fc
66
.Ft int
66
.Ft int
67
.Fn alphasort "const struct dirent **d1" "const struct dirent **d2"
67
.Fn alphasort "const struct dirent **d1" "const struct dirent **d2"
Lines 186-192 functions appeared in Link Here
186
The
186
The
187
.Fn scandirat
187
.Fn scandirat
188
and
188
and
189
.Fn
189
.Fn versionsort
190
versionsort
191
functions were added in
190
functions were added in
192
.Fx 13.2 .
191
.Fx 13.2 .

Return to bug 273480