Searched refs:destname (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/fs/udf/
H A Dudf_vnops.c519 udf_transname(char *cs0string, char *destname, int len, struct udf_mnt *udfmp) argument
527 /* Convert 16-bit Unicode to destname */
540 &unibuf), (size_t *)&unilen, (char **)&destname,
544 *destname++ = '?';
551 *destname = '\0';
565 destname[i] = '.'; /* Fudge the 16bit chars */
567 destname[i] = transname[i] & 0xff;
571 destname[unilen] = 0;
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh4526 destname=
4530 destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
4673 if test -n "$destname"; then
4674 destfile="$destdir/$destname"
4715 if test -n "$destname"; then
4716 destfile="$destdir/$destname"
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh2252 destname=
2257 destname="$func_basename_result"
2404 if test -n "$destname"; then
2405 destfile="$destdir/$destname"
2443 if test -n "$destname"; then
2444 destfile="$destdir/$destname"
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh2884 destname=
2888 destname="$func_basename_result"
3038 if test -n "$destname"; then
3039 destfile="$destdir/$destname"
3077 if test -n "$destname"; then
3078 destfile="$destdir/$destname"
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh2914 destname=
2918 destname="$func_basename_result"
3068 if test -n "$destname"; then
3069 destfile="$destdir/$destname"
3107 if test -n "$destname"; then
3108 destfile="$destdir/$destname"
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh2883 destname=
2887 destname="$func_basename_result"
3037 if test -n "$destname"; then
3038 destfile="$destdir/$destname"
3076 if test -n "$destname"; then
3077 destfile="$destdir/$destname"
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2763 zfs_receive_package(libzfs_handle_t *hdl, int fd, const char *destname, argument
2804 if (recursive && strchr(destname, '@')) {
2857 (void) strlcpy(tofs, destname, sizeof (tofs));
2939 error = zfs_receive_impl(hdl, destname, NULL, flags, fd,
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh4205 destname=
4209 destname=$func_basename_result
4366 if test -n "$destname"; then
4367 destfile=$destdir/$destname
4405 if test -n "$destname"; then
4406 destfile=$destdir/$destname
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh4205 destname=
4209 destname=$func_basename_result
4366 if test -n "$destname"; then
4367 destfile=$destdir/$destname
4405 if test -n "$destname"; then
4406 destfile=$destdir/$destname
/freebsd-11-stable/contrib/file/
H A Dltmain.sh4208 destname=
4212 destname=$func_basename_result
4369 if test -n "$destname"; then
4370 destfile=$destdir/$destname
4408 if test -n "$destname"; then
4409 destfile=$destdir/$destname
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh4205 destname=
4209 destname=$func_basename_result
4366 if test -n "$destname"; then
4367 destfile=$destdir/$destname
4405 if test -n "$destname"; then
4406 destfile=$destdir/$destname
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh4205 destname=
4209 destname=$func_basename_result
4366 if test -n "$destname"; then
4367 destfile=$destdir/$destname
4405 if test -n "$destname"; then
4406 destfile=$destdir/$destname

Completed in 412 milliseconds