Searched refs:ext (Results 76 - 100 of 622) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/test/mkmf/
H A Dtest_find_executable.rb21 exts.each do |ext|
22 full = name+ext
29 assert_equal("#{@tmpdir}/#{name}#{ext}", result, bug2669)
38 exts.each do |ext|
39 full = name+ext
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/test/
H A Dext-test.tcl0 # ext-test.tcl --
5 # $Id: ext-test.tcl,v 1.1.1.1 2001/08/14 00:45:27 balls Exp $
17 set ch [open ext-test.xsl]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp57 #include <ext/pb_ds/detail/cond_dealtor.hpp>
58 #include <ext/pb_ds/detail/type_utils.hpp>
59 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
60 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
225 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp>
226 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp>
227 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp>
228 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp>
229 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp>
230 #include <ext/pb_d
[all...]
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dbanners.c68 *ext; /* Pointer to extension */ local
110 if ((ext = strrchr(dent->filename, '.')) != NULL)
111 if (!strcmp(ext, ".bck") ||
112 !strcmp(ext, ".bak") ||
113 !strcmp(ext, ".sav"))
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_prn.c67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
108 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) argument
117 if(!(method = X509V3_EXT_get(ext)))
118 return unknown_ext_print(out, ext, flag, indent, 0);
119 p = ext->value->data;
120 if(method->it) ext_str = ASN1_item_d2i(NULL, &p, ext->value->length, ASN1_ITEM_ptr(method->it));
121 else ext_str = method->d2i(NULL, &p, ext->value->length);
123 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1);
198 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) argument
214 ext
225 X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) argument
[all...]
/macosx-10.10.1/man-16/man/src/
H A Dmanfile.c20 const char *ext, int flags));
67 const char *name, const char *ext, char *hpx,
82 len = my_lth(dir) + my_lth(sec) + my_lth(hpx) + my_lth(name) + my_lth(ext)
87 gripe(CALLTRACE3, dir, sec, name, ext, hpx, glob, type);
96 sec, hpx, name, ext);
108 dir, sec, hpx, name, ext, glob ? GLOB : "");
124 const char *name, const char *ext, int type) {
128 namesglob = glob_for_file_ext_glob(dir,sec,name,ext,hpx,1,type);
131 namesglob = glob_for_file_ext_glob(dir,sec,name,ext,hpx,1,type);
137 names = glob_for_file_ext_glob(dir,sec,name,ext,hp
66 glob_for_file_ext_glob(const char *dir, const char *sec, const char *name, const char *ext, char *hpx, int glob, int type) argument
123 glob_for_file_ext(const char *dir, const char *sec, const char *name, const char *ext, int type) argument
172 char ext[2]; local
301 manfile(const char *name, const char *section, int flags, char **sectionlist, char **manpath, const char *((*tocat)(const char *man_filename, const char *ext, int flags))) argument
[all...]
H A Dto_cat.c61 convert_to_cat (const char *name0, const char *ext, int standards) { argument
83 len = (ext ? strlen(ext) : 0);
153 if (ext) { /* allocate room for extension */
164 } else if (ext)
165 strcat (cat_name, ext);
/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A Dkeys.c214 HDB_extension *ext; local
221 ext = hdb_find_extension(entry, choice_HDB_extension_data_hist_keys);
222 if (ext == NULL) {
224 ext = calloc(1, sizeof (*ext));
225 if (ext == NULL)
228 ext->data.element = choice_HDB_extension_data_hist_keys;
243 ret = add_HDB_Ext_KeySet(&ext->data.u.hist_keys, &newkeyset);
248 /* hdb_replace_extension() deep-copies ext; what a waste */
249 ret = hdb_replace_extension(context, entry, ext);
276 HDB_extension ext; local
330 HDB_extension ext; local
698 HDB_extension ext; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/posix1e/
H A Dacl_translate.c55 struct kauth_filesec *ext = (struct kauth_filesec *)buf; local
68 bzero(ext, reqsize);
69 ext->fsec_magic = OSSwapHostToBigInt32(KAUTH_FILESEC_MAGIC);
73 ext->fsec_entrycount = OSSwapHostToBigInt32(KAUTH_FILESEC_NOACL);
78 ext->fsec_entrycount = OSSwapHostToBigInt32(acl->a_entries);
79 ext->fsec_flags = OSSwapHostToBigInt32(acl->a_flags);
84 ext->fsec_ace[i].ace_applicable = acl->a_ace[i].ae_applicable;
85 ext->fsec_ace[i].ace_flags =
87 ext->fsec_ace[i].ace_rights = OSSwapHostToBigInt32(acl->a_ace[i].ae_perms);
99 struct kauth_filesec *ext local
146 struct kauth_filesec *ext = (struct kauth_filesec *)buf; local
178 struct kauth_filesec *ext = (struct kauth_filesec *)buf; local
[all...]
/macosx-10.10.1/apr-32/apr/apr/build/
H A Daplibtool.c231 char *ext = strrchr(arg, '.'); local
235 if (!ext) {
239 ext++;
253 if (strcmp(ext, "lo") == 0) {
256 strcpy(newarg + (ext - arg), OBJECT_EXT);
262 if (strcmp(ext, "la") == 0) {
273 ext = strrchr(newarg, '.') + 1;
276 strcpy(ext, DYNAMIC_LIB_EXT);
279 strcpy(ext, STATIC_LIB_EXT);
286 if (strcmp(ext, "
308 char *ext = strrchr(arg, '.'); local
383 char *ext; local
630 char *ext; local
701 char *ext; local
732 char *ext = strrchr(tmppath, '.'); local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_x509revoked.c148 X509_EXTENSION *ext; local
159 ext = X509_REVOKED_get_ext(rev, i);
160 rb_ary_push(ary, ossl_x509ext_new(ext));
173 X509_EXTENSION *ext; local
186 ext = DupX509ExtPtr(item);
187 if(!X509_REVOKED_add_ext(rev, ext, -1)) {
196 ossl_x509revoked_add_extension(VALUE self, VALUE ext) argument
201 if(!X509_REVOKED_add_ext(rev, DupX509ExtPtr(ext), -1)) {
205 return ext;
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dchpass_s.c107 HDB_extension *ext; local
109 ext = hdb_find_extension(&ent.entry, choice_HDB_extension_data_hist_keys);
110 if (ext != NULL)
113 &ext->data.u.hist_keys);
132 HDB_extension ext; local
134 ext.data.element = choice_HDB_extension_data_hist_keys;
135 ext.data.u.hist_keys.len = 0;
136 ext.data.u.hist_keys.val = NULL;
137 ret = hdb_replace_extension(context->context, &ent.entry, &ext);
243 HDB_extension ext; local
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/
H A Dhash_policy.hpp53 #include <ext/pb_ds/exception.hpp>
54 #include <ext/pb_ds/detail/type_utils.hpp>
55 #include <ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp>
56 #include <ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp>
57 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp>
90 #include <ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp>
114 #include <ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp>
146 #include <ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp>
178 #include <ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp>
293 #include <ext/pb_d
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp51 #include <ext/pb_ds/exception.hpp>
52 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp>
53 #include <ext/pb_ds/detail/types_traits.hpp>
54 #include <ext/pb_ds/detail/map_debug_base.hpp>
55 #include <ext/pb_ds/tree_policy.hpp>
56 #include <ext/pb_ds/detail/cond_dealtor.hpp>
57 #include <ext/pb_ds/detail/type_utils.hpp>
58 #include <ext/pb_ds/detail/tree_trace_base.hpp>
473 #include <ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp>
474 #include <ext/pb_d
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Duntar40 for ext in "" .Z .z .gz; do
41 if [ -f "$file.tar$ext" ]; then
42 file="$file.tar$ext"
/macosx-10.10.1/less-25/less/
H A Dlglob.h52 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \
57 char ext[_MAX_EXT]; \
67 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \
72 char ext[_MAX_EXT]; \
83 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \
88 char ext[MAXEXT]; \
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_x509ext.rb22 ext = OpenSSL::X509::Extension.new(@basic_constraints.to_der)
23 assert_equal("basicConstraints", ext.oid)
24 assert_equal(true, ext.critical?)
25 assert_equal("CA:TRUE, pathlen:2", ext.value)
27 ext = OpenSSL::X509::Extension.new("2.5.29.19",
29 assert_equal(@basic_constraints.to_der, ext.to_der)
/macosx-10.10.1/ruby-106/ruby/
H A Dload.c230 const char *feature_str, *feature_end, *ext, *p; local
235 for (ext = feature_end; ext > feature_str; ext--)
236 if (*ext == '.' || *ext == '/')
238 if (*ext != '.')
239 ext = NULL;
240 /* Now `ext` points to the only string matching %r{^\.[^./]*$} that is
243 p = ext
374 rb_feature_p(const char *feature, const char *ext, int rb, int expanded, const char **fn) argument
525 const char *ext = strrchr(feature, '.'); local
834 char *ext, *ftptr; local
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp55 #include <ext/pb_ds/detail/cond_dealtor.hpp>
56 #include <ext/pb_ds/detail/type_utils.hpp>
57 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp>
58 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp>
59 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp>
340 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp>
341 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp>
342 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp>
343 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp>
344 #include <ext/pb_d
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp54 #include <ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp>
55 #include <ext/pb_ds/detail/pat_trie_/node_base.hpp>
56 #include <ext/pb_ds/exception.hpp>
57 #include <ext/pb_ds/tag_and_trait.hpp>
58 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp>
59 #include <ext/pb_ds/detail/types_traits.hpp>
60 #include <ext/pb_ds/tree_policy.hpp>
61 #include <ext/pb_ds/detail/cond_dealtor.hpp>
62 #include <ext/pb_ds/detail/type_utils.hpp>
70 #include <ext/pb_d
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvsprintf.c50 struct __sFILEX ext; local
51 f._extra = &ext;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/makeCertPolicy/
H A DmakeCertPolicy.cpp71 CSSM_X509_EXTENSION ext; local
123 ext.extnId = CSSMOID_CertificatePolicies;
124 ext.critical = CSSM_FALSE;
125 ext.format = CSSM_X509_DATAFORMAT_PARSED;
138 ext.value.parsedValue = &cp;
139 ext.BERvalue.Data = NULL;
140 ext.BERvalue.Length = 0;
154 &ext, // extensions
/macosx-10.10.1/dcerpc-61/dcerpc/
H A DBUILD-LINUX-DEBUG.SH82 ./configure --enable-afnp --prefix=/opt/novell/xad --sysconfdir=/etc/opt/novell/xad --localstatedir=/var/opt/novell/xad --with-pthread-ext-dir=/opt/novell
H A DBUILD-LINUX.SH82 ./configure --enable-afnp --prefix=/opt/novell/xad --sysconfdir=/etc/opt/novell/xad --localstatedir=/var/opt/novell/xad --with-pthread-ext-dir=/opt/novell
H A DBUILD-LINUX64.SH80 ./configure --enable-afnp --prefix=/opt/novell/xad --libdir=/opt/novell/xad/lib64 --sysconfdir=/etc/opt/novell/xad --localstatedir=/var/opt/novell/xad --with-pthread-ext-dir=/opt/novell

Completed in 188 milliseconds

1234567891011>>