Home
last modified time | relevance | path

Searched refs:dpv (Results 1 – 15 of 15) sorted by relevance

/freebsd/lib/libc/gen/
H A Dopendir.c113 struct dirent **dpv; in _filldir() local
206 for (dpv = NULL;;) { in _filldir()
220 if (dpv) in _filldir()
221 dpv[n] = dp; in _filldir()
226 if (dpv) { in _filldir()
232 mergesort(dpv, n, sizeof(*dpv), opendir_compar); in _filldir()
234 dpv[n] = NULL; in _filldir()
242 for (n = 0; dpv[n]; n++) { in _filldir()
243 struct dirent *dp = dpv[n]; in _filldir()
256 free(dpv); in _filldir()
[all …]
/freebsd/lib/libdpv/
H A DMakefile1 PACKAGE= dpv
2 LIB= dpv
4 INCS= dpv.h
5 MAN= dpv.3
6 MLINKS= dpv.3 dpv_free.3
10 SRCS= dialog_util.c dialogrc.c dprompt.c dpv.c status.c util.c
H A Ddpv.h160 int dpv(struct dpv_config *_config, struct dpv_file_node *_file_list);
H A Ddpv.c90 dpv(struct dpv_config *config, struct dpv_file_node *file_list) in dpv() function
/freebsd/usr.bin/dpv/
H A DMakefile1 PACKAGE= dpv
3 PROG= dpv
7 LIBADD= dpv dialog
H A Ddpv.c468 if (dpv(config, file_list) != 0 && debug) in main()
/freebsd/tools/build/options/
H A DWITH_DIALOG4 .Xr dpv 1 ,
6 .Xr dpv 3 .
H A DWITHOUT_DIALOG4 .Xr dpv 1 ,
6 .Xr dpv 3 .
/freebsd/lib/libfigpar/
H A DMakefile1 PACKAGE= dpv
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-indirect.mk173 .MAKEFLAGS: -dpv
/freebsd/
H A DMAINTAINERS62 libdpv dteske Pre-commit review requested. Keep in sync with dpv(1).
115 usr.sbin/dpv dteske Pre-commit review requested. Keep in sync with libdpv.
/freebsd/usr.bin/
H A DMakefile194 SUBDIR.${MK_DIALOG}+= dpv
/freebsd/share/mk/
H A Dsrc.libnames.mk140 dpv \
/freebsd/targets/pseudo/userland/
H A DMakefile.depend184 usr.bin/dpv \
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc1438 OLD_FILES+=usr/bin/dpv
1448 OLD_FILES+=usr/share/man/man1/dpv.1.gz
1450 OLD_FILES+=usr/share/man/man3/dpv.3.gz