Searched refs:tag (Results 26 - 50 of 162) sorted by relevance

1234567

/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dacl_support.h57 int _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len,
62 int _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id,
66 int _acl_name_to_id(acl_tag_t tag, char *name, uid_t *id);
H A Dacl_strip.c72 acl_tag_t tag; local
89 tag = ACL_UNDEFINED_TAG;
98 if (acl_get_tag_type(entry, &tag) == -1)
101 switch(tag) {
105 if (acl_get_tag_type(entry, &tag) == -1)
111 if (acl_set_tag_type(entry_new, tag) == -1)
H A Dacl_id_to_name.c57 _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf, argument
64 switch(tag) {
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dexample.c59 Return_Unify_Pw(vl, tl, list.val, list.tag);
75 Check_Integer(car->tag);
79 tl = cdr->tag;
H A Dprocedure.c231 kernel_pw.tag.kernel = ModuleTag(d_.kernel_sepia);
260 clause = dbformat_to_term(s, module->val.did, module->tag);
268 &query_pw, 0, 0, module->val, module->tag);
276 if (!IsStructure(clause->tag) || !Query(clause->val.ptr->val.did))
281 if (IsStructure(pw->tag)) /* look for special directives */
361 res = query_emulc(query->val, query->tag, kernel_pw.val, kernel_pw.tag);
366 res = query_emulc(query->val, query->tag, module->val, module->tag);
379 (void) query_emulc(query->val, query->tag, kernel_p
[all...]
H A Dbip_io.c171 Bind_Var(v, t, hstream.val.all, hstream.tag.kernel); \
289 p_read_string(value vs, type ts, value vdel, type tdel, value vl, type tl, value val, type tag),
290 p_read_string5(value vs, type ts, value vdel, type tdel, value vpad, type tpad, value vsep, type tsep, value val, type tag),
292 p_get_char(value vs, type ts, value val, type tag),
293 p_get(value vs, type ts, value val, type tag),
294 p_get1(value val, type tag),
295 p_put_char(value vs, type ts, value val, type tag),
298 p_getw(value vs, type ts, value val, type tag),
543 * PARAMETERS: v, t - value and tag of a prolog word which
615 hstream.tag
787 p_get_char(value vs, type ts, value val, type tag) argument
827 p_put_char(value vs, type ts, value val, type tag) argument
2205 p_get(value vs, type ts, value val, type tag) argument
2244 p_getw(value vs, type ts, value val, type tag) argument
2278 p_get1(value val, type tag) argument
2439 p_read_string(value vs, type ts, value vdel, type tdel, value vl, type tl, value val, type tag) argument
2563 p_read_string5(value vs, type ts, value vdel, type tdel, value vpad, type tpad, value vsep, type tsep, value val, type tag) argument
[all...]
H A Dfd.h91 if (!IsStructure(domptr->tag)) { \
106 if (!IsStructure(p->tag)) { \
118 (IsTag(ptr->tag.kernel, TINT) && IsTag(t, TINT) ? (ptr->val.nint == v)\
120 SameTypeC(ptr->tag, t) && ((ptr->val.nint == v) || IsTag(t,TNIL)))
H A Dbip_record.c89 obj->term.tag.kernel = TEND; /* remains TEND for header cells */
108 if (this->term.tag.kernel == TEND)
128 if (header->term.tag.kernel != TEND)
178 if (header->term.tag.kernel != TEND)
268 if (!IsTag(prop->tag.kernel,TPTR) || !IsTag((*pheader)->term.tag.kernel,TEND))
305 Return_Unify_Pw(vrec, trec, rec.val, rec.tag);
331 prop->tag.kernel = TPTR;
356 prop->tag.kernel = TPTR;
468 Return_Unify_Pw(vdref, tdref, ref_pw.val, ref_pw.tag);
[all...]
H A Demu_export.h115 #define DynEnvSize(e) (((((e)-1)->tag.kernel >> 8) & 0xffff) + 1)
116 #define DynEnvFlags(e) (((e)-1)->tag.kernel)
129 (--SP)->tag.all = ((NrSlots) << 8) | Flags | TPTR;\
155 * Dynamic environments marked by -1 size field (true size in Y1 tag).
277 * how to get the tag from a tag trail frame
327 * the trailed pword is restored to a self reference with TREF tag
337 * with the old tag (note that the GC bits are always restored to 00 !).
338 * (this macro would be simpler if we were sure never to trail a TREF tag!)
343 *--TT = (pword *) ( ((pw)->tag
[all...]
H A Dbip_db.c105 p_is_built_in(value val, type tag, value vm, type tm),
106 p_is_predicate(value val, type tag, value vm, type tm),
116 p_als(value val, type tag, value vm, type tm),
209 When a clause is asserted, its birth tag is set to the value of
210 DynGlobalClock When a clause is retracted, its death tag is set
264 d_tag1 = in_dict("tag", 1);
393 mod_pw.tag.all = tmod.all;
398 Return_Unify_Pw(mod_pw.val, mod_pw.tag, vout, tout);
412 p_als(value val, type tag, value vm, type tm) argument
424 if (!IsRef(tag)
525 p_is_predicate(value val, type tag, value vm, type tm) argument
965 p_is_built_in(value val, type tag, value vm, type tm) argument
[all...]
H A Dbip_shelf.c178 p[0].tag.kernel = TDICT;
181 Return_Unify_Pw(vbag, tbag, bag.val, bag.tag);
208 err = create_heapterm(&pheap[i], parg->val, parg->tag);
212 Return_Unify_Pw(vbag, tbag, bag.val, bag.tag);
230 prop->tag.kernel = TPTR;
251 pw.tag = tval;
263 pw.tag = tval;
269 if (IsRef(pw.tag) && IsSelfRef(&pw))
273 Return_Unify_Pw(vval, tval, pw.val, pw.tag);
286 Check_Integer(pw->tag);
[all...]
H A Dbip_strings.c177 if (IsRef(pw->tag)) /* check it */
181 Push_var_delay(pw, pw->tag.all);
184 else if (!IsInteger(pw->tag))
201 if (IsRef(list->tag))
205 Push_var_delay(list, list->tag.all);
208 else if (IsList(list->tag))
210 else if (IsNil(list->tag))
251 pw++->tag.kernel = TINT;
255 pw++->tag.kernel = TLIST;
257 pw++->tag
[all...]
H A Dmanual_examples.c60 if (!IsStructure(p->tag)) /* error if not prolog */
72 Write(p->val, p->tag, Current_Output);
125 p[0].tag.kernel = TDICT;
130 p[i].tag.all = val1.ptr[i].tag.all;
137 p[arity + 1].tag.kernel = TREF;
184 Remember(2, p->val, p->tag);
190 vlist.ptr->val, vlist.ptr->tag);
H A Dmodule.h42 #define IsModuleTag(mdid, tag) ((tag).kernel == ModuleTag(mdid))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn1t.h293 #define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
294 (flags), (tag), 0,\
301 #define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
302 (flags), (tag), offsetof(stname, field),\
307 #define ASN1_EX_COMBINE(flags, tag, type) { \
308 (flags)|ASN1_TFLG_COMBINE, (tag), 0, NULL, ASN1_ITEM_ref(type) }
312 #define ASN1_IMP_EX(stname, field, type, tag, ex) \
313 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
315 #define ASN1_EXP_EX(stname, field, type, tag, ex) \
316 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stnam
448 long tag; /* tag, not used if no tagging */ member in struct:ASN1_TEMPLATE_st
[all...]
H A Dtasn_enc.c69 int tag, int aclass);
75 int tag, int aclass);
131 const ASN1_ITEM *it, int tag, int aclass)
153 tag, aclass);
154 return asn1_i2d_ex_primitive(pval, out, it, tag, aclass);
181 return ef->asn1_ex_i2d(pval, out, it, tag, aclass);
189 /* Fixup for IMPLICIT tag: note this messes up for tags > 30,
192 if (out && (tag != -1))
193 *p = aclass | tag | (*p & V_ASN1_CONSTRUCTED);
212 if (tag
130 ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
270 asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt, int tag, int iclass) argument
504 asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
[all...]
H A Dasn1_mac.h171 #define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \
173 (V_ASN1_CONTEXT_SPECIFIC|(tag)))) \
213 #define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \
216 (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
219 tag,V_ASN1_CONTEXT_SPECIFIC); \
222 #define M_ASN1_D2I_get_IMP_set_opt_type(type,b,func,free_func,tag) \
225 (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
228 tag,V_ASN1_CONTEXT_SPECIFIC); \
277 #define M_ASN1_D2I_get_EXP_opt(r,func,tag) \
279 (V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
[all...]
/barrelfish-2018-10-04/include/openssl/
H A Dasn1t.h293 #define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
294 (flags), (tag), 0,\
301 #define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
302 (flags), (tag), offsetof(stname, field),\
307 #define ASN1_EX_COMBINE(flags, tag, type) { \
308 (flags)|ASN1_TFLG_COMBINE, (tag), 0, NULL, ASN1_ITEM_ref(type) }
312 #define ASN1_IMP_EX(stname, field, type, tag, ex) \
313 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
315 #define ASN1_EXP_EX(stname, field, type, tag, ex) \
316 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stnam
448 long tag; /* tag, not used if no tagging */ member in struct:ASN1_TEMPLATE_st
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dic.c417 (pw)->tag.kernel = TBUFFER; \
453 v.ptr->tag.kernel = TINT; \
565 type tag; \
567 tag.kernel = TBITMAP; \
568 ec_assign((var_info)->attr + OFF_BITMAP, val, tag); \
590 pw.tag.kernel = TINT; \
592 (result) = Unify_Pw((bool)->val, (bool)->tag, pw.val, pw.tag); \
607 return Unify_Pw((con)->var_vec[0].val, (con)->var_vec[0].tag, \
608 (con)->var_vec[1].val, (con)->var_vec[1].tag); \
884 type tag; local
910 type tag; local
1045 type tag; local
3202 type tag; local
3407 type tag; local
4461 type tag; local
4643 type tag; local
4682 type tag; local
5029 type tag, atag; local
[all...]
/barrelfish-2018-10-04/include/ahci/
H A Dahci_util.h38 void *tag; member in struct:ahci_command_slot
H A Dahci.h38 void *tag);
93 struct event_closure _continuation, void *tag, uint8_t *fis,
/barrelfish-2018-10-04/tools/fastmodels/
H A Dconfig.h21 /* A pointer to the module tag in the multiboot info image. */
22 struct multiboot_tag_module_64 *tag; member in struct:component_config
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dumscmacros.tex142 When the tag is been compared directly to a tag value (in the
143 {\tt switch} statement), the macro {\tt Ptag(tag.kernel)} must be used.
144 The following macros return true if their argument (a tag) is of the correct
151 {\tt IsRef(tag)} & a reference or variable (self reference). \\
152 {\tt IsVar(tag)} & a simple variable. \\
153 {\tt IsName(tag)} & a named variable. \\
154 {\tt IsMeta(tag)} & a metaterm (attributed variable). \\
156 {\tt IsList(tag)} & a pair, i.e.\ a nonempty list. \\
158 {\tt IsStructure(tag)}
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dumscmacros.tex129 When the tag is been compared directly to a tag value (in the
130 {\tt switch} statement), the macro {\tt Ptag(tag.kernel)} must be used.
131 The following macros return true if their argument (a tag) is of the correct
138 {\tt IsRef(tag)} & a variable: it may be bound or unbound. \\
140 {\tt IsPair(tag)} & a pair, i.e.\ a nonempty list. \\
142 {\tt IsList(tag)} & a pair or {\it nil}. \\
144 {\tt IsStructure(tag)} & a compound term (not a list). \\
146 {\tt IsString(tag)} & a string. \\
148 {\tt IsNil(tag)}
[all...]
/barrelfish-2018-10-04/lib/libc/tests/gen/
H A Dfmtmsg_test.c43 const char *text, const char *action, const char *tag);
51 const char *tag; member in struct:testcase
65 "text:severity:action:tag",
91 "tag:severity:text:nothing:action",
161 const char *text, const char *action, const char *tag)
180 if (fmtmsg(classification, label, severity, text, action, tag)
236 t->text, t->action, t->tag);
160 run_test(long classification, const char *label, int severity, const char *text, const char *action, const char *tag) argument

Completed in 234 milliseconds

1234567