Home
last modified time | relevance | path

Searched refs:PROGDIR (Results 1 – 22 of 22) sorted by relevance

/freebsd-12.1/usr.sbin/pc-sysinstall/pc-sysinstall/
H A Dpc-sysinstall.sh41 if [ -z "${PROGDIR}" ]
43 PROGDIR="/usr/share/pc-sysinstall"
44 export PROGDIR
48 COMPDIR="${PROGDIR}/components"
51 CONFDIR="${PROGDIR}/conf"
62 QUERYDIR="${PROGDIR}/backend-query"
66 BACKEND="${PROGDIR}/backend"
73 if [ -e "${PROGDIR}/conf/pc-sysinstall.conf" ]
75 . ${PROGDIR}/conf/pc-sysinstall.conf
82 if [ -e "${PROGDIR}/backend/functions.sh" ]
[all …]
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DMakefile16 PROGDIR = ../../programs macro
34 PZSTD_INC = -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(PROGDIR) -I.
64 ZSTDPROG_FILES := $(wildcard $(PROGDIR)/*.c) \
65 $(wildcard $(PROGDIR)/*.h)
193 test/RoundTripTest$(EXT): test/RoundTripTest.o $(PROGDIR)/datagen.o Options.o \
199 test/%Test$(EXT): test/%Test.o $(PROGDIR)/datagen.o Options.o Pzstd.o \
233 $(RM) -f $(PROGDIR)/*.o $(PROGDIR)/*.Td $(PROGDIR)/*.d
247 $(PROGDIR)/%.o: $(PROGDIR)/%.c
/freebsd-12.1/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh36 if [ -e "${PROGDIR}/doc/help-index" ]
38 cat ${PROGDIR}/doc/help-index
40 echo "Error: ${PROGDIR}/doc/help-index not found"
54 if [ -e "${PROGDIR}/doc/help-${1}" ]
56 cat ${PROGDIR}/doc/help-${1}
58 echo "Error: ${PROGDIR}/doc/help-${1} not found"
H A Dfunctions-extractimage.sh43 TAROPTS="-X ${PROGDIR}/conf/exclude-from-upgrade"
88 TAROPTS="-X ${PROGDIR}/conf/exclude-from-upgrade"
H A Dfunctions-upgrade.sh32 . ${PROGDIR}/backend/functions-unmount.sh
/freebsd-12.1/usr.sbin/pc-sysinstall/backend-query/
H A Dset-mirror.sh30 . ${PROGDIR}/backend/functions.sh
31 . ${PROGDIR}/backend/functions-ftp.sh
H A Dlist-mirrors.sh30 . ${PROGDIR}/backend/functions.sh
31 . ${PROGDIR}/backend/functions-ftp.sh
H A Dget-packages.sh33 . ${PROGDIR}/backend/functions.sh
34 . ${PROGDIR}/backend/functions-packages.sh
H A Dlist-packages.sh33 . ${PROGDIR}/backend/functions.sh
34 . ${PROGDIR}/backend/functions-packages.sh
H A Ddisk-info.sh33 . ${PROGDIR}/backend/functions.sh
34 . ${PROGDIR}/backend/functions-disk.sh
H A Dsend-logs.sh33 . ${PROGDIR}/backend/functions.sh
34 . ${PROGDIR}/conf/pc-sysinstall.conf
H A Ddisk-part.sh33 . ${PROGDIR}/backend/functions.sh
34 . ${PROGDIR}/backend/functions-disk.sh
H A Denable-net.sh38 . ${PROGDIR}/backend/functions.sh
39 . ${PROGDIR}/conf/pc-sysinstall.conf
H A Dquery-langs.sh30 cat ${PROGDIR}/conf/avail-langs
H A Dlist-components.sh33 . ${PROGDIR}/backend/functions.sh
H A Dlist-rsync-backups.sh33 . ${PROGDIR}/backend/functions.sh
H A Dsetup-ssh-keys.sh33 . ${PROGDIR}/backend/functions.sh
H A Dupdate-part-list.sh31 . ${PROGDIR}/backend/functions-unmount.sh
/freebsd-12.1/usr.sbin/pc-sysinstall/backend-partmanager/
H A Ddelete-part.sh33 . ${PROGDIR}/backend/functions.sh
34 . ${PROGDIR}/backend/functions-disk.sh
H A Dcreate-part.sh33 . ${PROGDIR}/backend/functions.sh
/freebsd-12.1/crypto/openssh/contrib/cygwin/
H A Dssh-user-config24 PROGDIR=$(cd $_tdir && pwd)
180 if [ "$PROGDIR" = "/etc/postinstall" ]
H A Dssh-host-config53 PROGDIR=$(cd $_tdir && pwd)
492 if [ "$PROGDIR" = "/etc/postinstall" ]