Searched refs:tag_type (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/posix1e/
H A Dacl_entry.c150 acl_tag_t tag_type; local
157 } else if ((error = acl_get_tag_type(entry, &tag_type)) != 0) {
160 switch(tag_type) {
186 acl_tag_t tag_type; local
189 if (acl_get_tag_type(entry, &tag_type) != 0)
192 switch(tag_type) {
205 acl_set_tag_type(acl_entry_t entry, acl_tag_t tag_type) argument
209 switch(tag_type) {
212 entry->ae_tag = tag_type;
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-pppoe.c145 u_short tag_type = 0xffff, tag_len; local
151 * tag_type is previous tag or 0xffff for first iteration
153 while (tag_type && p < pppoe_payload + pppoe_length) {
155 tag_type = EXTRACT_16BITS(p);
180 tok2str(pppoetag2str, "TAG-0x%x", tag_type),
186 printf(" [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type));
196 "TAG-0x%x", tag_type));
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_acl_freebsd.c77 acl_tag_t tag_type; local
81 acl_get_tag_type(aclent, &tag_type);
95 switch (tag_type) {
/macosx-10.10.1/ruby-106/ruby/
H A Ddebug.c24 enum ruby_tag_type tag_type; member in union:__anon12039
/macosx-10.10.1/groff-38/groff/src/utils/hpftodit/
H A Dhpftodit.cpp71 enum tag_type { enum
256 static void require_tag(tag_type);
257 static void dump_ascii(File &, tag_type);
275 entry &tag_info(tag_type t)
544 require_tag(tag_type t)
977 enum tag_type t = tag_type(i);
1184 dump_ascii(File &f, tag_type t)
/macosx-10.10.1/Libc-1044.1.2/include/sys/
H A Dacl.h188 extern int acl_set_tag_type(acl_entry_t entry_d, acl_tag_t tag_type);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.h276 with tag_type. The fourth argument is TRUE for a struct, FALSE
367 bfd_boolean (*tag_type) member in struct:debug_write_fns
H A Ddebug.c2464 return (*fns->tag_type) (fhandle, type->u.knamed->name->name, id,
2520 return (*fns->tag_type) (fhandle, tag, type->u.kclass->id,
2692 return (*fns->tag_type) (fhandle, tag, type->u.kclass->id,

Completed in 283 milliseconds