| /src/sbin/gpt/ |
| set.c | 74 uint64_t attributes = 0, clear = 0; local 81 if (gpt == NULL || gpt_attr_get(gpt, &attributes) == -1) 115 if (gpt == NULL || argc != optind || (attributes != 0 && clear != 0)) 118 return gpt_attr_update(gpt, entry, attributes, clear);
|
| unset.c | 74 uint64_t attributes = 0; local 81 if (gpt == NULL || gpt_attr_get(gpt, &attributes) == -1) 115 return gpt_attr_update(gpt, entry, 0, attributes);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| ELFAttributeParser.h | 25 std::unordered_map<unsigned, unsigned> attributes; member in class:llvm::ELFAttributeParser 58 auto I = attributes.find(tag); 59 if (I == attributes.end())
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFAbbreviationDeclaration.h | 47 /// attributes and as value for implicit_const ones, indicated by 96 attr_iterator_range attributes() const { function in class:llvm::DWARFAbbreviationDeclaration
|
| /src/external/mpl/bind/dist/tests/dns/ |
| rdatasetstats_test.c | 38 unsigned int attributes; local 40 attributes = 0; 41 which = DNS_RDATASTATSTYPE_VALUE(type, attributes); 44 attributes = DNS_RDATASTATSTYPE_ATTR_NXRRSET; 45 which = DNS_RDATASTATSTYPE_VALUE(type, attributes); 52 unsigned int attributes; local 54 attributes = DNS_RDATASTATSTYPE_ATTR_NXDOMAIN; 55 which = DNS_RDATASTATSTYPE_VALUE(0, attributes); 62 unsigned int attributes; local 64 attributes = from 84 unsigned int attributes; local 98 unsigned int attributes; local 129 unsigned int attributes; local 158 unsigned int attributes; local [all...] |
| /src/tests/lib/libcurses/director/ |
| testlang_parse.y | 200 %type <string> attributes expr 241 cchar : CCHAR VARNAME attributes char_vals { 251 attributes : numeric label 672 set_cchar(char *name, void *attributes) 686 if (sscanf((char *) attributes, "%d", &attribs) != 1) 688 "%s:%zu: %s: conversion of attributes to integer failed", 692 vars[i].cchar.attributes = attribs; 1712 * No chance of a match if attributes differ... 1715 if ((expected->attributes & WA_ATTRIBUTES) != 1716 (value->attributes & WA_ATTRIBUTES )) [all...] |
| /src/tests/usr.bin/xlint/lint1/ |
| c23.c | 115 attributes(int i) function 123 // There may be arbitrary commas around or between the attributes.
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/ |
| test_sign.c | 61 BYTE **attributes = NULL; local 197 // generate attributes list but without copying the not revealed ones 198 attributes = malloc( sizeof(BYTE *) * hDaaCredential->attributesLength); 201 attributes[i] = (BYTE *)malloc( DAA_PARAM_SIZE_F_I / 8); 202 memcpy( attributes[i], 203 hDaaCredential->attributes[i], 206 attributes[i] = NULL; 216 attributes, // in 227 if( attributes != NULL) { 229 if( attributes[i] != NULL) free( attributes[i]) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/ |
| LTOModule.h | 42 uint32_t attributes = 0; member in struct:llvm::LTOModule::NameAndAttributes 135 /// Get the attributes for a symbol at the specified index. 138 return lto_symbol_attributes(_symbols[index].attributes);
|
| /src/external/gpl2/groff/dist/src/libs/libxutil/ |
| XFontName.c | 65 unsigned int attributes = 0; local 70 &attributes, bit))) \ 76 &attributes, bit))) \ 95 attributes |= FontNameCharSetEncoding; 100 *fontNameAttributes = attributes;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| dispatch.h | 88 uint32_t attributes; /*%< mirrored from socket.h */ member in struct:dns_dispatchevent 105 * Attributes for added dispatchers. 254 unsigned int increment, unsigned int attributes, 262 unsigned int increment, unsigned int attributes, 282 *\li (attributes & DNS_DISPATCHATTR_TCP) == 0 296 unsigned int attributes, dns_dispatch_t **dispp); 330 *\li attributes includes #DNS_DISPATCHATTR_TCP and does not include 476 * Return the attributes (DNS_DISPATCHATTR_xxx) of this dispatch. Only the 477 * non-changeable attributes are expected to be referenced by the caller. 484 dns_dispatch_changeattributes(dns_dispatch_t *disp, unsigned int attributes, [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| xml-support.h | 69 /* A name and value pair, used to record parsed attributes. */ 86 be used for multiple attributes; the attribute name is available 99 /* Flags for attributes. If no flags are specified, the attribute is 135 created. ATTRIBUTES is a vector of the values of any attributes 139 attributes were present and parsed successfully, and elements of 140 ATTRIBUTES are guaranteed to be in the same order used in 141 ELEMENT->ATTRIBUTES (not the order from the XML file). Accordingly 142 fixed offsets can be used to find any non-optional attributes as 143 long as no optional attributes precede them. * 166 const struct gdb_xml_attribute *attributes; member in struct:gdb_xml_element [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| xml-support.h | 69 /* A name and value pair, used to record parsed attributes. */ 86 be used for multiple attributes; the attribute name is available 99 /* Flags for attributes. If no flags are specified, the attribute is 135 created. ATTRIBUTES is a vector of the values of any attributes 139 attributes were present and parsed successfully, and elements of 140 ATTRIBUTES are guaranteed to be in the same order used in 141 ELEMENT->ATTRIBUTES (not the order from the XML file). Accordingly 142 fixed offsets can be used to find any non-optional attributes as 143 long as no optional attributes precede them. * 166 const struct gdb_xml_attribute *attributes; member in struct:gdb_xml_element [all...] |
| /src/lib/libcurses/ |
| addbytes.c | 184 cc.attributes = attr; 214 attr_t attributes; local 282 attributes = (win->wattr | attr) & (__ATTRIBUTES & ~__COLOR); 284 attributes |= attr & __COLOR; 286 attributes |= win->wattr & __COLOR; 327 if (attributes & __COLOR) 329 attributes | (win->battr & ~__COLOR); 331 (*lp)->line[*x].attr = attributes | win->battr; 361 attr_t attributes; 394 cc.attributes = win->wattr [all...] |
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| x509_acert.h | 60 STACK_OF(X509_ATTRIBUTE) *attributes; member in struct:X509_acert_info_st
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| gsstool.c | 182 printf("attributes for: %s\n", mechname); 189 attributes(struct attributes_options *opt, int argc, char **argv) function
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| lock.c | 259 pthread_mutexattr_t attributes; local 261 if (pthread_mutexattr_init (&attributes) != 0) 263 if (pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE) != 0) 265 if (pthread_mutex_init (&lock->recmutex, &attributes) != 0) 267 if (pthread_mutexattr_destroy (&attributes) != 0)
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| lock.c | 258 pthread_mutexattr_t attributes; local 260 if (pthread_mutexattr_init (&attributes) != 0) 262 if (pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE) != 0) 264 if (pthread_mutex_init (&lock->recmutex, &attributes) != 0) 266 if (pthread_mutexattr_destroy (&attributes) != 0)
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| lock.c | 258 pthread_mutexattr_t attributes; local 260 if (pthread_mutexattr_init (&attributes) != 0) 262 if (pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE) != 0) 264 if (pthread_mutex_init (&lock->recmutex, &attributes) != 0) 266 if (pthread_mutexattr_destroy (&attributes) != 0)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| attribs.h | 23 /* A set of attributes that belong to the same namespace, given by NS. */ 27 array_slice<const attribute_spec> attributes; member in struct:scoped_attribute_specs 34 /* Process the attributes listed in ATTRIBUTES and install them in *NODE, 39 from tree.h. Depending on these flags, some attributes may be 75 /* Return 0 if the attributes for two types are incompatible, 1 if they 96 /* Given two attributes lists, return a list of their union. */ 100 /* Duplicate all attributes with name NAME in ATTR list to *ATTRS if 105 /* Duplicate all attributes from user DECL to the corresponding 110 /* Given two Windows decl attributes lists, possibly includin [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/glthread/ |
| lock.c | 265 pthread_rwlockattr_t attributes; local 268 err = pthread_rwlockattr_init (&attributes); 275 err = pthread_rwlockattr_setkind_np (&attributes, 278 err = pthread_rwlock_init(lock, &attributes); 281 pthread_rwlockattr_destroy (&attributes); 535 pthread_mutexattr_t attributes; local 538 err = pthread_mutexattr_init (&attributes); 541 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE); 544 pthread_mutexattr_destroy (&attributes); 547 err = pthread_mutex_init (lock, &attributes); 564 pthread_mutexattr_t attributes; local [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/ |
| lock.c | 265 pthread_rwlockattr_t attributes; local 268 err = pthread_rwlockattr_init (&attributes); 275 err = pthread_rwlockattr_setkind_np (&attributes, 278 err = pthread_rwlock_init(lock, &attributes); 281 pthread_rwlockattr_destroy (&attributes); 535 pthread_mutexattr_t attributes; local 538 err = pthread_mutexattr_init (&attributes); 541 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE); 544 pthread_mutexattr_destroy (&attributes); 547 err = pthread_mutex_init (lock, &attributes); 564 pthread_mutexattr_t attributes; local [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/include/ |
| apps.h | 219 DB_ATTR attributes; member in struct:ca_db_st
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| evp-pkcs11.c | 304 CK_ATTRIBUTE attributes[] = { local 342 rv = p11_module->C_CreateObject(p11ctx->hSession, attributes, 343 sizeof(attributes) / sizeof(attributes[0]),
|
| /src/crypto/external/bsd/openssl/dist/apps/include/ |
| apps.h | 213 DB_ATTR attributes; member in struct:ca_db_st
|