Searched refs:ext (Results 1 - 25 of 622) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/test/drb/
H A Dignore_test_drb.rb7 @ext = DRbService.ext_service('ut_port.rb')
8 @there = @ext.front
12 return unless @ext
13 @ext.stop_service
17 @ext.alive?
/macosx-10.10.1/man-16/man/src/
H A Dto_cat.h2 extern const char *convert_to_cat (const char *name, const char *ext,
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Decoffswap.h100 struct hdr_ext ext[1]; local
102 *ext = *(struct hdr_ext *) ext_copy;
104 intern->magic = H_GET_S16 (abfd, ext->h_magic);
105 intern->vstamp = H_GET_S16 (abfd, ext->h_vstamp);
106 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax);
107 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine);
108 intern->cbLineOffset = ECOFF_GET_OFF (abfd, ext->h_cbLineOffset);
109 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax);
110 intern->cbDnOffset = ECOFF_GET_OFF (abfd, ext->h_cbDnOffset);
111 intern->ipdMax = H_GET_32 (abfd, ext
141 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr; local
183 struct fdr_ext ext[1]; local
251 struct fdr_ext *ext = (struct fdr_ext *) ext_ptr; local
320 struct pdr_ext ext[1]; local
382 struct pdr_ext *ext = (struct pdr_ext *) ext_ptr; local
442 struct sym_ext ext[1]; local
496 struct sym_ext *ext = (struct sym_ext *) ext_ptr; local
546 struct ext_ext ext[1]; local
585 struct ext_ext *ext = (struct ext_ext *) ext_ptr; local
635 struct rfd_ext *ext = (struct rfd_ext *) ext_ptr; local
650 struct rfd_ext *ext = (struct rfd_ext *) ext_ptr; local
665 struct opt_ext ext[1]; local
703 struct opt_ext *ext = (struct opt_ext *) ext_ptr; local
740 struct dnr_ext ext[1]; local
758 struct dnr_ext *ext = (struct dnr_ext *) ext_ptr; local
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Dslist.h48 #include <ext/slist>
H A Dtree.h48 #include <ext/rb_tree>
H A Dhashtable.h64 #include <ext/hashtable.h>
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dc++allocator.h39 #include <ext/new_allocator.h>
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinsert_fn_imps.hpp47 #include <ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp>
48 #include <ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp>
H A Dstandard_policies.hpp50 #include <ext/pb_ds/detail/standard_policies.hpp>
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_fn_imps.hpp47 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp>
48 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp>
H A Dstandard_policies.hpp50 #include <ext/pb_ds/detail/standard_policies.hpp>
51 #include <ext/pb_ds/ht_load_check_resize_trigger.hpp>
52 #include <ext/pb_ds/linear_probe_fn.hpp>
53 #include <ext/pb_ds/quadratic_probe_fn.hpp>
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/basic_tree_policy/
H A Dtraits.hpp50 #include <ext/pb_ds/detail/types_traits.hpp>
51 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
52 #include <ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp>
53 #include <ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp>
86 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
87 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
88 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
89 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/Sender/CType/
H A DWin32.pm6 my $ext = shift;
7 $ext =~ s/^.*\././;
9 RegOpenKeyEx( HKEY_CLASSES_ROOT, $ext, 0, KEY_READ, $key )
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dbitmap.tcl39 set ext [file extension $name]
40 if { $ext != "" } {
41 if { ![info exists _bmp($ext)] } {
42 error "$ext not supported"
46 if {[string equal $ext ".xpm"]} {
50 if {![catch {set _bmp($name) [image create $_bmp($ext) -file $name]}]} {
57 foreach {type ext} $_types {
58 if { [file exists [file join $dir $name$ext]] } {
59 if {[string equal $ext ".xpm"]} {
60 set _bmp($name) [xpm-to-image [file join $dir $name$ext]]
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsetprogname.c73 char * ext; local
76 ext = strrchr(fn, '.');
77 if (ext != NULL && !strcmp(ext, ".exe"))
78 *ext = '\0';
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dextended.c78 struct extop_list *ext; local
83 for (ext = supp_ext_list; ext != NULL && --index >= 0; ext = ext->next) {
87 if (ext == NULL) return NULL;
89 return &ext->oid;
98 struct extop_list *ext; local
103 for (ext = supp_ext_list; ext !
198 struct extop_list *ext = NULL; local
268 struct extop_list *ext; local
342 struct extop_list *ext; local
355 struct extop_list *ext; local
[all...]
/macosx-10.10.1/apache-793/httpd/build/
H A DPrintPath71 ext=".exe"
80 ext="" # No default extensions
109 if [ $test_exec_flag $path/${program}${ext} ] && \
110 [ ! -d $path/${program}${ext} ]; then
112 echo $path/${program}${ext}
118 if [ "x$ext" != "x" ]; then
/macosx-10.10.1/apr-32/apr/apr/build/
H A DPrintPath71 ext=".exe"
80 ext="" # No default extensions
109 if [ $test_exec_flag $path/${program}${ext} ] && \
110 [ ! -d $path/${program}${ext} ]; then
112 echo $path/${program}${ext}
118 if [ "x$ext" != "x" ]; then
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/conftools/
H A DPrintPath71 ext=".exe"
80 ext="" # No default extensions
109 if [ $test_exec_flag $path/${program}${ext} ] && \
110 [ ! -d $path/${program}${ext} ]; then
112 echo $path/${program}${ext}
118 if [ "x$ext" != "x" ]; then
/macosx-10.10.1/expat-12/expat/conftools/
H A DPrintPath57 ext=".exe"
66 ext="" # No default extensions
95 if [ $test_exec_flag $path/${program}${ext} ] && \
96 [ ! -d $path/${program}${ext} ]; then
98 echo $path/${program}${ext}
104 if [ "x$ext" != "x" ]; then
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/coff/
H A Dm88k.h161 #define GET_LNSZ_SIZE(abfd, ext) \
162 H_GET_32 (abfd, ext->x_sym.x_misc.x_lnsz.x_size)
163 #define GET_LNSZ_LNNO(abfd, ext) \
164 H_GET_32 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno)
165 #define PUT_LNSZ_LNNO(abfd, in, ext) \
166 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno)
167 #define PUT_LNSZ_SIZE(abfd, in, ext) \
168 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
169 #define GET_SCN_NRELOC(abfd, ext) \
170 H_GET_32 (abfd, ext
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dnull_metadata.hpp50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Dmod.c63 HDB_extension ext; local
67 memset(&ext, 0, sizeof(ext));
68 ext.mandatory = FALSE;
69 ext.data.element = choice_HDB_extension_data_allowed_to_delegate_to;
72 ext.data.u.allowed_to_delegate_to.val = NULL;
73 ext.data.u.allowed_to_delegate_to.len = 0;
78 ext.data.u.allowed_to_delegate_to.val =
80 sizeof(ext.data.u.allowed_to_delegate_to.val[0]));
81 ext
110 HDB_extension ext; local
153 HDB_extension ext; local
193 HDB_extension ext; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_lib.c71 static void ext_list_free(X509V3_EXT_METHOD *ext);
73 int X509V3_EXT_add(X509V3_EXT_METHOD *ext) argument
79 if(!sk_X509V3_EXT_METHOD_push(ext_list, ext)) {
108 X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext) argument
111 if((nid = OBJ_obj2nid(ext->object)) == NID_undef) return NULL;
125 X509V3_EXT_METHOD *ext, *tmpext; local
126 if(!(ext = X509V3_EXT_get_nid(nid_from))) {
134 *tmpext = *ext;
146 static void ext_list_free(X509V3_EXT_METHOD *ext) argument
148 if(ext
162 X509V3_EXT_d2i(X509_EXTENSION *ext) argument
238 X509_EXTENSION *ext, *extmp; local
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/Common/
H A Dkey_debug.c83 static void kdebug_sadb_x_policy (struct sadb_ext *ext);
85 static void kdebug_sadb_x_ipsecif (struct sadb_ext *ext);
87 static void kdebug_sadb_x_nat_t_type (struct sadb_ext *ext);
88 static void kdebug_sadb_x_nat_t_port (struct sadb_ext *ext);
107 struct sadb_ext *ext; local
122 ext = (void *)((caddr_t)(void *)base + sizeof(struct sadb_msg));
126 ext->sadb_ext_len, ext->sadb_ext_type);
128 if (ext->sadb_ext_len == 0) {
132 if (ext
460 kdebug_sadb_x_ipsecif(struct sadb_ext *ext) argument
571 kdebug_sadb_x_nat_t_type(struct sadb_ext *ext) argument
585 kdebug_sadb_x_nat_t_port(struct sadb_ext *ext) argument
[all...]

Completed in 175 milliseconds

1234567891011>>