| /openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/ |
| H A D | PrfDB.xs | 40 Prf_Get(pTHX_ HINI hini, PSZ app, PSZ key) { in Prf_Get() argument 45 if (CheckWinError(pPrfQueryProfileSize(hini, app, key, &len))) return &PL_sv_undef; in Prf_Get() 48 if (CheckWinError(pPrfQueryProfileData(hini, app, key, SvPVX(sv), &len)) in Prf_Get() 49 || (len == 0 && (app == NULL || key == NULL))) { /* Somewhy needed. */ in Prf_Get() 59 Prf_GetLength(HINI hini, PSZ app, PSZ key) { in Prf_GetLength() argument 62 if (CheckWinError(pPrfQueryProfileSize(hini, app, key, &len))) return -1; in Prf_GetLength() 66 #define Prf_Set(hini, app, key, s, l) \ argument 67 (!(CheckWinError(pPrfWriteProfileData(hini, app, key, s, l)))) 122 Prf_Get(hini, app, key) 124 PSZ app; [all …]
|
| H A D | PrfDB.pm | 137 my ($obj, $file, $app) = @_; 142 bless [$hini, undef, undef, $app];
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | archures.c | 522 const bfd_arch_info_type * const *app, *ap; in bfd_scan_arch() local 525 for (app = bfd_archures_list; *app != NULL; app++) in bfd_scan_arch() 527 for (ap = *app; ap != NULL; ap = ap->next) in bfd_scan_arch() 555 const bfd_arch_info_type * const *app; in bfd_arch_list() local 560 for (app = bfd_archures_list; *app != NULL; app++) in bfd_arch_list() 563 for (ap = *app; ap != NULL; ap = ap->next) in bfd_arch_list() 576 for (app = bfd_archures_list; *app != NULL; app++) in bfd_arch_list() 579 for (ap = *app; ap != NULL; ap = ap->next) in bfd_arch_list() 1059 const bfd_arch_info_type * const *app, *ap; in bfd_lookup_arch() local 1061 for (app = bfd_archures_list; *app != NULL; app++) in bfd_lookup_arch() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | archures.c | 593 const bfd_arch_info_type * const *app, *ap; in bfd_scan_arch() local 596 for (app = bfd_archures_list; *app != NULL; app++) in bfd_scan_arch() 598 for (ap = *app; ap != NULL; ap = ap->next) in bfd_scan_arch() 626 const bfd_arch_info_type * const *app; in bfd_arch_list() local 631 for (app = bfd_archures_list; *app != NULL; app++) in bfd_arch_list() 634 for (ap = *app; ap != NULL; ap = ap->next) in bfd_arch_list() 647 for (app = bfd_archures_list; *app != NULL; app++) in bfd_arch_list() 650 for (ap = *app; ap != NULL; ap = ap->next) in bfd_arch_list() 1130 const bfd_arch_info_type * const *app, *ap; in bfd_lookup_arch() local 1132 for (app = bfd_archures_list; *app != NULL; app++) in bfd_lookup_arch() [all …]
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | conf.py | 296 def preprocess_source(app, docname, source): argument 323 def cleanup_source(app, exception): argument 325 if hasattr(app.config, 'automodapi_toctreedirnm'): 326 api_source_dir = os.path.join(app.srcdir, app.config.automodapi_toctreedirnm) 329 def setup(app): argument 330 app.connect('source-read', preprocess_source) 331 app.connect('build-finished', cleanup_source)
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/bin/ |
| H A D | prove | 8 my $app = App::Prove->new; 9 $app->process_args(@ARGV); 10 exit( $app->run ? 0 : 1 );
|
| /openbsd-src/gnu/gcc/libstdc++-v3/config/io/ |
| H A D | basic_file_stdio.cc | 86 app = std::ios_base::app, in fopen_mode() enumerator 90 switch (mode & (in|out|trunc|app|binary)) in fopen_mode() 93 case ( out |app ): return "a"; in fopen_mode() 99 case (in|out |app ): return "a+"; in fopen_mode() 102 case ( out |app|binary): return "ab"; in fopen_mode() 108 case (in|out |app|binary): return "a+b"; in fopen_mode()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | testargs.t | 101 my $app = Test::Prove->new; 103 $app->process_args( '--norc', $test, '::', 'one', 'two', 'huh' ); 104 $app->run(); 105 my $log = $app->get_run_log;
|
| H A D | proverun.t | 153 my $app = FakeProve->new; 154 $app->process_args( '--norc', @{ $test->{args} } ); 158 ok eval { $app->run }, 'run returned true';
|
| H A D | prove.t | 1427 ok my $app = $class->new( exists $test->{args} ? $test->{args} : () ), 1430 isa_ok $app, 'App::Prove'; 1431 isa_ok $app, $class; 1436 $app->add_rc_file( 1439 eval { $app->process_args( '--norc', @$switches ) }; 1450 my $val = $app->$attr(); 1476 eval { $app->run }; 1487 my $gotlog = [ $app->get_log ];
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/config/io/ |
| H A D | basic_file_stdio.cc | 73 app = std::ios_base::app, in fopen_mode() enumerator 77 switch (mode & (in|out|trunc|app|binary)) in fopen_mode() 80 case ( out |app ): return "a"; in fopen_mode() 87 case ( out |app|binary): return "ab"; in fopen_mode()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/build/ |
| H A D | mac_sdk.gni | 23 …mac_sdk_path = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDK… 24 …ios_sdk_path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/S… 25 …iossim_sdk_path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D…
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | obj-ecoff.h | 64 #define obj_app_file(name, app) ecoff_new_file (name, app) argument
|
| H A D | obj-coff.h | 320 #define obj_app_file(name, app) c_dot_file_symbol (name, app) argument 381 #define obj_app_file(name, app) c_dot_file_symbol (name, app) argument
|
| /openbsd-src/gnu/llvm/lldb/cmake/caches/ |
| H A D | Apple-lldb-macOS.cmake | 11 set(CMAKE_INSTALL_PREFIX /Applications/Xcode.app/Contents/Developer/usr CACHE STRING "") 15 set(LLDB_FRAMEWORK_INSTALL_DIR /Applications/Xcode.app/Contents/SharedFrameworks CACHE STRING "")
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | links.rst | 22 LLDB is a powerful tool for exploring and debugging your app at runtime. 23 Discover the various ways to display values in your app, how to format 33 Xcode’s view debugging tools to solve UI issues in your app more
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ |
| H A D | view.t | 297 my $app = $v >= 26 ? ' |]' : ']'; 301 "[$pri1$sep2$sec2$sep2$ter2$sep2$eququat$app"); 303 "[$pri3$sep2$sec1$sep2$ter1$sep2$hanquat$app"); 307 "[$pri1$sep2$sec2$sep2$ter2$sep2"."039F$app"); 309 "[$pri3$sep2$sec1$sep2$ter1$sep1$app");
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/tools/ |
| H A D | odump | 4 . /app/appserver
|
| /openbsd-src/usr.bin/dig/lib/isc/unix/ |
| H A D | Makefile.inc | 5 SRCS+= app.c errno2result.c socket.c
|
| /openbsd-src/sys/arch/amd64/stand/efiboot/bootx64/ |
| H A D | Makefile | 7 OBJFMT= efi-app-x86_64
|
| /openbsd-src/sys/arch/amd64/stand/efiboot/bootia32/ |
| H A D | Makefile | 7 OBJFMT= efi-app-ia32
|
| /openbsd-src/gnu/llvm/lldb/examples/functions/ |
| H A D | Makefile | 11 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
|
| /openbsd-src/gnu/llvm/lldb/examples/lookup/ |
| H A D | Makefile | 10 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | fstream | 532 case ios_base::out | ios_base::app: 533 case ios_base::app: 541 case ios_base::in | ios_base::out | ios_base::app: 542 case ios_base::in | ios_base::app: 547 case ios_base::out | ios_base::app | ios_base::binary: 548 case ios_base::app | ios_base::binary: 556 case ios_base::in | ios_base::out | ios_base::app | ios_base::binary: 557 case ios_base::in | ios_base::app | ios_base::binary: 634 case ios_base::out | ios_base::app: 635 case ios_base::app: [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
| H A D | Context.t | 382 $@ = 'app'; 386 is($@, 'app', "altered \$@ in tool (nested)"); 400 $@ = 'app'; 404 is($@, 'app', "altered \$@ in tool (nested)"); 411 is($@, 'app', 'Destroy does not reset $@');
|