Searched refs:val (Results 226 - 250 of 3447) sorted by relevance

1234567891011>>

/macosx-10.10/groff-38/groff/src/include/
H A Dptable.h43 T *val; \
78 : key(0), val(0) \
92 a_delete v[i].val; \
97 void PTABLE(T)::define(const char *key, T *val) \
106 a_delete v[n].val; \
107 v[n].val = val; \
110 if (val == 0) \
119 if (oldv[i].val == 0) \
128 v[j].val
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_exp.c107 exp->exp.constant.val.integer = value;
120 exp->exp.constant.val.other = AST_char_constant(location, value);
132 exp->exp.constant.val.other = NULL;
145 exp->exp.constant.val.other = AST_string_constant(location, string);
156 exp->exp.constant.val.other = AST_null_constant(location);
168 exp->exp.constant.val.other = AST_boolean_constant(location, value);
199 const_return = AST_integer_constant(location, exp->exp.constant.val.integer);
203 const_return = exp->exp.constant.val.other;
296 value = exp->exp.constant.val.integer;
298 switch(exp->exp.constant.val
341 long val, val1, val2; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dcollector.c49 } val; member in struct:hx509_collector
74 c->val.data = NULL;
75 c->val.len = 0;
129 d = realloc(c->val.data, (c->val.len + 1) * sizeof(c->val.data[0]));
135 c->val.data = d;
163 c->val.data[c->val.len] = key;
164 c->val
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dldif-filter.c27 typedef struct { char *val; size_t len, alloc; } String; member in struct:__anon3158
28 typedef struct { String *val; size_t len, alloc; } Strings; member in struct:__anon3159
77 size_t slen = (s)->len, salloc = (s)->alloc, sz = sizeof *(s)->val; \
80 (s)->val = xrealloc( (s)->val, sz * salloc ); \
82 memcpy( (s)->val + slen, data, sz * ((count) + !!(isString)) ); \
99 return strcmp( ((const String *) s)->val, ((const String *) t)->val );
105 qsort( ss->val + offset, ss->len - offset, sizeof(*ss->val), cm
[all...]
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dinet_pton.c166 unsigned int val; local
177 val = 0;
184 val <<= 4;
185 val |= (pch - xdigits);
186 if (val > 0xffff)
201 *tp++ = (unsigned char) (val >> 8) & 0xff;
202 *tp++ = (unsigned char) val & 0xff;
204 val = 0;
218 *tp++ = (unsigned char) (val >> 8) & 0xff;
219 *tp++ = (unsigned char) val
[all...]
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Dtst.lquantzero.d36 val = (-a * b) + a;
41 incr = val % b;
42 val += a;
46 /val == 0/
48 val += a;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dtoll-free-bridging.m21 id val;
24 val = PyObjCObject_GetObject(argument);
25 return val;
33 r = CFObj_Convert(argument, (CFTypeRef*)&val);
34 if (r) return val;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dtoll-free-bridging.m21 id val;
24 val = PyObjCObject_GetObject(argument);
25 return val;
36 r = CFObj_Convert(argument, (CFTypeRef*)&val);
37 if (r) return val;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dtoll-free-bridging.m21 id val;
24 val = PyObjCObject_GetObject(argument);
25 return val;
36 r = CFObj_Convert(argument, (CFTypeRef*)&val);
37 if (r) return val;
/macosx-10.10/rsync-45/rsync/lib/
H A Dinet_pton.c138 unsigned int val; local
149 val = 0;
156 val <<= 4;
157 val |= (pch - xdigits);
158 if (val > 0xffff)
173 *tp++ = (unsigned char) (val >> 8) & 0xff;
174 *tp++ = (unsigned char) val & 0xff;
176 val = 0;
190 *tp++ = (unsigned char) (val >> 8) & 0xff;
191 *tp++ = (unsigned char) val
[all...]
/macosx-10.10/rsync-45/rsync/support/
H A Dsavetransfer.c150 int val; local
152 if ((val = fcntl(fd, F_GETFL, 0)) == -1)
154 if (!(val & NONBLOCK_FLAG)) {
155 val |= NONBLOCK_FLAG;
156 fcntl(fd, F_SETFL, val);
163 int val; local
165 if ((val = fcntl(fd, F_GETFL, 0)) < 0)
167 if (val & NONBLOCK_FLAG) {
168 val &= ~NONBLOCK_FLAG;
169 fcntl(fd, F_SETFL, val);
[all...]
/macosx-10.10/ruby-106/ruby/lib/yaml/
H A Ddbm.rb33 def []=( key, val )
34 store( key, val )
48 val = super( keystr )
49 return YAML.load( val ) if String === val
130 def has_value?( val )
131 each_value { |v| return true if v == val }
187 def store( key, val )
188 super( key, val.to_yaml )
189 val
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSGradientValue.h67 void setFirstX(PassRefPtr<CSSPrimitiveValue> val) { m_firstX = val; } argument
68 void setFirstY(PassRefPtr<CSSPrimitiveValue> val) { m_firstY = val; } argument
69 void setSecondX(PassRefPtr<CSSPrimitiveValue> val) { m_secondX = val; } argument
70 void setSecondY(PassRefPtr<CSSPrimitiveValue> val) { m_secondY = val; } argument
144 void setAngle(PassRefPtr<CSSPrimitiveValue> val) { m_angle = val; } argument
189 setFirstRadius(PassRefPtr<CSSPrimitiveValue> val) argument
190 setSecondRadius(PassRefPtr<CSSPrimitiveValue> val) argument
192 setShape(PassRefPtr<CSSPrimitiveValue> val) argument
193 setSizingBehavior(PassRefPtr<CSSPrimitiveValue> val) argument
195 setEndHorizontalSize(PassRefPtr<CSSPrimitiveValue> val) argument
196 setEndVerticalSize(PassRefPtr<CSSPrimitiveValue> val) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dbase64.c107 int val[4]; member in struct:__anon6787
127 ctx->val[ctx->digits++] = s - base64;
131 if (ctx->val[0] == 64 || ctx->val[1] == 64)
133 if (ctx->val[2] == 64 && ctx->val[3] != 64)
138 if (ctx->val[2] == 64 && (ctx->val[1] & 0xf) != 0)
141 * We don't need to test for ctx->val[2] != 64 as
144 if (ctx->val[
[all...]
/macosx-10.10/ntp-92/lib/isc/
H A Dbase64.c105 int val[4]; member in struct:__anon11495
125 ctx->val[ctx->digits++] = s - base64;
129 if (ctx->val[0] == 64 || ctx->val[1] == 64)
131 if (ctx->val[2] == 64 && ctx->val[3] != 64)
136 if (ctx->val[2] == 64 && (ctx->val[1] & 0xf) != 0)
139 * We don't need to test for ctx->val[2] != 64 as
142 if (ctx->val[
[all...]
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/t/
H A D11basic.t46 my $val = "ZZZadlf03948alsdjfaslfjaoweir12l34kealfkjalskdfas90d8fajdlfkj./.,f";
58 setfattr($_, "$key", $val) or die "setfattr failed on filename $_: $!";
61 is (setfattr($_, "$key", $val), 1);
64 is (getfattr($_, "$key"), $val);
86 setfattr($fh, "$key", $val)
90 is (setfattr($fh, "$key", $val), 1);
93 is (getfattr($fh, "$key"), $val);
H A D12empty.t49 my $val = '';
61 setfattr($_, "$key", $val) or die "setfattr failed on filename $_: $!";
64 is (setfattr($_, "$key", $val), 1);
67 is (getfattr($_, "$key"), $val);
89 setfattr($fh, "$key", $val)
93 is (setfattr($fh, "$key", $val), 1);
96 is (getfattr($fh, "$key"), $val);
H A D15create.t47 my $val = "ZZZadlf03948alsdjfaslfjaoweir12l34kealfkjalskdfas90d8fajdlfkj./.,f";
57 is (setfattr($_, "$key", $val, { create => 1 }), 1);
60 is (setfattr($_, "$key", $val, { create => 1 }), 0);
63 is (getfattr($_, "$key"), $val);
81 is (setfattr($fh, "$key", $val, { create => 1 }), 1);
84 my $ret = setfattr($fh, "$key", $val, { create => 1 });
90 is (getfattr($fh, "$key"), $val);
H A D16replace.t46 my $val = "ZZZadlf03948alsdjfaslfjaoweir12l34kealfkjalskdfas90d8fajdlfkj./.,f";
56 is (setfattr($_, "$key", $val, { create => 1 }), 1);
59 is (setfattr($_, "$key", $val, { replace => 1 }), 1);
62 is (getfattr($_, "$key"), $val);
80 is (setfattr($fh, "$key", $val, { create => 1 }), 1);
83 is (setfattr($fh, "$key", $val, { replace => 1 }), 1);
86 is (getfattr($fh, "$key"), $val);
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Ddictionary.c86 CFTypeRef val = NULL; local
144 val = CFRetain(kCFBooleanTrue);
150 val = CFRetain(kCFBooleanFalse);
201 val = data;
206 val = CFNumberCreate(NULL, kCFNumberIntType, &intValue);
214 val = (CFPropertyListRef)CFStringCreateWithCString(NULL, argv[0], kCFStringEncodingUTF8);
218 CFArrayAppendValue(array, val);
219 CFRelease(val);
230 } else if (val != NULL) {
231 CFDictionarySetValue(newValue, key, val);
247 CFMutableDictionaryRef val; local
[all...]
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dxmlschemastypes.h43 xmlSchemaValPtr *val);
47 xmlSchemaValPtr *val,
53 xmlSchemaValPtr val);
59 xmlSchemaValPtr val,
62 xmlSchemaFreeValue (xmlSchemaValPtr val);
97 xmlSchemaValPtr val,
103 xmlSchemaValPtr val,
109 xmlSchemaValPtr *val,
112 xmlSchemaGetCanonValue (xmlSchemaValPtr val,
115 xmlSchemaGetCanonValueWhtsp (xmlSchemaValPtr val,
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlschemastypes.h43 xmlSchemaValPtr *val);
47 xmlSchemaValPtr *val,
53 xmlSchemaValPtr val);
59 xmlSchemaValPtr val,
62 xmlSchemaFreeValue (xmlSchemaValPtr val);
97 xmlSchemaValPtr val,
103 xmlSchemaValPtr val,
109 xmlSchemaValPtr *val,
112 xmlSchemaGetCanonValue (xmlSchemaValPtr val,
115 xmlSchemaGetCanonValueWhtsp (xmlSchemaValPtr val,
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_bcons.c101 CONF_VALUE *val;
108 val = sk_CONF_VALUE_value(values, i);
109 if(!strcmp(val->name, "CA")) {
110 if(!X509V3_get_value_bool(val, &bcons->ca)) goto err;
111 } else if(!strcmp(val->name, "pathlen")) {
112 if(!X509V3_get_value_int(val, &bcons->pathlen)) goto err;
115 X509V3_conf_err(val);
H A Dv3_pcons.c106 CONF_VALUE *val;
113 val = sk_CONF_VALUE_value(values, i);
114 if(!strcmp(val->name, "requireExplicitPolicy")) {
115 if(!X509V3_get_value_int(val,
117 } else if(!strcmp(val->name, "inhibitPolicyMapping")) {
118 if(!X509V3_get_value_int(val,
122 X509V3_conf_err(val);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtspinbox.rb40 [ ?e, proc{|val|
44 Tk.fromUTF8(TkComm::string(val), enc)
46 TkComm::string(val)
56 def self.ret_val(val)
57 (val)? '1': '0'
98 def set(val)
99 tk_send('set', val)

Completed in 488 milliseconds

1234567891011>>