HomeSort by relevance Sort by last modified time
    Searched full:a_type (Results 1 - 25 of 35) sorted by null

1 2

  /external/elfutils/libebl/
eblauxvinfo.c 107 ebl_auxv_info (ebl, a_type, name, format)
109 GElf_Xword a_type;
113 int result = ebl->auxv_info (a_type, name, format);
114 if (result == 0 && a_type < nauxv_types && auxv_types[a_type].name != NULL)
117 *name = auxv_types[a_type].name;
118 *format = auxv_types[a_type].format;
  /external/elfutils/backends/
alpha_auxv.c 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
36 if (a_type != AT_HWCAP)
i386_auxv.c 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
36 if (a_type != AT_HWCAP)
ppc_auxv.c 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
36 if (a_type != AT_HWCAP)
sparc_auxv.c 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
36 if (a_type != AT_HWCAP)
  /ndk/sources/host-tools/sed-4.2.1/lib/
set-mode-acl.c 317 entries[0].a_type = ALLOW;
321 entries[1].a_type = ALLOW;
325 entries[2].a_type = ALLOW;
333 entries[0].a_type = ACE_ACCESS_ALLOWED_ACE_TYPE;
340 entries[1].a_type = ACE_ACCESS_ALLOWED_ACE_TYPE;
347 entries[2].a_type = ACE_ACCESS_ALLOWED_ACE_TYPE;
374 entries[0].a_type = USER_OBJ;
377 entries[1].a_type = GROUP_OBJ;
380 entries[2].a_type = OTHER_OBJ;
file-has-acl.c 137 /* Note: If ace->a_type = USER_OBJ, ace->a_id is the st_uid from stat().
138 If ace->a_type = GROUP_OBJ, ace->a_id is the st_gid from stat().
140 if (!(ace->a_type == USER_OBJ
141 || ace->a_type == GROUP_OBJ
142 || ace->a_type == OTHER_OBJ
145 || ace->a_type == CLASS_OBJ))
186 if (!(ace->a_type == ALLOW
198 if (!(ace->a_type == ACE_ACCESS_ALLOWED_ACE_TYPE
acl-internal.h 185 /* For a_type. */
  /external/kernel-headers/original/linux/
posix_acl.h 15 /* a_type field in acl_user_posix_entry_t */
  /external/elfutils/libelf/
gelf_update_auxv.c 95 if (unlikely (src->a_type > 0xffffffffll)
111 auxv->a_type = src->a_type;
gelf_getauxv.c 105 dst->a_type = src->a_type;
abstract.h 320 TYPE_NAME (ElfW2(32, Ext##Word), a_type) \
328 TYPE_NAME (ElfW2(64, Ext##Xword), a_type) \
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 353 Word a_type; member in struct:auxv
453 for (cauxv = orig_auxv; cauxv->a_type != AT_NULL; cauxv++) {
454 if (cauxv->a_type == AT_PLATFORM ||
455 cauxv->a_type == AT_BASE_PLATFORM)
457 else if (cauxv->a_type == AT_RANDOM)
459 else if (cauxv->a_type == AT_EXECFN && have_exename)
621 auxv[0].a_type = AT_IGNOREPPC;
623 auxv[1].a_type = AT_IGNOREPPC;
628 for (; orig_auxv->a_type != AT_NULL; auxv++, orig_auxv++) {
634 switch(auxv->a_type) {
    [all...]
  /external/openssl/crypto/lhash/
lhash.h 129 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
131 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
134 a_type *b = arg2; \
  /external/openssl/include/openssl/
lhash.h 129 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
131 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
134 a_type *b = arg2; \
  /external/elfutils/libdwfl/
link_map.c 90 if (u->a64[i].a_type == BE64 (PROBE_TYPE)
97 if (u->a64[i].a_type == LE64 (PROBE_TYPE)
109 if (u->a32[i].a_type == BE32 (PROBE_TYPE)
116 if (u->a32[i].a_type == LE32 (PROBE_TYPE)
657 if (av[i].a_type == BL##NN (AT_ENTRY)) \
659 else if (av[i].a_type == BL##NN (AT_PHDR)) \
661 else if (av[i].a_type == BL##NN (AT_PHNUM)) \
663 else if (av[i].a_type == BL##NN (AT_PHENT)) \
665 else if (av[i].a_type == BL##NN (AT_PAGESZ)) \
linux-proc-maps.c 100 if (d.a32[i].a_type == AT_SYSINFO_EHDR)
109 if (d.a64[i].a_type == AT_SYSINFO_EHDR)
  /external/ipsec-tools/src/libipsec/
pfkey.c 1257 if (sa_parms->a_type == SADB_AALG_NONE) {
1267 if (sa_parms->a_type != SADB_AALG_NONE) {
1278 if (sa_parms->a_type != SADB_X_AALG_TCP_MD5) {
1304 if (sa_parms->a_type != SADB_AALG_NONE)
1352 sa_parms->a_type, sa_parms->e_type,
1385 if (sa_parms->a_type != SADB_AALG_NONE) {
    [all...]
libpfkey.h 79 u_int a_type, a_keylen; /* Authentication alg and key */ member in struct:pfkey_send_sa_args
  /external/chromium/testing/gtest/include/gtest/
gtest-test-part.h 60 TestPartResult(Type a_type,
64 : type_(a_type),
  /external/gtest/include/gtest/
gtest-test-part.h 60 TestPartResult(Type a_type,
64 : type_(a_type),
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 60 TestPartResult(Type a_type,
64 : type_(a_type),
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerARM.cpp 51 if (aux.a_type == AT_HWCAP) {
  /external/ipsec-tools/src/racoon/
backupsa.c 77 * e_type e_keylen a_type a_keylen flags \
154 sa_args->e_keylen, sa_args->a_type, sa_args->a_keylen,
275 GETNEXTNUM(sa_args.a_type, strtoul);
  /external/openssl/crypto/asn1/
a_type.c 1 /* crypto/asn1/a_type.c */

Completed in 598 milliseconds

1 2