| /src/external/bsd/atf/dist/atf-c++/detail/ |
| application.cpp | 107 impl::app::app(const std::string& description, function in class:impl::app 117 impl::app::~app(void) 122 impl::app::inited(void) 127 impl::app::options_set 128 impl::app::options(void) 134 impl::app::specific_args(void) 140 impl::app::options_set 141 impl::app::specific_options(void [all...] |
| application.hpp | 64 friend class app; 73 // The "app" class. 76 class app { class in namespace:atf::application 102 app(const std::string&, const std::string&); 103 virtual ~app(void);
|
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-brootinv.c | 34 mp_ptr ap, rp, pp, app, scratch; local 49 app = TMP_ALLOC_LIMBS (MAX_LIMBS); 78 mpn_mullo_n (app, ap, pp, n); 80 if (app[0] != 1 || !(n == 1 || mpn_zero_p (app+1, n-1))) 89 gmp_fprintf (stderr, "a r^n = %Nx\n", app, n);
|
| /src/external/bsd/atf/dist/tools/ |
| application.cpp | 98 impl::app::app(const std::string& description, function in class:impl::app 111 impl::app::~app(void) 116 impl::app::inited(void) 121 impl::app::options_set 122 impl::app::options(void) 130 impl::app::specific_args(void) 136 impl::app::options_set 137 impl::app::specific_options(void [all...] |
| application.hpp | 64 friend class app; 73 // The "app" class. 76 class app { class in namespace:tools::application 104 app(const std::string&, const std::string&, const std::string&); 105 virtual ~app(void);
|
| /src/bin/sh/ |
| alias.c | 72 struct alias *ap, **app; local 75 app = hashalias(name); 82 ap->next = *app; 83 *app = ap; 88 freealias(struct alias **app, int force) 90 struct alias *ap = *app; 93 return app; 110 *app = ap->next; 116 return app; 122 struct alias *ap, **app; local 147 struct alias **app; local 236 struct alias *ap, **app; local [all...] |
| /src/sys/arch/hpc/stand/hpcboot/ |
| hpcboot.cpp | 59 HpcBootApp *app = 0; // Application body. local 64 app = new HpcBootApp(instance); 65 app->_cons = Console::Instance(); 66 app->_root = new RootWindow(*app); 68 if (!app->registerClass(reinterpret_cast <WNDPROC>(Window::_wnd_proc))) 71 if (!app->_root->create(0)) 76 ret = app->run(); // Main loop. 82 if (app->_root) 83 delete app->_root [all...] |
| /src/sys/dev/pci/ |
| if_an_pci.c | 105 const struct an_pci_product *app; local 107 for (app = an_pci_products; app->app_vendor != 0; app++) { 108 if (PCI_VENDOR(pa->pa_id) == app->app_vendor && 109 PCI_PRODUCT(pa->pa_id) == app->app_product)
|
| if_atw_pci.c | 112 const struct atw_pci_product *app; local 114 for (app = atw_pci_products; 115 app->app_product_name != NULL; 116 app++) { 117 if (PCI_VENDOR(pa->pa_id) == app->app_vendor && 118 PCI_PRODUCT(pa->pa_id) == app->app_product) 119 return (app); 175 const struct atw_pci_product *app; local 184 app = atw_pci_lookup(pa); 185 if (app == NULL) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| dyngroup.c | 84 adpair **app, *ap; local 86 app = (adpair **)&on->on_bi.bi_private; 87 for (i=0; i<=c->valx; i++, app = &ap->ap_next) { 88 ap = *app; 90 *app = ap->ap_next; 98 adpair ap = { NULL, NULL, NULL }, **app, *a2; local 119 for ( app = (adpair **)&on->on_bi.bi_private; *app; app = &(*app)->ap_next [all...] |
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_channel.h | 164 unsigned int app : 1; member in struct:quic_terminate_cause_st
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
| Test.pm | 19 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test 37 ok(run(app(["openssl", "version"])), "check for openssl presence"); 183 ok(run(app(["openssl", "version"]), stdout => "foo.txt")); 243 =item B<app ARRAYREF, OPTS> 250 C<app> expects to find the given command (the first item in the given list 258 Also, for both C<app> and C<test>, the command may be prefixed with 268 interpreted to reside in the same location as C<app> and C<test>. 297 my $cmd = app(["openssl", ...]); 325 sub app { subroutine 647 LIST is a list of CODEREFs returned by C<app> or C<test>, from which C<pipe [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| modify.c | 124 Attribute **app = &e->e_attrs; local 125 while ( *app != NULL ) { 126 if ( !is_at_operational( (*app)->a_desc->ad_type )) { 127 Attribute *save = *app; 128 *app = (*app)->a_next; 132 app = &(*app)->a_next;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| archures.c | 839 const bfd_arch_info_type * const *app, *ap; local 842 for (app = bfd_archures_list; *app != NULL; app++) 844 for (ap = *app; ap != NULL; ap = ap->next) 872 const bfd_arch_info_type * const *app; local 877 for (app = bfd_archures_list; *app != NULL; app++) 880 for (ap = *app; ap != NULL; ap = ap->next 1365 const bfd_arch_info_type * const *app, *ap; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| archures.c | 839 const bfd_arch_info_type * const *app, *ap; local 842 for (app = bfd_archures_list; *app != NULL; app++) 844 for (ap = *app; ap != NULL; ap = ap->next) 872 const bfd_arch_info_type * const *app; local 877 for (app = bfd_archures_list; *app != NULL; app++) 880 for (ap = *app; ap != NULL; ap = ap->next 1365 const bfd_arch_info_type * const *app, *ap; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| archures.c | 837 const bfd_arch_info_type * const *app, *ap; local 840 for (app = bfd_archures_list; *app != NULL; app++) 842 for (ap = *app; ap != NULL; ap = ap->next) 870 const bfd_arch_info_type * const *app; local 875 for (app = bfd_archures_list; *app != NULL; app++) 878 for (ap = *app; ap != NULL; ap = ap->next 1363 const bfd_arch_info_type * const *app, *ap; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| archures.c | 843 const bfd_arch_info_type * const *app, *ap; local 846 for (app = bfd_archures_list; *app != NULL; app++) 848 for (ap = *app; ap != NULL; ap = ap->next) 876 const bfd_arch_info_type * const *app; local 881 for (app = bfd_archures_list; *app != NULL; app++) 884 for (ap = *app; ap != NULL; ap = ap->next 1368 const bfd_arch_info_type * const *app, *ap; local [all...] |
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 20 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test 42 ok(run(app(["openssl", "version"])), "check for openssl presence"); 186 ok(run(app(["openssl", "version"]), stdout => "foo.txt")); 243 =item B<app ARRAYREF, OPTS> 250 C<app> expects to find the given command (the first item in the given list 258 Also, for both C<app> and C<test>, the command may be prefixed with 268 interpreted to reside in the same location as C<app> and C<test>. 297 my $cmd = app(["openssl", ...]); 325 sub app { subroutine 720 LIST is a list of CODEREFs returned by C<app> or C<test>, from which C<pipe [all...] |
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 19 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test 41 ok(run(app(["openssl", "version"])), "check for openssl presence"); 185 ok(run(app(["openssl", "version"]), stdout => "foo.txt")); 242 =item B<app ARRAYREF, OPTS> 249 C<app> expects to find the given command (the first item in the given list 257 Also, for both C<app> and C<test>, the command may be prefixed with 267 interpreted to reside in the same location as C<app> and C<test>. 296 my $cmd = app(["openssl", ...]); 324 sub app { subroutine 694 LIST is a list of CODEREFs returned by C<app> or C<test>, from which C<pipe [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/dupent/ |
| dupent.c | 349 dupent_attr_prepare( dupent_t *ds, Entry *e, valnum_t *valnum, int nattrs, int c, Attribute **app, Attribute **ap_listp ) 351 valnum[c].ap = *app; 352 *app = (*app)->a_next; 380 Attribute **app, *ap_list = NULL; local 418 for ( app = &e->e_attrs; *app != NULL; app = &(*app)->a_next ) { 419 if ( (*app)->a_desc == dc->dc_ds->ds_an[ i ].an_desc ) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| modify.c | 138 Attribute **app = &e->e_attrs; local 139 while ( *app != NULL ) { 140 if ( !is_at_operational( (*app)->a_desc->ad_type )) { 141 Attribute *save = *app; 142 *app = (*app)->a_next; 146 app = &(*app)->a_next;
|
| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| wpagui.h | 51 WpaGui(QApplication *app, QWidget *parent = 0, const char *name = 0, 176 QApplication *app; member in class:WpaGui
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/io/ |
| basic_file_stdio.cc | 86 app = std::ios_base::app, enumerator in enum:__anon14646::__anon14647 93 switch (mode & (in|out|trunc|app|binary|noreplace)) 99 case ( out |app ): return "a"; 100 case ( app ): return "a"; 105 case (in|out |app ): return "a+"; 106 case (in |app ): return "a+"; 110 case ( out |app|binary ): return "ab"; 111 case ( app|binary ): return "ab"; 117 case (in|out |app|binary ): return "a+b" [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| ios.cc | 61 const ios_base::openmode ios_base::app; member in class:ios_base
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/ |
| basic_file_stdio.cc | 80 app = std::ios_base::app, enumerator in enum:__anon17044::__anon17045 87 switch (mode & (in|out|trunc|app|binary|noreplace)) 93 case ( out |app ): return "a"; 94 case ( app ): return "a"; 99 case (in|out |app ): return "a+"; 100 case (in |app ): return "a+"; 104 case ( out |app|binary ): return "ab"; 105 case ( app|binary ): return "ab"; 111 case (in|out |app|binary ): return "a+b" [all...] |