HomeSort by: relevance | last modified time | path
    Searched refs:destination (Results 1 - 25 of 283) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mpl/bind/dist/bin/named/
log.c 106 isc_logdestination_t destination; local
114 destination.file.stream = NULL;
115 destination.file.name = "named.run";
116 destination.file.versions = ISC_LOG_ROLLNEVER;
117 destination.file.maximum_size = 0;
119 ISC_LOG_DYNAMIC, &destination,
124 destination.file.stream = NULL;
125 destination.file.name = named_g_logfile;
126 destination.file.versions = ISC_LOG_ROLLNEVER;
127 destination.file.maximum_size = 0
149 isc_logdestination_t destination; local
196 isc_logdestination_t destination = { local
    [all...]
  /src/external/bsd/kyua-cli/dist/integration/
utils.sh 44 # \param destination The target location for the binary; can be either
48 local destination="${1}"; shift
50 ln -s "$(atf_get_srcdir)"/helpers/"${name}" "${destination}"
  /src/external/gpl3/gcc/dist/libobjc/
accessors.m 205 objc_getPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL __attribute__((unused)) has_strong)
208 memcpy (destination, source, size);
214 memcpy (destination, source, size);
224 objc_setPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL __attribute__((unused)) has_strong)
227 memcpy (destination, source, size);
230 objc_mutex_t lock = accessors_locks[ACCESSORS_HASH (destination)];
233 memcpy (destination, source, size);
246 objc_copyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL __attribute__((unused)) has_strong)
249 memcpy (destination, source, size);
262 if (ACCESSORS_HASH (source) == ACCESSORS_HASH (destination))
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/
accessors.m 205 objc_getPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL __attribute__((unused)) has_strong)
208 memcpy (destination, source, size);
214 memcpy (destination, source, size);
224 objc_setPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL __attribute__((unused)) has_strong)
227 memcpy (destination, source, size);
230 objc_mutex_t lock = accessors_locks[ACCESSORS_HASH (destination)];
233 memcpy (destination, source, size);
246 objc_copyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL __attribute__((unused)) has_strong)
249 memcpy (destination, source, size);
262 if (ACCESSORS_HASH (source) == ACCESSORS_HASH (destination))
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
icmp.h 29 void neighbor_solicit_send(interface_t *NONNULL interface, struct in6_addr *NONNULL destination);
35 void neighbor_solicit_send(interface_t *NONNULL interface, struct in6_addr *NONNULL destination);
37 void router_advertisement_send(interface_t *NONNULL interface, const struct in6_addr *NONNULL destination);
  /src/external/gpl3/gdb/dist/sim/testsuite/riscv/
jalr.s 11 # Jump to the destination in a0.
14 # If we write destination into a0 before reading it in order
  /src/external/gpl3/gdb.old/dist/sim/testsuite/riscv/
jalr.s 11 # Jump to the destination in a0.
14 # If we write destination into a0 before reading it in order
  /src/external/ibm-public/postfix/dist/src/util/
environ.c 88 char *destination; local
108 destination = (envp != 0 && strlen(*envp) >= l_nameval) ?
110 if (destination == 0)
112 strncpy(destination, name, l_name);
113 destination[l_name] = '=';
114 strcpy(destination + l_name + 1, value);
115 return ((envp == 0) ? addenv(destination) : (*envp = destination, 0));
  /src/sys/dev/microcode/aic7xxx/
aicasm_insformat.h 49 destination : 9, member in struct:ins_format1
57 destination : 9,
67 destination : 9, member in struct:ins_format2
75 destination : 9,
  /src/external/mpl/bind/dist/bin/tools/
named-journalprint.c 43 isc_logdestination_t destination; local
52 destination.file.stream = errout;
53 destination.file.name = NULL;
54 destination.file.versions = ISC_LOG_ROLLNEVER;
55 destination.file.maximum_size = 0;
57 ISC_LOG_DYNAMIC, &destination, 0);
  /src/external/gpl3/binutils/dist/binutils/
rename.c 165 /* Set the times of the file DESTINATION to be the same as those in
169 set_times (const char *destination, const struct stat *statbuf)
176 result = utimensat (AT_FDCWD, destination, times, 0);
184 result = utimes (destination, tv);
190 result = utime (destination, &tb);
196 result = utime (destination, tb);
200 non_fatal (_("%s: cannot set time: %s"), destination, strerror (errno));
  /src/external/gpl3/binutils.old/dist/binutils/
rename.c 165 /* Set the times of the file DESTINATION to be the same as those in
169 set_times (const char *destination, const struct stat *statbuf)
176 result = utimensat (AT_FDCWD, destination, times, 0);
184 result = utimes (destination, tv);
190 result = utime (destination, &tb);
196 result = utime (destination, tb);
200 non_fatal (_("%s: cannot set time: %s"), destination, strerror (errno));
  /src/external/mpl/bind/dist/bin/tests/system/
makejournal.c 90 isc_logdestination_t destination; local
115 destination.file.stream = stderr;
116 destination.file.name = NULL;
117 destination.file.versions = ISC_LOG_ROLLNEVER;
118 destination.file.maximum_size = 0;
120 ISC_LOG_DYNAMIC, &destination, 0);
  /src/external/mpl/bind/dist/bin/tests/system/rsabigexponent/
bigkey.c 54 isc_logdestination_t destination; variable
117 destination.file.stream = stderr;
118 destination.file.name = NULL;
119 destination.file.versions = ISC_LOG_ROLLNEVER;
120 destination.file.maximum_size = 0;
122 &destination,
  /src/external/mpl/bind/dist/doc/misc/
cfg_test.c 66 isc_logdestination_t destination; local
84 destination.file.stream = stderr;
85 destination.file.name = NULL;
86 destination.file.versions = ISC_LOG_ROLLNEVER;
87 destination.file.maximum_size = 0;
89 ISC_LOG_DYNAMIC, &destination, ISC_LOG_PRINTTIME);
  /src/lib/libc/arch/m68k/string/
swab.S 7 movl 8(%sp),%a1 | destination
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 61 public int Get(byte[] destination, int offset, int count)
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 61 public int Get(byte[] destination, int offset, int count)
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 61 public int Get(byte[] destination, int offset, int count)
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 61 public int Get(byte[] destination, int offset, int count)
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs 61 public int Get(byte[] destination, int offset, int count)
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
  /src/sys/arch/vax/vax/
emulate.S 114 argl(6,%r5) # (6) destination address == %r5
115 arguw(5,%r4) # (5) destination length == %r4
141 argl(6,%r5) # (6) destination address == %r5
142 arguw(5,%r4) # (5) destination length == %r4
345 arguw(3,%r9) # (3) destination length == %r9
346 argl(4,%r3) # (4) destination address == %r3
351 addl2 %r9,%r3 # %r3 = destination address of LSNibble
352 incl %r9 # destination length is in bytes
354 extzv $0,$4,(%r3),%r2 # set standard +/- indicators in destination
374 cmpl %r11,%r9 # if source is longer than destination
    [all...]
  /src/external/bsd/atf/dist/atf-c++/
utils.cpp 46 atf::utils::copy_file(const std::string& source, const std::string& destination)
48 atf_utils_copy_file(source.c_str(), destination.c_str());
  /src/external/mit/xorg/lib/libxcb/files/
xfixes.h 354 xcb_xfixes_region_t destination; member in struct:xcb_xfixes_copy_region_request_t
369 xcb_xfixes_region_t destination; member in struct:xcb_xfixes_union_region_request_t
384 xcb_xfixes_region_t destination; member in struct:xcb_xfixes_intersect_region_request_t
399 xcb_xfixes_region_t destination; member in struct:xcb_xfixes_subtract_region_request_t
414 xcb_xfixes_region_t destination; member in struct:xcb_xfixes_invert_region_request_t
443 xcb_xfixes_region_t destination; member in struct:xcb_xfixes_region_extents_request_t
626 xcb_cursor_t destination; member in struct:xcb_xfixes_change_cursor_request_t
655 xcb_xfixes_region_t destination; member in struct:xcb_xfixes_expand_region_request_t
1264 xcb_xfixes_region_t destination);
1277 xcb_xfixes_region_t destination);
    [all...]
  /src/external/mpl/bind/dist/tests/isccfg/
duration_test.c 54 isc_logdestination_t destination; local
61 destination.file.stream = stderr;
62 destination.file.name = NULL;
63 destination.file.versions = ISC_LOG_ROLLNEVER;
64 destination.file.maximum_size = 0;
66 ISC_LOG_DYNAMIC, &destination, 0);

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>