Searched refs:VALUE (Results 251 - 275 of 433) sorted by relevance

<<1112131415161718

/macosx-10.10/ruby-106/ruby/ext/io/console/
H A Dconsole.c100 rawmode_opt(int argc, VALUE *argv, rawmode_arg_t *opts)
103 VALUE vopts;
106 VALUE vmin = rb_hash_aref(vopts, ID2SYM(rb_intern("min")));
107 VALUE vtime = rb_hash_aref(vopts, ID2SYM(rb_intern("time")));
116 VALUE v10 = INT2FIX(10);
225 VALUE wio = fptr->tied_io_for_writing;
236 static VALUE
237 ttymode(VALUE io, VALUE (*func)(VALUE), voi
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dbignum.c28 VALUE rb_cBignum;
30 static VALUE big_three = Qnil;
57 dump_bignum(VALUE x)
68 static VALUE
69 rb_big_dump(VALUE x)
79 bigzero_p(VALUE x)
91 rb_bigzero_p(VALUE x)
97 rb_cmpint(VALUE val, VALUE a, VALUE
[all...]
H A Dencoding.c40 VALUE rb_cEncoding;
41 static VALUE rb_encoding_list;
81 static VALUE
87 static VALUE
90 VALUE list, enc;
102 VALUE
126 enc_check_encoding(VALUE obj)
135 must_encoding(VALUE enc)
146 rb_to_encoding_index(VALUE enc)
165 str_find_encindex(VALUE en
[all...]
H A Dio.c131 VALUE rb_cIO;
132 VALUE rb_eEOFError;
133 VALUE rb_eIOError;
134 VALUE rb_mWaitReadable;
135 VALUE rb_mWaitWritable;
137 VALUE rb_stdin, rb_stdout, rb_stderr;
138 VALUE rb_deferr; /* rescue VIM plugin */
139 static VALUE orig_stdout, orig_stderr;
141 VALUE rb_output_fs;
142 VALUE rb_r
[all...]
H A Dmarshal.c87 VALUE newclass;
88 VALUE oldclass;
89 VALUE (*dumper)(VALUE);
90 VALUE (*loader)(VALUE, VALUE);
94 static VALUE compat_allocator_tbl_wrapper;
113 rb_marshal_define_compat(VALUE newclass, VALUE oldclas
[all...]
H A Dprobes_helper.h7 VALUE rb_class_path_no_cache(VALUE _klass);
12 VALUE _klass = (klazz); \
13 VALUE _id = (id); \
32 VALUE _name = rb_class_path_no_cache(_klass); \
H A Dsafe.c52 static VALUE
59 safe_setter(VALUE val)
94 rb_secure_update(VALUE obj)
113 rb_check_safe_obj(VALUE x)
122 rb_check_safe_str(VALUE x)
H A Ddir.c321 VALUE rb_cDir;
325 VALUE path;
357 static VALUE dir_close(VALUE);
368 static VALUE
369 dir_s_alloc(VALUE klass)
372 VALUE obj = TypedData_Make_Struct(klass, struct dir_data, &dir_data_type, dirp);
387 static VALUE
388 dir_initialize(int argc, VALUE *argv, VALUE di
[all...]
H A Dtime.c45 eq(VALUE x, VALUE y)
54 cmp(VALUE x, VALUE y)
72 static VALUE
73 add(VALUE x, VALUE y)
84 static VALUE
85 sub(VALUE x, VALUE
[all...]
H A Dgc.h10 NOINLINE(void rb_gc_set_stack_end(VALUE **stack_end_p));
69 int ruby_get_stack_grow_direction(volatile VALUE *addr);
81 #define STACK_GROW_DIR_DETECTION VALUE stack_grow_dir_detection
91 size_t rb_objspace_data_type_memsize(VALUE obj);
92 void rb_objspace_reachable_objects_from(VALUE obj, void (func)(VALUE, void *), void *data);
93 int rb_objspace_markable_object_p(VALUE obj);
94 int rb_objspace_internal_object_p(VALUE obj);
/macosx-10.10/ruby-106/ruby/ext/dl/
H A Dcfunc.c10 VALUE rb_cDLCFunc;
14 static VALUE
15 rb_dl_get_last_error(VALUE self)
20 static VALUE
21 rb_dl_set_last_error(VALUE self, VALUE val)
31 static VALUE
32 rb_dl_get_win32_last_error(VALUE self)
37 static VALUE
38 rb_dl_set_win32_last_error(VALUE sel
[all...]
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_pkey_rsa.c28 VALUE cRSA;
29 VALUE eRSAError;
34 static VALUE
35 rsa_instance(VALUE klass, RSA *rsa)
38 VALUE obj;
55 VALUE
58 VALUE obj;
161 static VALUE
162 ossl_rsa_s_generate(int argc, VALUE *argv, VALUE klas
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dcupsd.h97 # define VALUE(x) =x macro
101 # define VALUE(x) macro
147 VAR int TestConfigFile VALUE(0);
149 VAR int MaxFDs VALUE(0);
152 VAR time_t ReloadTime VALUE(0);
154 VAR int NeedReload VALUE(RELOAD_ALL),
156 DoingShutdown VALUE(0);
158 VAR void *DefaultProfile VALUE(0);
162 VAR int OnDemand VALUE(0);
/macosx-10.10/CommonCrypto-60061/test/test/
H A Dtestcpp.h51 #define is_throw(THIS, CLASS, METHOD, VALUE, TESTNAME) \
61 #CLASS, #METHOD, #VALUE); \
65 _this = test_ok(_exception.METHOD == (VALUE), TESTNAME, \
69 _exception.METHOD, #CLASS, #METHOD, #VALUE); \
77 #CLASS, #METHOD, #VALUE); \
/macosx-10.10/Security-57031.1.35/Security/regressions/test/
H A Dtestcpp.h51 #define is_throw(THIS, CLASS, METHOD, VALUE, TESTNAME) \
61 #CLASS, #METHOD, #VALUE); \
65 _this = test_ok(_exception.METHOD == (VALUE), TESTNAME, \
69 _exception.METHOD, #CLASS, #METHOD, #VALUE); \
77 #CLASS, #METHOD, #VALUE); \
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/test/
H A Dtestcpp.h51 #define is_throw(THIS, CLASS, METHOD, VALUE, TESTNAME) \
61 #CLASS, #METHOD, #VALUE); \
65 _this = test_ok(_exception.METHOD == (VALUE), TESTNAME, \
69 _exception.METHOD, #CLASS, #METHOD, #VALUE); \
77 #CLASS, #METHOD, #VALUE); \
/macosx-10.10/ruby-106/ruby/ext/-test-/win32/fd_setsize/
H A Dfd_setsize.c6 static VALUE
7 test_select(VALUE self)
31 static VALUE
32 test_fdset(VALUE self)
52 VALUE m = rb_define_module_under(rb_define_module("Bug"), "Win32");
/macosx-10.10/ruby-106/ruby/ext/date/
H A Ddate_tmx.h5 VALUE (*year)(void *dat);
9 VALUE (*cwyear)(void *dat);
18 VALUE (*sec_fraction)(void *dat);
19 VALUE (*secs)(void *dat);
20 VALUE (*msecs)(void *dat);
H A Ddate_strptime.c78 read_digits(const char *s, VALUE *n, size_t width)
138 valid_range_p(VALUE v, int a, int b)
157 VALUE date_zone_to_diff(VALUE);
161 const char *fmt, size_t flen, VALUE hash)
235 VALUE n;
256 VALUE n;
276 VALUE n;
288 VALUE n;
302 VALUE
[all...]
/macosx-10.10/swig-12/Lib/ruby/
H A Drubycomplex.swg15 static VALUE swig_rb_cComplex = Qnil;
19 int Ruby_Is_Complex( VALUE obj )
39 SWIGINTERNINLINE VALUE
42 VALUE args[] = {
57 SWIG_AsVal(Type) (VALUE o, Type* val)
61 VALUE real = rb_funcall(o, swig_real_id, 0 );
62 VALUE imag = rb_funcall(o, swig_imag_id, 0 );
90 SWIG_AsVal(Type)(VALUE o, Type *val)
93 VALUE real = rb_funcall(o, swig_real_id, 0 );
94 VALUE ima
[all...]
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dunixsocket.c20 static VALUE
21 unixsock_connect_internal(VALUE a)
24 return (VALUE)rsock_connect(arg->fd, (struct sockaddr*)arg->sockaddr,
28 VALUE
29 rsock_init_unixsock(VALUE sock, VALUE path, int server)
60 status = (int)rb_protect(unixsock_connect_internal, (VALUE)&arg, &prot);
98 static VALUE
99 unix_init(VALUE sock, VALUE pat
[all...]
/macosx-10.10/ruby-106/ruby/ext/fiddle/
H A Dclosure.c3 VALUE cFiddleClosure;
55 VALUE self = (VALUE)ctx;
56 VALUE rbargs = rb_iv_get(self, "@args");
57 VALUE ctype = rb_iv_get(self, "@ctype");
59 VALUE params = rb_ary_tmp_new(argc);
60 VALUE ret;
61 VALUE cPointer;
165 static VALUE
166 allocate(VALUE klas
[all...]
H A Dconversions.h28 void value_to_generic(int type, VALUE src, fiddle_generic * dst);
29 VALUE generic_to_value(VALUE rettype, fiddle_generic retval);
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/ExecutionContexts/
H A D10.1.4-10.js68 var VALUE = 12345;
69 var MYOBJECT = new Number( VALUE );
73 testcases[tc].expect = String(VALUE);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/schema/
H A Dapple.schema23 SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE )
42 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
50 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
58 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
66 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
74 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
82 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
97 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
105 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
113 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
[all...]

Completed in 298 milliseconds

<<1112131415161718