/openbsd/gnu/llvm/lld/ELF/ |
H A D | Thunks.cpp | 537 uint64_t s = getARMThunkDestVA(destination); in getMayUseShortThunk() 906 uint64_t s = destination.getVA(); in writeTo() 921 auto &dr = cast<Defined>(destination); in getTargetInputSection() 928 uint64_t s = destination.getVA(); in writeTo() 946 auto &dr = cast<Defined>(destination); in getTargetInputSection() 953 uint64_t s = destination.getVA(); in writeTo() 971 auto &dr = cast<Defined>(destination); in getTargetInputSection() 1025 os << destination.getName(); in addSymbols() 1042 uint32_t d = destination.getVA(addend); in writeTo() 1082 s->file = destination.file; in addSymbols() [all …]
|
H A D | Thunks.h | 31 Thunk(Symbol &destination, int64_t addend); 59 Symbol &destination; variable
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | yamlish-output.t | 75 my @destination = ( 77 destination => \@buf1, 81 destination => sub { push @buf2, shift }, 85 destination => \$buf3, 93 for my $dest (@destination) { 98 $yaml->write( $in, $dest->{destination} );
|
/openbsd/usr.sbin/smtpd/ |
H A D | mail.lmtp.c | 58 const char *destination = "localhost"; in main() local 71 destination = optarg; in main() 110 conn = lmtp_connect(destination); in main() 117 lmtp_connect_inet(const char *destination) in lmtp_connect_inet() argument 127 if ((destcopy = strdup(destination)) == NULL) in lmtp_connect_inet() 194 lmtp_connect_unix(const char *destination) in lmtp_connect_unix() argument 199 if (*destination != '/') in lmtp_connect_unix() 218 lmtp_connect(const char *destination) in lmtp_connect() argument 220 if (destination[0] == '/') in lmtp_connect() 221 return lmtp_connect_unix(destination); in lmtp_connect() [all …]
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | intel_sbi.c | 14 enum intel_sbi_destination destination, in intel_sbi_rw() argument 33 if (destination == SBI_ICLK) in intel_sbi_rw() 61 enum intel_sbi_destination destination) in intel_sbi_read() argument 65 intel_sbi_rw(i915, reg, destination, &result, true); in intel_sbi_read() 71 enum intel_sbi_destination destination) in intel_sbi_write() argument 73 intel_sbi_rw(i915, reg, destination, &value, false); in intel_sbi_write()
|
H A D | intel_sbi.h | 19 enum intel_sbi_destination destination); 21 enum intel_sbi_destination destination);
|
/openbsd/usr.bin/dig/lib/isc/ |
H A D | log.c | 53 isc_logdestination_t destination; member 281 isc_logdestination_t destination; in isc_logconfig_create() local 308 destination.facility = LOG_DAEMON; in isc_logconfig_create() 311 &destination, 0); in isc_logconfig_create() 315 destination.file.stream = stderr; in isc_logconfig_create() 316 destination.file.name = NULL; in isc_logconfig_create() 318 destination.file.maximum_size = 0; in isc_logconfig_create() 322 &destination, in isc_logconfig_create() 334 destination.file.stream = stderr; in isc_logconfig_create() 335 destination.file.name = NULL; in isc_logconfig_create() [all …]
|
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aicasm_insformat.h | 50 destination : 9, member 58 destination : 9, 68 destination : 9, member 76 destination : 9,
|
H A D | aicasm_gram.y | 901 destination: 1165 T_INC destination opt_source ret ';' 1175 T_DEC destination opt_source ret ';' 1192 | T_CLC T_MVI destination ',' immediate_or_a ret ';' 1206 | T_STC destination ret ';' 1216 T_BMOV destination ',' source ',' immediate ret ';' 1223 T_MOV destination ',' source ret ';' 1233 T_MVI destination ',' immediate ret ';' 1253 T_NOT destination opt_source ret ';' 1263 T_CLR destination ret ';' [all …]
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | core_or_not.inc | 16 SV *destination = newSV(0); 25 sv_setsv(destination, source); 27 result = cBOOL(SvIsCOW(destination)); 30 SvREFCNT_dec(destination);
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | rename.c | 96 set_times (const char *destination, const struct stat *statbuf) in set_times() argument 106 result = utime (destination, &tb); in set_times() 113 result = utime (destination, tb); in set_times() 121 result = utimes (destination, tv); in set_times() 127 non_fatal (_("%s: cannot set time: %s"), destination, strerror (errno)); in set_times()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | rename.c | 98 set_times (const char *destination, const struct stat *statbuf) in set_times() argument 108 result = utime (destination, &tb); in set_times() 115 result = utime (destination, tb); in set_times() 123 result = utimes (destination, tv); in set_times() 129 non_fatal (_("%s: cannot set time: %s"), destination, strerror (errno)); in set_times()
|
/openbsd/regress/usr.sbin/bgpd/integrationtests/ |
H A D | lladdr.rdomain1.ok | 7 flags vs destination gateway lpref med aspath origin 16 flags prio destination gateway 20 destination: 2001:db8:2:: 29 destination: 2001:db8:12::
|
H A D | lladdr.rdomain2.ok | 7 flags vs destination gateway lpref med aspath origin 16 flags prio destination gateway 20 destination: 2001:db8:1:: 29 destination: 2001:db8:11::
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
H A D | PlatformAndroid.cpp | 171 const FileSpec &destination) { in GetFile() argument 173 return PlatformLinux::GetFile(source, destination); in GetFile() 191 return sync_service->PullFile(source_spec, destination); in GetFile() 209 return adb.ShellToFile(cmd, minutes(1), destination); in GetFile() 213 const FileSpec &destination, uint32_t uid, in PutFile() argument 216 return PlatformLinux::PutFile(source, destination, uid, gid); in PutFile() 218 FileSpec destination_spec(destination.GetPath(false), FileSpec::Style::posix); in PutFile()
|
H A D | PlatformAndroid.h | 47 Status GetFile(const FileSpec &source, const FileSpec &destination) override; 49 Status PutFile(const FileSpec &source, const FileSpec &destination,
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-semantics.c | 301 genrtl_goto_stmt (destination) in genrtl_goto_stmt() argument 302 tree destination; in genrtl_goto_stmt() 304 if (TREE_CODE (destination) == IDENTIFIER_NODE) 309 if (TREE_CODE (destination) == LABEL_DECL) 310 TREE_USED (destination) = 1; 314 if (TREE_CODE (destination) == LABEL_DECL) 316 label_rtx (destination); 317 expand_goto (destination); 320 expand_computed_goto (destination);
|
/openbsd/regress/sbin/ipsecctl/ |
H A D | safail2.ok | 1 stdin: 3: source/destination address families do not match 2 stdin: 6: source/destination address families do not match
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | IntrinsicsRISCV.td | 324 // For destination vector type is the same as source vector. 418 // For destination vector type is the same as first source vector. 439 // For destination vector type is the same as first source vector. The 460 // For destination vector type is NOT the same as first source vector. 579 // The destination vector type is the same as first source vector. 590 // The destination vector type is the same as first source vector. 602 // The destination vector type is the same as first source vector. 613 // The destination vector type is the same as first source vector. 625 // The destination vector type is NOT the same as first source vector. 745 // For destination vector type is NOT the same as source vector. [all …]
|
/openbsd/gnu/llvm/lldb/examples/test/ |
H A D | usage-lldb-loggings | 32 print "with log destination:", dest 48 with log destination: /tmp/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.te… 53 with log destination: /tmp/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.te… 96 print "with log destination:", dest 112 with log destination: /Volumes/data/lldb/svn/ToT/test/2012-08-22-13_21_46/lldb_log-x86_64-clang-Tes… 117 with log destination: /Volumes/data/lldb/svn/ToT/test/2012-08-22-13_21_46/lldb_log-x86_64-clang-Tes…
|
/openbsd/gnu/llvm/compiler-rt/include/fuzzer/ |
H A D | FuzzedDataProvider.h | 81 size_t ConsumeData(void *destination, size_t num_bytes); 90 void CopyAndAdvance(void *destination, size_t num_bytes); 329 inline size_t FuzzedDataProvider::ConsumeData(void *destination, in ConsumeData() argument 332 CopyAndAdvance(destination, num_bytes); in ConsumeData() 337 inline void FuzzedDataProvider::CopyAndAdvance(void *destination, in CopyAndAdvance() argument 339 std::memcpy(destination, data_ptr_, num_bytes); in CopyAndAdvance()
|
/openbsd/lib/libcurses/tinfo/ |
H A D | write_entry.c | 225 const char *destination; in _nc_set_writedir() local 235 destination = _nc_tic_dir(NULL); in _nc_set_writedir() 236 if (make_db_root(destination) < 0) { in _nc_set_writedir() 243 destination = home; in _nc_set_writedir() 244 if (make_db_root(destination) == 0) in _nc_set_writedir() 250 destination, errno); in _nc_set_writedir() 259 make_db_path(actual, destination, sizeof(actual)); in _nc_set_writedir() 261 if (chdir(_nc_tic_dir(destination)) < 0 in _nc_set_writedir() 263 _nc_err_abort("%s: not a directory", destination); in _nc_set_writedir()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 93 const lldb_private::FileSpec &destination, uint32_t uid, in PutFile() argument 98 if (source == destination) in PutFile() 105 std::string dst_path(destination.GetPath()); in PutFile() 125 std::string dst_path(destination.GetPath()); in PutFile() 153 return Platform::PutFile(source, destination, uid, gid); in PutFile() 158 const lldb_private::FileSpec &destination) // local file path in GetFile() argument 166 std::string dst_path(destination.GetPath()); in GetFile() 170 if (source == destination) in GetFile() 224 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in GetFile() 265 return Platform::GetFile(source, destination); in GetFile()
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRInstrFormats.td | 62 // d = destination = 5 bits 112 // d = destination = 4 bits 132 // d = destination = 5 bits 212 // d = destination register 236 // d = destination = 4 bits 279 // ddd = destination register 299 // d = destination = 2 bits 319 // d = destination = 5 bits 338 // d = destination = 5 bits 383 // d = destination register [all …]
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformMacOSX.h | 57 Status GetFile(const FileSpec &source, const FileSpec &destination) override { in GetFile() argument 58 return PlatformDarwin::GetFile(source, destination); in GetFile()
|