Searched refs:attributes (Results 51 - 75 of 366) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dsuper.c255 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT);
256 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_INCNSTNT);
311 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) {
319 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) {
323 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) {
453 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) {
464 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) {
467 } else if ((vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) && !(sb->s_flags & MS_RDONLY)) {
547 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT);
548 vhdr->attributes |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A DtestSAX.c892 const xmlChar **attributes)
920 if (attributes != NULL) {
922 if (attributes[i + 1] != NULL)
923 fprintf(stdout, ", %s:%s='", attributes[i + 1], attributes[i]);
925 fprintf(stdout, ", %s='", attributes[i]);
926 fprintf(stdout, "%.4s...', %d", attributes[i + 3],
927 (int)(attributes[i + 4] - attributes[i + 3]));
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestSAX.c892 const xmlChar **attributes)
920 if (attributes != NULL) {
922 if (attributes[i + 1] != NULL)
923 fprintf(stdout, ", %s:%s='", attributes[i + 1], attributes[i]);
925 fprintf(stdout, ", %s='", attributes[i]);
926 fprintf(stdout, "%.4s...', %d", attributes[i + 3],
927 (int)(attributes[i + 4] - attributes[i + 3]));
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_pkey.c738 return X509at_get_attr_count(key->attributes);
744 return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
750 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
755 return X509at_get_attr(key->attributes, loc);
760 return X509at_delete_attr(key->attributes, loc);
765 if(X509at_add1_attr(&key->attributes, attr)) return 1;
773 if(X509at_add1_attr_by_OBJ(&key->attributes, obj,
782 if(X509at_add1_attr_by_NID(&key->attributes, nid,
791 if(X509at_add1_attr_by_txt(&key->attributes, attrname,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestSAX.c892 const xmlChar **attributes)
920 if (attributes != NULL) {
922 if (attributes[i + 1] != NULL)
923 fprintf(stdout, ", %s:%s='", attributes[i + 1], attributes[i]);
925 fprintf(stdout, ", %s='", attributes[i]);
926 fprintf(stdout, "%.4s...', %d", attributes[i + 3],
927 (int)(attributes[i + 4] - attributes[i + 3]));
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextbuffer.tex278 Clears the list style from the given range, clearing list-related attributes and applying any named paragraph style associated with each paragraph.
533 Gets the attributes at the given position.
536 of combining base style, paragraph style and character style attributes. To get the character
543 This function gets a style representing the common, combined attributes in the given range.
547 The function is used to get the attributes to display in the formatting dialog: the user
548 can edit the attributes common to the selection, and optionally specify the values of further
549 attributes to be applied uniformly.
551 To apply the edited attributes, you can use \helpref{SetStyle}{wxrichtextbuffersetstyle} specifying
552 the wxRICHTEXT\_SETSTYLE\_OPTIMIZE flag, which will only apply attributes that are different
553 from the {\it combined} attributes withi
[all...]
H A Drichtextformattingdialog.tex86 Apply attributes to the given range, only changing attributes that need to be changed.
100 Gets the attributes being edited.
112 Helper for pages to get the attributes.
136 Gets common attributes from the given range and calls SetAttributes. Attributes that do not have common values in the given range
155 Sets the attributes to be edited.
174 Sets the attributes and optionally updates the display, if {\it update} is \true.
H A Dtextattr.tex5 wxTextAttr represents the character and paragraph attributes, or style, for a range of text in a\rtfsp
51 what attributes will be considered when setting the attributes
200 Returns a bitlist indicating which attributes will be set.
207 Returns {\tt true} if this style specifies any non-default attributes.
242 Pass a bitlist indicating which attributes will be set.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dinode.c123 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes;
156 if (nwi->attributes & aDIR) {
166 && (nwi->attributes & aSHARED)) {
167 switch (nwi->attributes & (aHIDDEN|aSYSTEM)) {
194 if (nwi->attributes & aRONLY) inode->i_mode &= ~S_IWUGO;
201 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes;
671 finfo.i.attributes = aDIR;
896 info.attributes |= aSHARED | aSYSTEM;
899 info.attributes |= aSHARED;
905 info.attributes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dhtmltitle.cpp147 const xmlChar **attributes)
156 (void) attributes;
145 StartElement(void *voidContext, const xmlChar *name, const xmlChar **attributes) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Duserspace-consumer.c97 static struct attribute *attributes[] = { variable in typeref:struct:attribute
104 .attrs = attributes,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dbrec.c38 !(node->tree->attributes & HFS_TREE_VARIDXKEYS)) {
39 if (node->tree->attributes & HFS_TREE_BIGKEYS)
47 if (node->tree->attributes & HFS_TREE_BIGKEYS) {
161 if (tree->attributes & HFS_TREE_VARIDXKEYS)
373 if (tree->attributes & HFS_TREE_VARIDXKEYS)
413 if (!(tree->attributes & HFS_TREE_VARIDXKEYS))
496 tree->attributes & HFS_TREE_VARIDXKEYS)
502 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) {
H A Dbtree.h28 u32 attributes; member in struct:hfs_btree
152 __be32 attributes; /* (F) attributes */ member in struct:hfs_btree_header_rec
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dncp.h114 /* access rights attributes */
132 __le32 attributes; member in struct:nw_info_struct
179 __le32 attributes; member in struct:nw_modify_dos_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxml.spec43 - Supports arbitrary element names, attributes, and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dfilesys.h102 #include <sys/attributes.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.h62 extern attributes_t attributes[];
77 /* this changes the windows attributes !!! */
H A Dnconf.c372 wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]);
376 wattrset(main_window, attributes[FUNCTION_TEXT]);
383 wattrset(main_window, attributes[NORMAL]);
580 * As ncurses does not allow any attributes inside menue item, we mark the
1062 wattrset(main_window, attributes[NORMAL]);
1065 attributes[MAIN_HEADING]);
1067 wattrset(main_window, attributes[MAIN_MENU_BOX]);
1069 wattrset(main_window, attributes[MAIN_MENU_HEADING]);
1071 wattrset(main_window, attributes[NORMAL]);
1539 set_menu_fore(curses_menu, attributes[MAIN_MENU_FOR
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dcard.h19 unsigned char attributes; /* corresponding attributes of cs endpoint */ member in struct:audioformat
21 unsigned char ep_attr; /* endpoint attributes */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_log.c324 (msg->attributes != BFA_LOG_ATTR_NONE))
335 (msg->attributes & BFA_LOG_ATTR_AUDIT)
341 (msg->attributes & BFA_LOG_ATTR_AUDIT) ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-unix-groups189 New attributes are added, and existing are changed.
190 None of the existing attributes is deleted.
195 attributes to the ldap group entry or just uptades their values.
H A Dsmbldap-migrate-unix-accounts325 New attributes are added, and existing are changed.
326 None of the existing attributes is deleted.
331 attributes to the ldap user entry or just uptades their values.
336 attributes to the ldap user entry or just uptades their values.
341 and corresponding attributes to the ldap user entry or just
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dansi.c61 int attributes; /**< attribute flags */ member in struct:__anon3078
161 if ((s->attributes & ATTR_BOLD))
163 if ((s->attributes & ATTR_BLINK))
165 if ((s->attributes & ATTR_REVERSE))
167 if ((s->attributes & ATTR_CONCEALED))
302 s->attributes = 0;
306 s->attributes |= 1 << (m - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-po.c218 /* Per-character attributes. */
609 of attributes. */
651 char *attributes; local
737 attributes = XNMALLOC (portion_len, char);
738 for (ep = s, pp = portion, op = overrides, ap = attributes; ep < es; ep++)
1044 /* Change currattr so that it matches attributes[i]. */
1045 if (attributes[i] != currattr)
1054 if (~attributes[i] & currattr & ATTR_FORMAT_DIRECTIVE)
1059 else if (~attributes[i] & currattr & ATTR_INVALID_FORMAT_DIRECTIVE)
1064 if (attributes[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dbrec.c39 !(node->tree->attributes & HFS_TREE_VARIDXKEYS)) {
45 if (node->tree->attributes & HFS_TREE_BIGKEYS)
148 if (tree->attributes & HFS_TREE_VARIDXKEYS)
348 if (tree->attributes & HFS_TREE_VARIDXKEYS)
469 tree->attributes & HFS_TREE_VARIDXKEYS)
475 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) {

Completed in 381 milliseconds

1234567891011>>