Searched refs:dpv (Results 1 - 11 of 11) sorted by path

/freebsd-11-stable/lib/libc/gen/
H A Dopendir.c119 struct dirent **dpv; local
212 for (dpv = NULL;;) {
226 if (dpv)
227 dpv[n] = dp;
232 if (dpv) {
238 mergesort(dpv, n, sizeof(*dpv), opendir_compar);
240 dpv[n] = NULL;
248 for (n = 0; dpv[n]; n++) {
249 struct dirent *dp = dpv[
[all...]
/freebsd-11-stable/lib/libdpv/
H A DMakefile4 LIB= dpv
6 INCS= dpv.h
7 MAN= dpv.3
8 MLINKS= dpv.3 dpv_free.3
12 SRCS= dialog_util.c dialogrc.c dprompt.c dpv.c status.c util.c
H A Ddpv.c49 #include "dpv.h"
92 dpv(struct dpv_config *config, struct dpv_file_node *file_list) function
713 * Free allocated items initialized by dpv()
H A Ddpv.h83 * Anatomy of file option; pass an array of these as dpv() file_list argument
97 * Anatomy of config option to pass as dpv() config argument
106 int pbar_size; /* Mini-progress size. See dpv(3) */
118 char *output; /* Output format string; see dpv(3) */
131 * Macros for dpv() options bitmask argument
162 int dpv(struct dpv_config *_config, struct dpv_file_node *_file_list);
/freebsd-11-stable/usr.bin/dpv/
H A DMakefile3 PROG= dpv
7 LIBADD= dpv dialog
H A Ddpv.c35 #include <dpv.h>
105 /* This answer might be wrong, if dpv(3) has (by
107 * told dpv(3) to open a file, subtract one from
108 * previous answer. If instead we told dpv(3) to
246 * stdin or fifos and produces necessary config to drive dpv(3) `--gauge'
468 * Hand off to dpv(3)...
470 if (dpv(config, file_list) != 0 && debug)
471 warnx("dpv(3) returned error!?");
/freebsd-11-stable/usr.sbin/bsdinstall/distextract/
H A DMakefile5 LIBADD= archive dpv figpar ncursesw dialog m
H A Ddistextract.c37 #include <dpv.h>
95 * Parse $DISTRIBUTIONS into dpv(3) linked-list
153 * Hand off to dpv(3)
169 retval = dpv(config, dists);
/freebsd-11-stable/share/mk/
H A Dsrc.libnames.mk92 dpv \
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend211 usr.bin/dpv \
/freebsd-11-stable/usr.bin/
H A DMakefile207 SUBDIR.${MK_DIALOG}+= dpv

Completed in 157 milliseconds