Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 106) sorted by relevance

12345

/dragonfly/contrib/tcp_wrappers/
H A Denviron.c104 char *destination; local
124 destination = (envp != 0 && strlen(*envp) >= l_nameval) ?
126 if (destination == 0)
128 strncpy(destination, name, l_name);
129 destination[l_name] = '=';
130 strcpy(destination + l_name + 1, value);
131 return ((envp == 0) ? addenv(destination) : (*envp = destination, 0));
/dragonfly/contrib/gcc-4.7/libobjc/
H A Daccessors.m208 memcpy (destination, source, size);
214 memcpy (destination, source, size);
227 memcpy (destination, source, size);
233 memcpy (destination, source, size);
249 memcpy (destination, source, size);
262 if (ACCESSORS_HASH (source) == ACCESSORS_HASH (destination))
267 memcpy (destination, source, size);
272 if (ACCESSORS_HASH (source) > ACCESSORS_HASH (destination))
275 second_lock = accessors_locks[ACCESSORS_HASH (destination)];
279 first_lock = accessors_locks[ACCESSORS_HASH (destination)];
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Drename.c91 set_times (const char *destination, const struct stat *statbuf) in set_times() argument
101 result = utime (destination, &tb); in set_times()
108 result = utime (destination, tb); in set_times()
116 result = utimes (destination, tv); in set_times()
122 non_fatal (_("%s: cannot set time: %s"), destination, strerror (errno)); in set_times()
/dragonfly/contrib/binutils-2.27/binutils/
H A Drename.c91 set_times (const char *destination, const struct stat *statbuf) in set_times() argument
101 result = utime (destination, &tb); in set_times()
108 result = utime (destination, tb); in set_times()
116 result = utimes (destination, tv); in set_times()
122 non_fatal (_("%s: cannot set time: %s"), destination, strerror (errno)); in set_times()
/dragonfly/contrib/binutils-2.34/gold/
H A Dint_encoding.h101 void insert_into_vector(std::vector<unsigned char>* destination, in insert_into_vector() argument
109 destination->insert(destination->end(), buffer, buffer + valsize / 8); in insert_into_vector()
/dragonfly/contrib/binutils-2.27/gold/
H A Dint_encoding.h101 void insert_into_vector(std::vector<unsigned char>* destination, in insert_into_vector() argument
109 destination->insert(destination->end(), buffer, buffer + valsize / 8); in insert_into_vector()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c215 const char *destination; in _nc_set_writedir() local
228 destination = _nc_tic_dir(0); in _nc_set_writedir()
229 if (make_db_root(destination) < 0) { in _nc_set_writedir()
233 destination = home; in _nc_set_writedir()
234 if (make_db_root(destination) < 0) in _nc_set_writedir()
236 destination, errno); in _nc_set_writedir()
245 make_db_path(actual, destination, sizeof(actual)); in _nc_set_writedir()
247 if (chdir(_nc_tic_dir(destination)) < 0 in _nc_set_writedir()
249 _nc_err_abort("%s: not a directory", destination); in _nc_set_writedir()
/dragonfly/sys/dev/drm/i915/
H A Dintel_sideband.c206 enum intel_sbi_destination destination) in intel_sbi_read() argument
221 if (destination == SBI_ICLK) in intel_sbi_read()
245 enum intel_sbi_destination destination) in intel_sbi_write() argument
261 if (destination == SBI_ICLK) in intel_sbi_write()
/dragonfly/crypto/openssh/
H A DPROTOCOL.agent36 destination constraints.
38 2. restrict-destination-v00@openssh.com key constraint extension
40 The key constraint extension supports destination- and forwarding path-
45 string restrict-destination-v00@openssh.com
/dragonfly/sbin/dhclient/
H A Ddhclient.c559 client->destination = iaddr_broadcast; in state_reboot()
577 client->destination = iaddr_broadcast; in state_init()
645 client->destination = iaddr_broadcast; in state_selecting()
775 memcpy(client->destination.iabuf, in state_bound()
778 client->destination.len = 4; in state_bound()
1134 struct sockaddr_in destination; in send_request() local
1197 memset(&destination, 0, sizeof(destination)); in send_request()
1203 memcpy(&destination.sin_addr.s_addr, client->destination.iabuf, in send_request()
1206 destination.sin_family = AF_INET; in send_request()
1207 destination.sin_len = sizeof(destination); in send_request()
[all …]
/dragonfly/contrib/lvm2/dist/doc/
H A Dpvmove_outline.txt24 destination of copy
37 who checks that that chunk has been copied to the new destination, if
/dragonfly/contrib/tcpdump/
H A Dprint-eigrp.c138 nd_uint8_t destination; /* variable length [1-4] bytes encoding */ member
158 nd_uint8_t destination; /* variable length [1-4] bytes encoding */ member
364 GET_CPY_BYTES(prefix, tlv_ptr.eigrp_tlv_ip_int->destination, byte_length); in eigrp_print()
399 GET_CPY_BYTES(prefix, tlv_ptr.eigrp_tlv_ip_ext->destination, byte_length); in eigrp_print()
/dragonfly/share/examples/diskless/
H A DREADME.TEMPLATING174 Any file found on the template destination that does not exist in the
194 tree. The program copies source to destination, duplicating devices,
202 the destination.
212 * The program refuses to delete a directory on the destination
218 doing an MD5 check between source and destination during the
222 destination that do not exist on the source, but asks for
236 the destination file ).
/dragonfly/contrib/file/magic/Magdir/
H A Dzfs48 >40 byte x destination GUID: %02X
78 >47 byte x destination GUID: %02X
/dragonfly/etc/mail/
H A Dmailertable.sample4 # List of domains (possibly wildcarded) and destination mailers
H A Daccess.sample5 # destination is local, or listed in /etc/mail/local-host-names
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dregex.c344 (destination = (char *) alloca (nsize), \
345 memcpy (destination, source, osize))
654 *(destination) = (UCHAR_T)(number); \
659 (destination)[0] = (number) & 0377; \
660 (destination)[1] = (number) >> 8; \
671 STORE_NUMBER (destination, number); \
672 (destination) += OFFSET_ADDRESS_SIZE; \
682 (destination) = *(source); \
687 (destination) = *(source) & 0377; \
1594 char *destination; \
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dregex.c344 (destination = (char *) alloca (nsize), \
345 memcpy (destination, source, osize))
654 *(destination) = (UCHAR_T)(number); \
659 (destination)[0] = (number) & 0377; \
660 (destination)[1] = (number) >> 8; \
671 STORE_NUMBER (destination, number); \
672 (destination) += OFFSET_ADDRESS_SIZE; \
682 (destination) = *(source); \
687 (destination) = *(source) & 0377; \
1594 char *destination; \
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dregex.c343 (destination = (char *) alloca (nsize), \
344 memcpy (destination, source, osize))
653 *(destination) = (UCHAR_T)(number); \
658 (destination)[0] = (number) & 0377; \
659 (destination)[1] = (number) >> 8; \
670 STORE_NUMBER (destination, number); \
671 (destination) += OFFSET_ADDRESS_SIZE; \
681 (destination) = *(source); \
686 (destination) = *(source) & 0377; \
1593 char *destination; \
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dregex.c343 (destination = (char *) alloca (nsize), \
344 memcpy (destination, source, osize))
653 *(destination) = (UCHAR_T)(number); \
658 (destination)[0] = (number) & 0377; \
659 (destination)[1] = (number) >> 8; \
670 STORE_NUMBER (destination, number); \
671 (destination) += OFFSET_ADDRESS_SIZE; \
681 (destination) = *(source); \
686 (destination) = *(source) & 0377; \
1593 char *destination; \
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dregex.c344 (destination = (char *) alloca (nsize), \
345 memcpy (destination, source, osize))
654 *(destination) = (UCHAR_T)(number); \
659 (destination)[0] = (number) & 0377; \
660 (destination)[1] = (number) >> 8; \
671 STORE_NUMBER (destination, number); \
672 (destination) += OFFSET_ADDRESS_SIZE; \
682 (destination) = *(source); \
687 (destination) = *(source) & 0377; \
1594 char *destination; \
[all …]
/dragonfly/contrib/ee/
H A Dnew_curse.c703 copy_window(origin, destination) in copy_window() argument
704 WINDOW *origin, *destination; in copy_window()
710 dest = destination->first_line;
713 row < (min(origin->Num_lines, destination->Num_lines));
717 column < (min(origin->Num_cols, destination->Num_cols));
729 destination->LX = min((destination->Num_cols - 1), origin->LX);
730 destination->LY = min((destination->Num_lines - 1), origin->LY);
731 destination->Attrib = origin->Attrib;
732 destination->scroll_up = origin->scroll_up;
733 destination->scroll_down = origin->scroll_down;
[all …]
/dragonfly/share/examples/find_interface/
H A DREADME5 packets intended for that destination would be sent.
/dragonfly/libexec/dma/
H A DREADME.markdown6 and delivers the mails either locally or to a remote destination.
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-m32r.texi306 encountered a parallel instruction in which the destination register of
309 @samp{mv r1, r2 || neg r3, r1} register r1 is the destination of the
315 encountered a parallel instruction in which the destination register of
318 @samp{mv r1, r2 || neg r2, r3} register r2 is the destination of the
346 @item Instructions write to the same destination register.

12345