Home
last modified time | relevance | path

Searched refs:CFGF (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
Dfunctions-parse.sh50 export VAL="`grep ^${1}= ${CFGF} | head -n 1 | cut -d '=' -f 2-`"
62 export VAL=`grep "^${1}=" ${CFGF} | head -n 1 | cut -d '=' -f 2- | tr -d ' '`
76 VAL=`grep "^${1}" ${CFGF} | head -n 1 | cut -d '=' -f 2- | tr -d ' '`
109 VAL=`grep "^${1}" ${CFGF} | head -n 1 | cut -d '=' -f 2- | tr -d ' '`
131 if [ -n "$CFGF" -a -n "$1" ]
135 grep -q "^${i}=" $CFGF 2>/dev/null
138 LN=`grep "^${i}=" ${CFGF} | head -n 1 | cut -d '=' -f 2- | tr -d ' '`
Dparseconfig.sh61 CFGF="$1"
64 CFGF="`realpath ${CFGF}`"
65 export CFGF
Dfunctions-bsdlabel.sh37 get_next_cfg_line "${CFGF}" "${CURLINE}"
203 done <${CFGF}
501 done <${CFGF}
Dfunctions-runcommands.sh110 done <${CFGF}
Dfunctions-users.sh182 done <${CFGF}
Dfunctions-upgrade.sh149 done <${CFGF}
Dfunctions-extractimage.sh444 done <${CFGF}
Dfunctions-localize.sh527 done <${CFGF}
Dfunctions-disk.sh579 done <${CFGF}