Searched refs:obj (Results 51 - 75 of 918) sorted by relevance

1234567891011>>

/freebsd-11-stable/libexec/rtld-elf/riscv/
H A Dreloc.c56 set_gp(Obj_Entry *obj) argument
68 res = symlook_obj(&req, obj);
79 init_pltgot(Obj_Entry *obj) argument
82 if (obj->pltgot != NULL) {
83 obj->pltgot[0] = (Elf_Addr)&_rtld_bind_start;
84 obj->pltgot[1] = (Elf_Addr)obj;
150 reloc_plt(Obj_Entry *obj) argument
155 relalim = (const Elf_Rela *)((char *)obj->pltrela + obj
172 reloc_jmpslots(Obj_Entry *obj, int flags, RtldLockState *lockstate) argument
206 reloc_iresolve(Obj_Entry *obj, struct Struct_RtldLockState *lockstate) argument
214 reloc_gnu_ifunc(Obj_Entry *obj, int flags, struct Struct_RtldLockState *lockstate) argument
223 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, const Obj_Entry *defobj, const Obj_Entry *obj, const Elf_Rel *rel) argument
238 reloc_non_plt(Obj_Entry *obj, Obj_Entry *obj_rtld, int flags, RtldLockState *lockstate) argument
[all...]
H A Drtld_machdep.h46 uint64_t set_gp(struct Struct_Obj_Entry *obj);
49 #define rtld_dynamic(obj) \
57 const struct Struct_Obj_Entry *defobj, const struct Struct_Obj_Entry *obj,
63 #define call_initfini_pointer(obj, target) \
66 old0 = set_gp(obj); \
71 #define call_init_pointer(obj, target) \
74 old1 = set_gp(obj); \
/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_schema.c65 perform_test (const ucl_object_t *schema, const ucl_object_t *obj, argument
71 data = ucl_object_lookup (obj, "data");
72 description = ucl_object_lookup (obj, "description");
73 valid = ucl_object_lookup (obj, "valid");
95 perform_tests (const ucl_object_t *obj) argument
101 if (obj->type != UCL_OBJECT) {
106 schema = ucl_object_lookup (obj, "schema");
107 tests = ucl_object_lookup (obj, "tests");
108 description = ucl_object_lookup (obj, "description");
133 ucl_object_t *obj local
[all...]
H A Dtest_streamline.c32 ucl_object_t *obj, *cur, *ar; local
55 obj = ucl_object_typed_new (UCL_OBJECT);
59 ucl_object_insert_key (obj, cur, "key1", 0, false);
61 ucl_object_insert_key (obj, cur, "key2", 0, false);
63 ucl_object_insert_key (obj, cur, "key3", 0, false);
66 ctx = ucl_object_emit_streamline_new (obj, UCL_EMIT_CONFIG, f);
87 ucl_object_unref (obj);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.h213 #define KMP_FSYNC_PREPARE(obj) __itt_fsync_prepare((void *)(obj))
214 #define KMP_FSYNC_CANCEL(obj) __itt_fsync_cancel((void *)(obj))
215 #define KMP_FSYNC_ACQUIRED(obj) __itt_fsync_acquired((void *)(obj))
216 #define KMP_FSYNC_RELEASING(obj) __itt_fsync_releasing((void *)(obj))
225 #define KMP_FSYNC_SPIN_INIT(obj, spin) \
228 if (obj
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dmake-bootstrap.sh.in27 obj="$1"; shift
29 echo ${CC} -c ${CFLAGS} "$@" -o "$obj" "$src"
30 ${CC} -c ${CFLAGS} "$@" -o "$obj" "$src"
34 obj="$1"; shift
35 src=`basename "$obj" .o`.c
41 do_compile2 "$obj" "$d/$src" "$@" || exit 1
44 echo "Unknown object file '$obj'" >&2
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmultilist.c36 multilist_d2l(multilist_t *ml, void *obj) argument
38 return ((multilist_node_t *)((char *)obj + ml->ml_offset));
151 multilist_insert(multilist_t *ml, void *obj) argument
153 unsigned int sublist_idx = ml->ml_index_func(ml, obj);
158 unsigned int, sublist_idx, void *, obj);
178 ASSERT(!multilist_link_active(multilist_d2l(ml, obj)));
180 multilist_sublist_insert_head(mls, obj);
196 multilist_remove(multilist_t *ml, void *obj) argument
198 unsigned int sublist_idx = ml->ml_index_func(ml, obj);
203 unsigned int, sublist_idx, void *, obj);
292 multilist_sublist_lock_obj(multilist_t *ml, void *obj) argument
313 multilist_sublist_insert_head(multilist_sublist_t *mls, void *obj) argument
321 multilist_sublist_insert_tail(multilist_sublist_t *mls, void *obj) argument
341 multilist_sublist_move_forward(multilist_sublist_t *mls, void *obj) argument
357 multilist_sublist_remove(multilist_sublist_t *mls, void *obj) argument
400 multilist_sublist_next(multilist_sublist_t *mls, void *obj) argument
407 multilist_sublist_prev(multilist_sublist_t *mls, void *obj) argument
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_access.c32 _dwarf_elf_get_section_info(void *obj, Dwarf_Half ndx, argument
38 e = obj;
69 _dwarf_elf_get_byte_order(void *obj) argument
73 e = obj;
88 _dwarf_elf_get_length_size(void *obj) argument
92 e = obj;
104 _dwarf_elf_get_pointer_size(void *obj) argument
108 e = obj;
118 _dwarf_elf_get_section_count(void *obj) argument
122 e = obj;
129 _dwarf_elf_load_section(void *obj, Dwarf_Half ndx, Dwarf_Small** ret_data, int *error) argument
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.win56 ALL_TESTS = $(INTDIR)\teststrmatch.obj $(INTDIR)\testuri.obj \
57 $(INTDIR)\testuuid.obj $(INTDIR)\testutil.obj \
58 $(INTDIR)\testbuckets.obj $(INTDIR)\testpass.obj \
59 $(INTDIR)\testmd4.obj $(INTDIR)\testmd5.obj \
60 $(INTDIR)\testldap.obj $(INTDIR)\testdbd.obj \
[all...]
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile.wc27 OBJS = $(OBJDIR)\grammar.obj $(OBJDIR)\scanner.obj $(OBJDIR)\pcap.obj &
28 $(OBJDIR)\bpf_filter.obj $(OBJDIR)\bpf_imag.obj $(OBJDIR)\bpf_dump.obj &
29 $(OBJDIR)\etherent.obj $(OBJDIR)\gencode.obj $(OBJDIR)\nametoad.obj &
30 $(OBJDIR)\pcap-dos.obj
[all...]
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c158 reloc_nonplt_object(Obj_Entry *obj_rtld, Obj_Entry *obj, const Elf_Rela *rela, argument
161 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
174 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj,
190 tmp = (Elf_Addr)(obj->relocbase + rela->r_addend);
206 if (!obj->mainprog) {
209 obj->path);
221 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj,
232 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj,
249 "Thread Local Storage", obj->path);
261 def = find_symdef(ELF_R_SYM(rela->r_info), obj,
286 reloc_non_plt(Obj_Entry *obj, Obj_Entry *obj_rtld, int flags, RtldLockState *lockstate) argument
338 reloc_plt_object(Obj_Entry *obj, const Elf_Rela *rela) argument
365 reloc_plt(Obj_Entry *obj) argument
390 reloc_jmpslots(Obj_Entry *obj, int flags, RtldLockState *lockstate) argument
435 reloc_jmpslot(Elf_Addr *wherep, Elf_Addr target, const Obj_Entry *defobj, const Obj_Entry *obj, const Elf_Rel *rel) argument
495 reloc_iresolve(Obj_Entry *obj, struct Struct_RtldLockState *lockstate) argument
503 reloc_gnu_ifunc(Obj_Entry *obj, int flags, struct Struct_RtldLockState *lockstate) argument
512 init_pltgot(Obj_Entry *obj) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp76 json::Object obj; local
77 obj["printable"] = I.getAsString();
80 obj["kind"] = "def";
81 obj["def"] = Def->getDef()->getName();
82 return std::move(obj);
84 obj["kind"] = "var";
85 obj["var"] = Var->getName();
86 return std::move(obj);
89 obj["kind"] = "varbit";
90 obj["va
144 json::Object obj; local
[all...]
/freebsd-11-stable/usr.bin/ar/
H A Dwrite.c64 static void free_obj(struct bsdar *bsdar, struct ar_obj *obj);
65 static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj,
119 * Create object from file, return created obj upon success, or NULL
126 struct ar_obj *obj; local
134 obj = malloc(sizeof(struct ar_obj));
135 if (obj == NULL)
137 if ((obj->fd = open(name, O_RDONLY, 0)) < 0) {
139 free(obj);
149 if ((obj->name = malloc(_TRUNCATE_LEN + 1)) == NULL)
151 (void)strncpy(obj
226 free_obj(struct bsdar *bsdar, struct ar_obj *obj) argument
242 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *pos) argument
279 struct ar_obj *obj; local
384 struct ar_obj *nobj, *obj, *obj_temp, *pos; local
548 struct ar_obj *obj, *obj_temp; local
612 struct ar_obj *obj; local
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c44 const ucl_object_t *obj, bool try_array,
54 enum ucl_schema_error_code code, const ucl_object_t *obj,
61 err->obj = obj;
72 ucl_schema_test_pattern (const ucl_object_t *obj, const char *pattern, bool recursive) argument
82 while ((elt = ucl_object_iterate (obj, &iter, true)) != NULL) {
89 if (regexec (&reg, ucl_object_key (obj), 0, NULL, 0) == 0)
90 res = obj;
103 const ucl_object_t *obj, struct ucl_schema_error *err,
112 elt = ucl_object_lookup (obj, ucl_object_ke
53 ucl_schema_create_error(struct ucl_schema_error *err, enum ucl_schema_error_code code, const ucl_object_t *obj, const char *fmt, ...) argument
102 ucl_schema_validate_dependencies(const ucl_object_t *deps, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
140 ucl_schema_validate_object(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
291 ucl_schema_validate_number(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err) argument
357 ucl_schema_validate_string(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err) argument
416 const ucl_object_t *obj; member in struct:ucl_compare_node
434 ucl_schema_array_is_unique(const ucl_object_t *obj, struct ucl_schema_error *err) argument
471 ucl_schema_validate_array(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
592 ucl_schema_type_is_allowed(const ucl_object_t *type, const ucl_object_t *obj, struct ucl_schema_error *err) argument
648 ucl_schema_validate_enum(const ucl_object_t *en, const ucl_object_t *obj, struct ucl_schema_error *err) argument
870 ucl_schema_validate_values(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err) argument
916 ucl_schema_validate(const ucl_object_t *schema, const ucl_object_t *obj, bool try_array, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *external_refs) argument
1055 ucl_object_validate(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err) argument
1062 ucl_object_validate_root(const ucl_object_t *schema, const ucl_object_t *obj, const ucl_object_t *root, struct ucl_schema_error *err) argument
1071 ucl_object_validate_root_ext(const ucl_object_t *schema, const ucl_object_t *obj, const ucl_object_t *root, ucl_object_t *ext_refs, struct ucl_schema_error *err) argument
[all...]
H A Ducl_util.c48 #define UCL_ARRAY_GET(ar, obj) ucl_array_t *ar = \
49 (ucl_array_t *)((obj) != NULL ? (obj)->value.av : NULL)
153 typedef void (*ucl_object_dtor) (ucl_object_t *obj);
154 static void ucl_object_free_internal (ucl_object_t *obj, bool allow_rec,
156 static void ucl_object_dtor_unref (ucl_object_t *obj);
159 ucl_object_dtor_free (ucl_object_t *obj) argument
161 if (obj->trash_stack[UCL_TRASH_KEY] != NULL) {
162 UCL_FREE (obj->hh.keylen, obj
170 UCL_FREE (sizeof (ucl_object_t), obj); local
188 ucl_object_dtor_unref_single(ucl_object_t *obj) argument
203 ucl_object_dtor_unref(ucl_object_t *obj) argument
215 ucl_object_free_internal(ucl_object_t *obj, bool allow_rec, ucl_object_dtor dtor) argument
258 ucl_object_free(ucl_object_t *obj) argument
397 ucl_copy_key_trash(const ucl_object_t *obj) argument
419 ucl_copy_value_trash(const ucl_object_t *obj) argument
1567 ucl_object_t *obj, *old_obj; local
2023 ucl_object_t *obj; local
2358 ucl_object_lookup_len(const ucl_object_t *obj, const char *key, size_t klen) argument
2375 ucl_object_lookup(const ucl_object_t *obj, const char *key) argument
2385 ucl_object_lookup_any(const ucl_object_t *obj, const char *key, ...) argument
2419 ucl_object_iterate(const ucl_object_t *obj, ucl_object_iter_t *iter, bool expand_values) argument
2485 ucl_object_iterate_new(const ucl_object_t *obj) argument
2501 ucl_object_iterate_reset(ucl_object_iter_t it, const ucl_object_t *obj) argument
2707 ucl_object_type(const ucl_object_t *obj) argument
2731 ucl_object_t *obj; local
2745 ucl_object_t *obj; local
2759 ucl_object_t *obj; local
2827 ucl_object_t **obj; local
2910 ucl_object_t **obj, *ret = NULL; local
2926 ucl_object_t **obj, *ret = NULL; local
3004 ucl_object_todouble_safe(const ucl_object_t *obj, double *target) argument
3025 ucl_object_todouble(const ucl_object_t *obj) argument
3034 ucl_object_toint_safe(const ucl_object_t *obj, int64_t *target) argument
3055 ucl_object_toint(const ucl_object_t *obj) argument
3064 ucl_object_toboolean_safe(const ucl_object_t *obj, bool *target) argument
3081 ucl_object_toboolean(const ucl_object_t *obj) argument
3090 ucl_object_tostring_safe(const ucl_object_t *obj, const char **target) argument
3110 ucl_object_tostring(const ucl_object_t *obj) argument
3119 ucl_object_tostring_forced(const ucl_object_t *obj) argument
3130 ucl_object_tolstring_safe(const ucl_object_t *obj, const char **target, size_t *tlen) argument
3150 ucl_object_tolstring(const ucl_object_t *obj, size_t *tlen) argument
3159 ucl_object_key(const ucl_object_t *obj) argument
3165 ucl_object_keyl(const ucl_object_t *obj, size_t *len) argument
3175 ucl_object_ref(const ucl_object_t *obj) argument
3274 ucl_object_unref(ucl_object_t *obj) argument
3395 ucl_object_get_priority(const ucl_object_t *obj) argument
3405 ucl_object_set_priority(ucl_object_t *obj, unsigned int priority) argument
3514 ucl_object_t *obj; local
3536 ucl_comments_add(ucl_object_t *comments, const ucl_object_t *obj, const char *comment) argument
[all...]
/freebsd-11-stable/secure/
H A DMakefile.inc5 .if exists(${.CURDIR:H:H}/lib/libcrypt/obj)
6 CRYPTOBJDIR= ${.CURDIR:H:H}/lib/libcrypt/obj
/freebsd-11-stable/contrib/libcxxrt/
H A Ddynamic_cast.cc110 void *__class_type_info::cast_to(void *obj, const struct __class_type_info *other) const argument
114 return obj;
119 void *__si_class_type_info::cast_to(void *obj, const struct __class_type_info *other) const argument
123 return obj;
125 return __base_type->cast_to(obj, other);
137 void *__vmi_class_type_info::cast_to(void *obj, const struct __class_type_info *other) const argument
139 if (__do_upcast(other, &obj))
141 return obj;
165 void *obj = *thrown_object; local
169 ptrdiff_t *off = *static_cast<ptrdiff_t**>(obj);
[all...]
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dwrite.c59 static void free_obj(struct ar_obj *obj);
60 static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj,
78 struct ar_obj *obj; local
87 obj = malloc(sizeof(struct ar_obj));
88 if (obj == NULL)
91 obj->elf = NULL;
95 free(obj);
103 if ((obj->name = malloc(_TRUNCATE_LEN + 1)) == NULL)
105 (void)strncpy(obj->name, bname, _TRUNCATE_LEN);
106 obj
199 free_obj(struct ar_obj *obj) argument
213 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *pos) argument
251 struct ar_obj *obj; local
361 struct ar_obj *nobj, *obj, *obj_temp, *pos; local
543 struct ar_obj *obj, *obj_temp; local
665 struct ar_obj *obj; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-nomudflap.c55 mudflap_enqueue_decl (tree obj ATTRIBUTE_UNUSED)
61 mudflap_enqueue_constant (tree obj ATTRIBUTE_UNUSED)
/freebsd-11-stable/contrib/libucl/include/
H A Dlua_ucl.h60 * @param obj object to push
64 const ucl_object_t *obj, bool allow_array);
67 const ucl_object_t *obj);
/freebsd-11-stable/contrib/dialog/
H A Dprogressbox.c33 DIALOG_CALLBACK obj; member in struct:__anon953
43 get_line(MY_OBJ * obj) argument
45 FILE *fp = obj->obj.input;
51 obj->is_eof = 1;
69 obj->line[col] = ' ';
76 obj->line[col] = (char) ch;
81 obj->line[col] = '\0';
83 return obj->line;
90 print_line(MY_OBJ * obj, WINDO argument
205 MY_OBJ *obj; local
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintpool_live.c23 ipfobj_t obj; local
36 obj.ipfo_rev = IPFILTER_VERSION;
37 obj.ipfo_type = IPFOBJ_LOOKUPITER;
38 obj.ipfo_ptr = &iter;
39 obj.ipfo_size = sizeof(iter);
52 while (!last && (ioctl(fd, SIOCLOOKUPITER, &obj) == 0)) {
H A Dprinthash_live.c23 ipfobj_t obj; local
37 obj.ipfo_rev = IPFILTER_VERSION;
38 obj.ipfo_type = IPFOBJ_LOOKUPITER;
39 obj.ipfo_ptr = &iter;
40 obj.ipfo_size = sizeof(iter);
53 while (!last && (ioctl(fd, SIOCLOOKUPITER, &obj) == 0)) {
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_prop.c60 _citrus_prop_object_init(_citrus_prop_object_t *obj, _citrus_prop_type_t type) argument
63 obj->type = type;
64 memset(&obj->u, 0, sizeof(obj->u));
68 _citrus_prop_object_uninit(_citrus_prop_object_t *obj) argument
71 if (obj->type == _CITRUS_PROP_STR)
72 free(__DECONST(void *, obj->u.str));
110 _citrus_prop_object_t * __restrict obj) \
131 obj->u._func_ = 0; \
140 (ms, &obj
197 _citrus_prop_read_character(struct _memstream * __restrict ms, _citrus_prop_object_t * __restrict obj) argument
219 _citrus_prop_read_bool(struct _memstream * __restrict ms, _citrus_prop_object_t * __restrict obj) argument
246 _citrus_prop_read_str(struct _memstream * __restrict ms, _citrus_prop_object_t * __restrict obj) argument
[all...]
/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c889 struct mac_biba *subj, *obj; local
895 obj = SLOT(u2->cr_label);
898 if (!biba_dominate_effective(obj, subj))
1156 struct mac_biba *subj, *obj; local
1162 obj = SLOT(inplabel);
1164 if (!biba_dominate_effective(obj, subj))
1304 struct mac_biba *subj, *obj; local
1316 obj = SLOT(vplabel);
1317 if (!biba_high_effective(obj))
1327 struct mac_biba *subj, *obj; local
1450 struct mac_biba *subj, *obj; local
1468 struct mac_biba *subj, *obj; local
1486 struct mac_biba *subj, *obj, *new; local
1537 struct mac_biba *subj, *obj; local
1555 struct mac_biba *subj, *obj; local
1597 struct mac_biba *subj, *obj; local
1615 struct mac_biba *subj, *obj; local
1633 struct mac_biba *subj, *obj; local
1651 struct mac_biba *subj, *obj; local
1669 struct mac_biba *subj, *obj; local
1699 struct mac_biba *subj, *obj; local
1723 struct mac_biba *subj, *obj; local
1747 struct mac_biba *subj, *obj; local
1765 struct mac_biba *subj, *obj; local
1783 struct mac_biba *subj, *obj; local
1801 struct mac_biba *subj, *obj; local
1819 struct mac_biba *subj, *obj; local
1837 struct mac_biba *subj, *obj; local
1855 struct mac_biba *subj, *obj; local
2071 struct mac_biba *subj, *obj; local
2091 struct mac_biba *subj, *obj; local
2111 struct mac_biba *subj, *obj; local
2151 struct mac_biba *subj, *obj, *new; local
2204 struct mac_biba *subj, *obj; local
2335 struct mac_biba *subj, *obj; local
2361 struct mac_biba *subj, *obj; local
2424 struct mac_biba *subj, *obj; local
2495 struct mac_biba *subj, *obj; local
2513 struct mac_biba *subj, *obj; local
2531 struct mac_biba *subj, *obj; local
2549 struct mac_biba *subj, *obj; local
2567 struct mac_biba *subj, *obj; local
2585 struct mac_biba *subj, *obj; local
2635 struct mac_biba *subj, *obj; local
2673 struct mac_biba *subj, *obj; local
2691 struct mac_biba *subj, *obj; local
2733 struct mac_biba *subj, *obj; local
2755 struct mac_biba *subj, *obj; local
2787 struct mac_biba *subj, *obj; local
2877 struct mac_biba *subj, *obj; local
2895 struct mac_biba *subj, *obj; local
2913 struct mac_biba *subj, *obj; local
2931 struct mac_biba *subj, *obj; local
2949 struct mac_biba *subj, *obj; local
2968 struct mac_biba *subj, *obj, *exec; local
2999 struct mac_biba *subj, *obj; local
3017 struct mac_biba *subj, *obj; local
3036 struct mac_biba *subj, *obj; local
3059 struct mac_biba *subj, *obj; local
3077 struct mac_biba *subj, *obj; local
3095 struct mac_biba *subj, *obj; local
3123 struct mac_biba *subj, *obj; local
3148 struct mac_biba *subj, *obj; local
3166 struct mac_biba *subj, *obj; local
3184 struct mac_biba *subj, *obj; local
3202 struct mac_biba *subj, *obj; local
3272 struct mac_biba *subj, *obj; local
3296 struct mac_biba *subj, *obj; local
3321 struct mac_biba *subj, *obj; local
3339 struct mac_biba *subj, *obj; local
3357 struct mac_biba *subj, *obj; local
3377 struct mac_biba *subj, *obj; local
3395 struct mac_biba *subj, *obj; local
3413 struct mac_biba *subj, *obj; local
3431 struct mac_biba *subj, *obj; local
3449 struct mac_biba *subj, *obj; local
3468 struct mac_biba *subj, *obj; local
3491 struct mac_biba *subj, *obj; local
[all...]

Completed in 338 milliseconds

1234567891011>>