Searched refs:tmp_fname (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in194 tmp_fname=$1
196 while test -L $tmp_fname; do
197 tmp_new_fname=`ls -al $tmp_fname | sed -n 's%.*-> \(.*\)%\1%p'`
205 /*) tmp_fname="$tmp_new_fname"
207 *) tmp_fname="`echo $tmp_fname | sed 's%/[^/]*$%%'`/$tmp_new_fname"
211 echo "$tmp_fname"
219 tmp_fname=`df $1/ | sed -n 's%.*\(/dev/[^ ]*\).*%\1%p'`
221 if test -z "$tmp_fname"; then
226 tmp_fname
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c727 create_updated_keystore_version(int fd, char *tmp_fname) argument
734 tmp_fd = open_nointr(tmp_fname,
787 (void) remove(tmp_fname);

Completed in 57 milliseconds