Searched refs:destination (Results 1 - 25 of 47) sorted by relevance

12

/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c55 char *destination = M_TERMINFO_DIR; variable
116 * Check for access rights to destination directories
135 destination = s;
136 if (access(destination, 7) < 0) {
137 (void) eprintf(m_strmsg(dst_err), destination); local
140 if (chdir(destination) < 0) {
141 (void) eprintf(m_strmsg(dst_err), destination); local
150 (void) eprintf(m_strmsg(dstdir_err), destination, dir); local
153 (void) eprintf(m_strmsg(dstdir_err), destination, dir); local
H A Dtic.h102 extern char *destination; /* destination directory for object files */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm24 perl -MExtUtils::Command -e cat files... > destination
25 perl -MExtUtils::Command -e mv source... destination
26 perl -MExtUtils::Command -e cp source... destination
31 perl -MExtUtils::Command -e eqtime source destination
133 =item mv source... destination
135 Moves source to destination.
136 Multiple sources are allowed if destination is an existing directory.
149 =item cp source... destination
151 Copies source to destination.
152 Multiple sources are allowed if destination i
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcompiler.h113 extern char *destination; /* destination directory for object files */
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dsbb.py348 destination = boot_data_root_dir + bootlst
350 os.makedirs(os.path.dirname(destination), 0755)
358 destination = tmpfile.name
365 shutil.copy(source, destination)
366 self._debug('bootlst copied to %s', destination)
369 os.remove(destination)
372 (destination, oserr.strerror))
374 (source, destination), err)
379 os.chmod(destination, ZFSBootLoader.BOOTLST_PERMS)
380 os.chown(destination,
[all...]
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcat.s61 / find a null byte in destination string
62 movl 8(%esp), %edi / %edi = destination string address
86 / %edi points to a null byte in destination string
119 movl 8(%esp), %eax / return the destination address
H A Dstrncat.s67 movl 12(%esp), %edi / %edi = destination string address
91 / %edi points to a null byte in destination string
149 movl 12(%esp), %eax / return the destination address
H A Dmemcpy.s58 pushl %edi / save off %edi, %esi and move destination
63 movl 8+ 4(%esp),%edi / destination buffer address
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s55 ! alignment of the destination string. If it is possible to
H A Dmemmove.s40 mov %i0, %l6 ! Save pointer to destination
75 aldst: andcc %i0, 3, %i5 ! align the destination address
153 st %i4, [%i0] ! write at destination address
172 restore %l6, %g0, %o0 ! return pointer to destination
178 add %i0, %i2, %i0 ! get to end of destination space
187 restore %l6, %g0, %o0 ! return pointer to destination
H A Dstrcpy.s57 ! for zero bytes, based upon destination alignment.
95 andcc %o2, 3, %o1 ! destination word aligned?
H A Dstrncpy.s58 ! the destination string.
62 ! is copied based upon destination alignment. (byte, half-word,
98 andcc %l0, 3, %g1 ! destination word aligned ?
H A Dascii_strcasecmp.s227 ! This is the comparision procedure used if the destination is not
272 ! we have a word aligned source and destination! This means
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_name.c49 * The destination address is normally either the IP broadcast address or
188 struct name_entry *destination; local
202 destination = answer->name;
215 addr = &destination->addr_list;
885 * Send out a name service packet to proper destination.
888 * struct netbios_name *dest -> NETBIOS name of destination
922 smb_netbios_send_rcv(int bcast, addr_entry_t *destination, argument
931 if ((destination->flags & ADDR_FLAG_VALID) == 0)
936 if (smb_send_name_service_packet(destination, packet) >= 0) {
937 rc = smb_netbios_process_response(tid, destination,
965 addr_entry_t *destination; local
1040 addr_entry_t *destination; local
1175 addr_entry_t *destination; local
1261 addr_entry_t *destination; local
[all...]
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.s36 pushl %esi / save off %edi, %esi and move destination
38 movl 8+ 4(%esp),%edi / destination buffer address
94 / time to 16 byte align destination
159 / Make certain that destination buffer becomes aligned
162 neg %eax / subtract from 16 and get destination
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s40 mov %i0, %l6 ! Save pointer to destination
75 aldst: andcc %i0, 3, %i5 ! align the destination address
153 st %i4, [%i0] ! write at destination address
172 restore %l6, %g0, %o0 ! return pointer to destination
178 add %i0, %i2, %i0 ! get to end of destination space
187 restore %l6, %g0, %o0 ! return pointer to destination
H A Dascii_strcasecmp.s227 ! This is the comparision procedure used if the destination is not
273 ! we have a word aligned source and destination! This means
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s62 / find a null byte in destination string
90 / %rdi points to a null byte in destination string
H A Dstrncat.s94 / %rdi points to a null byte in destination string
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ntlm.c359 * and the destination (machine or domain name).
366 * destination: Domain or server, MIXED-case UTF-8 string.
370 const char *user, const char *destination)
386 dlen = strlen(destination);
391 bcopy(destination, utf8data + ulen, dlen + 1);
369 smbfs_ntlm_v2_hash(uchar_t *v2hash, const uchar_t *v1hash, const char *user, const char *destination) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm322 and the intended name of the file to be moved. If the destination
325 specified by the destination.
330 copy of the file under the destination name.
H A DSpec.pm218 Takes a destination path and an optional base path returns a relative path
219 from the base path to the destination path:
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py240 # where the destination file is still present in the local
691 and repository lock of the destination workspace
743 destination = self.repo.changelog.tip()
751 destination = active.parenttip.node()
753 self.clean(destination)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm143 =item -E<gt>cat_decode($destination, $octets, $offset, $terminator [,$check])
145 MUST decode I<$octets> with I<$offset> and concatenate it to I<$destination>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DUnix.pm321 Takes a destination path and an optional base path returns a relative path
322 from the base path to the destination path:

Completed in 92 milliseconds

12