Searched refs:tag (Results 1 - 25 of 162) sorted by relevance

1234567

/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dacl_from_text.c47 static acl_tag_t acl_string_to_tag(char *tag, char *qualifier);
53 acl_string_to_tag(char *tag, char *qualifier) argument
57 if ((!strcmp(tag, "user")) || (!strcmp(tag, "u"))) {
60 if ((!strcmp(tag, "group")) || (!strcmp(tag, "g"))) {
63 if ((!strcmp(tag, "mask")) || (!strcmp(tag, "m"))) {
66 if ((!strcmp(tag, "other")) || (!strcmp(tag, "
86 char *tag, *qualifier, *permission; local
274 _acl_name_to_id(acl_tag_t tag, char *name, uid_t *id) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dterm_copy.c114 (ISPointer((root)->tag.kernel) \
116 && !IsPersistent((root)->tag))
121 #define HeaptermNumHandles(pw) HeaptermHeader(pw)->tag.kernel
186 dest->tag.all = t.all;\
206 if (!IsTag(arg_pw->tag.kernel, TFORWARD2))
208 Assert(t.kernel == arg_pw->tag.kernel);
209 arg_pw->tag.kernel &= ~(ALREADY_SEEN|NEED_FWD);
212 arg_pw->tag.kernel = Tag(TFORWARD);
215 dest->tag.kernel = TREF;
220 dest->tag
1295 _mark_variables_trailed(value val, type tag) argument
[all...]
H A Dhandle.c115 if (!pw || DifferTypeC(pw->tag, TEXTERN))
137 pw[0].tag.kernel = TEXTERN;
139 pw[1].tag.kernel = TPTR;
143 handle.tag.kernel = THANDLE;
161 Get_Typed_Object(pw->val, pw->tag, cl, *data);
174 Check_Typed_Object_Handle(pw->val,pw->tag,(t_ext_type *) cl);
187 Check_Type(v_handle.ptr->tag, TEXTERN);
200 Check_Type(v_handle.ptr->tag, TEXTERN);
221 to[1].tag.kernel = from[1].tag
[all...]
H A Dsepia.h117 #define TPROC 13 /* goal tag, val is a (pri *) */
135 /* If modifying tags, update tag names in printam.c */
159 #define TCUT TINT /* no special tag necessary */
181 * bit (along with the rest of the tag) to non-persistent pointer values:
182 * Use new_tag = Tag(old_tag) to copy any (nonvar) pointer tag!
198 * Bit that can be set in a TPROC (event handler property) tag
203 * Bit that can be set in TMETA tag:
221 * construct a non-variable tag from another tag of the same type
226 * construct a variable tag
[all...]
H A Dwrite.c103 &idwrite, val, tag, module, mod_tag); \
106 tag.all = tr_res->tag.all; \
116 p_write3(value vals, type tags, value val, type tag, value vm, type tm),
117 p_writeq3(value vals, type tags, value val, type tag, value vm, type tm);
120 p_write(value val, type tag, value vm, type tm),
121 p_writeln(value vals, type tags, value val, type tag, value vm, type tm),
122 p_writeq(value val, type tag, value vm, type tm),
123 p_print(value val, type tag, value vm, type tm),
124 p_print3(value vals, type tags, value val, type tag, valu
324 p_write(value val, type tag, value vm, type tm) argument
341 p_writeq(value val, type tag, value vm, type tm) argument
360 p_writeq3(value vals, type tags, value val, type tag, value vm, type tm) argument
381 p_write_canonical(value val, type tag, value vm, type tm) argument
399 p_write_canonical3(value vals, type tags, value val, type tag, value vm, type tm) argument
425 p_write3(value vals, type tags, value val, type tag, value vm, type tm) argument
444 p_writeln(value vals, type tags, value val, type tag, value vm, type tm) argument
467 p_print(value val, type tag, value vm, type tm) argument
487 p_print3(value vals, type tags, value val, type tag, value vm, type tm) argument
507 p_display(value vs, type ts, value val, type tag) argument
557 ec_pwrite(int mode_clr, int mode_set, stream_id out, value val, type tag, int maxprec, int depth, dident module, type mod_tag) argument
696 _pwrite1(int idwrite, stream_id out, value val, type tag, int maxprec, int depth, dident module, type mod_tag, syntax_desc *sd, register int flags) argument
1280 _write_trafo(dident d, int flags, int *idwrite, value val, type tag, dident module, type mod_tag) argument
1330 _portray_term(int idwrite, stream_id out, value val, type tag, dident module, type mod_tag) argument
2540 p_output_mode(value val, type tag) argument
2652 writeq_term(uword val, uword tag) argument
2674 p_write_term(value vs, type ts, value val, type tag, value vcm, type tcm, value vsm, type tsm, value vdepth, type tdepth, value vprec, type tprec, value vm, type tm) argument
[all...]
H A Dexternal.c64 p1.args->tag.all = q->tag.all;
69 p1.args->tag.all = t.all;
H A Dbip_comp.c68 #define Set_Bit(mask,pw) (pw)->tag.kernel |= (mask);
69 #define Clr_Bit(mask,pw) (pw)->tag.kernel &= ~(mask);
70 #define Marked(tag) ((tag).kernel & MARK)
312 (arg1->val, arg1->tag,
313 arg2->val, arg2->tag);
319 t1.all = arg1->tag.all;
321 t2.all = arg2->tag.all;
385 if (ec_occurs(vs, ts, arg->val, arg->tag))
391 tterm = arg->tag;
778 _cyclic_term(value val, type tag) argument
[all...]
H A Dbip_domain.c113 p_prune_woken_goals(value val, type tag),
280 res = p_schedule_woken(d->val, d->tag);
288 res = p_schedule_woken(d->val, d->tag);
290 res = p_schedule_postponed(d->val, d->tag);
299 res = p_schedule_woken(d->val, d->tag);
301 res = p_schedule_postponed(d->val, d->tag);
330 if (IsInteger(p->tag)) {
345 Bind_Var(var->val, var->tag, n, TINT)
355 Bind_Var(var->val, var->tag, n, TINT)
363 Bind_Var(var->val, var->tag, n
1490 dom_check_in(word e, type tag, register pword *p) argument
2635 _remove_element(pword *var, word el, word tag) argument
2695 dom_remove_element(register pword *p, register word el, word tag, pword *inst) argument
2940 p_prune_woken_goals(value val, type tag) argument
[all...]
H A Dexternal.h60 * Write(val, tag, stream)
61 * Writeq(val, tag, stream)
87 #define Write(val, tag, stream) \
90 res = ec_pwrite(2, stream, val, tag, 1200, PrintDepth, \
96 #define Writeq(val, tag, stream) \
99 res = ec_pwrite(3, stream, val, tag, 1200, PrintDepth, \
144 pw[0].tag.kernel = TREF; \
147 pw[1].tag.kernel = TLIST; \
149 pw[1].tag.kernel = TNIL; \
H A Dembed.c181 module.tag.kernel = ModuleTag(ec_.d.kernel_sepia);
182 if (main_emulc_noexit(goal.val, goal.tag, module.val, module.tag) != PYIELD)
219 ec_assign(&POSTED_LAST, pw[1].val, pw[1].tag);
234 ec_assign(&POSTED, empty.val, empty.tag);
235 ec_assign(&POSTED_LAST, empty.val, empty.tag);
319 if (IsInteger(pw->tag))
346 if (IsInteger(pw->tag))
353 if (IsInteger(pw->tag))
451 if (IsInteger(pw->tag))
[all...]
H A Demu_c_env.c61 (pwn)->tag.kernel = TREF;
239 if(pw1->tag.kernel != TEND) {
295 A[1].tag.all = t_goal.all;
297 A[2].tag.all = t_mod.all;
476 * make an exit_block with the given exit tag
483 A[1].tag.all = t_tag.all;
490 A[1].tag.all = t_tag.all;
499 goal.tag.kernel = TDICT;
501 mod.tag.kernel = ModuleTag(d_.kernel_sepia);
502 (void) query_emulc(goal.val, goal.tag, mo
1245 deep_suspend(value val, type tag, int position, pword *susp, int slot) argument
1836 ec_nonground(value val, type tag) argument
[all...]
H A Dbip_serialize.c52 extern pword *transf_meta_out(value val, type tag, pword *top, dident mod, pword *presult),
104 * <tag> :: <byte>
132 queue_tail[0].tag.kernel = (arity|(mark)); \
139 (arity) = elem[0].tag.kernel; \
331 while (IsRef(pw->tag) && !(pw->tag.kernel & MARK) && !IsSelfRef(pw))
336 if (pw->tag.kernel & MARK)
338 if (SameTypeC(pw->tag,TDE)) /* a suspension */
340 Store_Byte(Tag(pw->tag.kernel));
341 Store_Int32((pw[SUSP_FLAGS].tag
[all...]
H A Dbip_array.c45 * The tag part holds a type (using the general type of prolog objects)
235 pw->tag.kernel = TNIL; /* must be initialised */
250 pw = get_visible_array_header(d_.nil, pw->val, pw->tag, &r);
264 module.tag.kernel = ModuleTag(d_.kernel_sepia);
273 v_vis, tdict, module.val, module.tag);
274 (void) p_setval_body(v_name, tdict, v, t, module.val, module.tag);
277 module.val.did, module.tag, VISIBLE_PROP, &res);
289 module.tag.kernel = ModuleTag(d_.kernel_sepia);
292 module.val.did, module.tag, VISIBLE_PROP, &res);
303 module.tag
1097 type tag; local
[all...]
H A Dbip_tconv.c129 * t - term1->tag, where term1 is the compound term
134 * tf - functor1->tag, where functor1 is the functor passed.
138 * ta - arity1->tag, where arity1 is the arity passed.
256 (p++)->tag.kernel = TDICT;
261 (p++)->tag.kernel = TREF;
351 * term - term1->tag, where term1 is the expression
356 * ttype - type1->tag, where type1 is one of the atoms
398 * ta - atom1->tag, where atom1 is the atom corresponding
403 * ts - string1->tag, where string1 is the string
516 && (IsInteger(result.tag) || IsBignu
[all...]
H A Dbip_delay.c62 p_nonground2(value val, type tag, value vvar, type tvar),
274 result.tag.kernel = TLIST;
276 result.tag.kernel = TNIL;
277 Return_Unify_Pw(result.val, result.tag, vres, tres);
291 Return_Unify_Pw(v,t,result.val,result.tag);
333 result.tag.kernel = TNIL;
339 result.tag.kernel = TLIST;
341 result.tag.kernel = TNIL;
355 Return_Unify_Pw(result.val, result.tag, vres, tres);
388 result.tag
759 p_nonground2(value val, type tag, value vvar, type tvar) argument
793 _collect_vars( value val, type tag, word vars_needed, pword *last_comp, pword *curr_comp, pword *from, int elem_sz) argument
[all...]
H A Dgc_stacks.c120 mark_from(word tag, pword *ref, int ref_in_segment),
147 #define Set_Bit(mask,pw) (pw)->tag.kernel |= (mask);
148 #define Clr_Bit(mask,pw) (pw)->tag.kernel &= ~(mask);
150 #define Marked(tag) ((tag) & MARK)
151 #define IsLink(tag) ((tag) & LINK)
162 * MARK_FULL_DE|TSUSP in the tag-argument of mark_from(). This is ok
168 #define AlreadyMarkedFrom(tag) ((tag)
298 p_gc_interval(value val, type tag) argument
1813 mark_from( word tag, pword *ref, int ref_in_segment) argument
[all...]
H A Demu.c355 (pw)->tag.kernel = ModuleTag(mdid);
409 /*#define Move_Pw(s,d) d->val.all=s->val.all; d->tag.all=s->tag.all;*/
421 if (IsRef((from)->tag) && IsLocal(from)) { \
425 (to++)->tag.kernel = TREF; \
440 while(ISRef(((t) = (pw)->tag.kernel)) && pw->val.ptr != pw) {\
445 while(IsRef(pw->tag) && pw->val.ptr != pw) {\
459 pw->val.all = v;pw->tag.kernel = t;
461 #define Bind_Tag(pw,t) Trail_If_Needed(pw) pw->tag.kernel = t;
722 for(_p=(From);_p<(To);++_p) {_p->val.ptr=0; _p->tag
[all...]
H A Ddummy_bigrat.c56 pres->tag.kernel = TINT;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn1_par.c65 static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed,
69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, argument
85 BIO_snprintf(str,sizeof str,"priv [ %d ] ",tag);
87 BIO_snprintf(str,sizeof str,"cont [ %d ]",tag);
89 BIO_snprintf(str,sizeof str,"appl [ %d ]",tag);
90 else if (tag > 30)
91 BIO_snprintf(str,sizeof str,"<ASN1 %d>",tag);
93 p = ASN1_tag2str(tag);
117 int tag,xclass,ret=0; local
135 j=ASN1_get_object(&p,&len,&tag,
418 ASN1_tag2str(int tag) argument
[all...]
H A Da_bool.c83 int inf,tag,xclass; local
87 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
94 if (tag != V_ASN1_BOOLEAN)
H A Da_bytes.c73 int inf,tag,xclass; local
77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
80 if (tag >= 32)
85 if (!(ASN1_tag2bit(tag) & type))
92 if (tag == V_ASN1_BIT_STRING)
120 ret->type=tag;
131 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) argument
138 if (tag == V_ASN1_BIT_STRING)
142 r=ASN1_object_size(0,ret,tag);
146 if ((tag
164 int inf,tag,xclass; local
[all...]
H A Dasn1_lib.c100 int tag,xclass,inf; local
108 { /* high-tag */
121 tag=(int)l;
126 tag=i;
130 *ptag=tag;
195 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
203 if (tag < 31)
204 *(p++)=i|(tag&V_ASN1_PRIMITIVE_TAG);
208 for(i = 0, ttag = tag; ttag > 0; i++) ttag >>=7;
212 p[i] = tag
257 ASN1_object_size(int constructed, int length, int tag) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/net/
H A Dif_vlan_var.h47 u_int16_t ifvm_tag; /* tag to apply on packets leaving if */
64 #define EVL_VLANOFTAG(tag) ((tag) & 4095)
65 #define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dmkdef.pl409 my %tag = (
426 # %tag and %variant...
437 map { $tag{$_} == 1 ? $_ : "" }
444 map { $tag{$_} == 1 ? $_ : "" }
449 map { $tag{"OPENSSL_SYS_".$_} == 1 ? $_ : "" }
477 undef @tag;
512 push(@tag,"-");
513 push(@tag,$1);
514 $tag{$1}=-1;
515 print STDERR "DEBUG: $file: found tag
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Dfmtmsg.c36 #define DFLT_MSGVERB "label:severity:text:action:tag"
50 const char *action, const char *tag)
70 tag);
82 action, tag);
114 const char *text, const char *act, const char *tag)
129 if (tag != MM_NULLTAG)
130 size += strlen(tag);
149 } else if (strcmp(comp, "tag") == 0 && tag != MM_NULLTAG) {
151 strlcat(output, tag, siz
49 fmtmsg(long class, const char *label, int sev, const char *text, const char *action, const char *tag) argument
113 printfmt(char *msgverb, long class, const char *label, int sev, const char *text, const char *act, const char *tag) argument
[all...]

Completed in 219 milliseconds

1234567