/openbsd/usr.bin/mixerctl/ |
H A D | mixerctl.c | 65 mixer_devinfo_t *infos; variable 307 (infos = calloc(ndev, sizeof *infos)) == NULL || in main() 312 infos[i].index = i; in main() 323 rfields[i].infp = &infos[i]; in main() 328 values[i].type = infos[i].type; in main() 329 if (infos[i].type != AUDIO_MIXER_CLASS) { in main() 340 if (infos[i].type != AUDIO_MIXER_CLASS && in main() 341 infos[i].prev == AUDIO_MIXER_LAST) { in main() 344 pos = infos[pos].next) { in main() 346 catstr(rfields[i].name, infos[pos].label.name, in main() [all …]
|
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
H A D | runner.py | 192 infos = [] 193 infos.append("%d passes" % passed) 194 infos.append("%d failures" % failed) 195 infos.append("%d errors" % errored) 196 infos.append("%d skipped" % skipped) 197 infos.append("%d expected failures" % expectedFails) 198 infos.append("%d unexpected successes" % unexpectedSuccesses) 205 self.stream.writeln(" (%s)" % (", ".join(infos),))
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeThreadNetBSD.cpp | 196 std::vector<struct kinfo_lwp> infos; in GetName() local 208 infos.resize(size / sizeof(struct kinfo_lwp)); in GetName() 210 if (sysctl(mib, 5, infos.data(), &size, NULL, 0) == -1 || size == 0) { in GetName() 217 if (static_cast<lldb::tid_t>(infos[i].l_lid) == m_tid) { in GetName() 218 return infos[i].l_name; in GetName()
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/ |
H A D | IP.pm | 570 my @infos; 584 push @infos, { 594 if( !@infos ) { 597 @infos = ( { 606 ( my $err, @infos ) = getaddrinfo( "", "0", \%hints ); 623 ${*$self}{io_socket_ip_infos} = \@infos;
|
/openbsd/gnu/llvm/compiler-rt/lib/stats/ |
H A D | stats.h | 33 StatInfo infos[1]; member
|
H A D | stats.cpp | 71 StatInfo *s = &smod->infos[i]; in WriteModuleReport()
|
/openbsd/gnu/llvm/libcxxabi/ |
H A D | .gitignore | 31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/openbsd/usr.bin/file/magdir/ |
H A D | os400 | 10 # header in the first descriptor where there are some useful infos,
|
H A D | audio | 559 # some infos on the header file available at :
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 354 clang::FunctionDecl *func_decl, const TemplateParameterInfos &infos); 358 const TemplateParameterInfos &infos); 363 const TemplateParameterInfos &infos); 371 const TemplateParameterInfos &infos);
|
H A D | TypeSystemClang.cpp | 1487 const TemplateParameterInfos &infos) { in CreateFunctionTemplateSpecializationInfo() argument 1489 TemplateArgumentList::CreateCopy(func_decl->getASTContext(), infos.args); in CreateFunctionTemplateSpecializationInfo()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 6328 struct all_image_infos_header infos; 6329 infos.version = 1; 6330 infos.imgcount = modules_count; 6331 infos.entries_size = sizeof(image_entry); 6332 infos.entries_fileoff = initial_file_offset + sizeof(all_image_infos_header); 6333 infos.unused = 0; 6335 all_image_infos_payload.PutHex32(infos.version); 6336 all_image_infos_payload.PutHex32(infos.imgcount); 6337 all_image_infos_payload.PutHex64(infos.entries_fileoff); 6338 all_image_infos_payload.PutHex32(infos.entries_size); [all …]
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | LLVM-Config.cmake | 187 # Link all the infos from all the targets
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachTask.mm | 912 // So the TASK_DYLD_INFO used to just return the address of the all image infos 938 // We now have the address of the all image infos structure
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | ExceptionHandling.rst | 228 known until all the type infos have been gathered in the backend, the catch code 285 will have a filter clause. The clause consists of an array of type infos. 287 if the exception does not match any of the type infos. If no match is found then
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Formatter/ |
H A D | TAP.t | 780 "Got all infos"
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 427 …DEBUG_PRINTF ("class_infos_byte_size = %u (%llu class infos)\n", class_infos_byte_size, (uint64_t)…
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | ChangeLog | 447 error instead of the number of restored port infos.
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-3.x | 4211 off of frames and not frame infos.
|
H A D | ChangeLog-1994 | 4409 files. Also call target_link() to get relocation infos.
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 4147 HelpText<"Set the output <file> for debug infos">, MetaVarName<"<file>">,
|