Searched refs:attrib (Results 51 - 75 of 78) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A DMakefile.in66 am__libntfs_3g_la_SOURCES_DIST = attrib.c attrlist.c bitmap.c \
73 am_libntfs_3g_la_OBJECTS = libntfs_3g_la-attrib.lo \
254 libntfs_3g_la_SOURCES = attrib.c attrlist.c bitmap.c bootsect.c \
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libntfs_3g_la-attrib.Plo@am__quote@
414 libntfs_3g_la-attrib.lo: attrib.c
415 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -MT libntfs_3g_la-attrib.lo -MD -MP -MF "$(DEPDIR)/libntfs_3g_la-attrib.Tpo" -c -o libntfs_3g_la-attrib.lo `test -f 'attrib
[all...]
H A DMakefile76 am__libntfs_3g_la_SOURCES_DIST = attrib.c attrlist.c bitmap.c \
83 am_libntfs_3g_la_OBJECTS = libntfs_3g_la-attrib.lo \
321 libntfs_3g_la_SOURCES = attrib.c attrlist.c bitmap.c bootsect.c \
435 include ./$(DEPDIR)/libntfs_3g_la-attrib.Plo
481 libntfs_3g_la-attrib.lo: attrib.c
482 if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -MT libntfs_3g_la-attrib.lo -MD -MP -MF "$(DEPDIR)/libntfs_3g_la-attrib.Tpo" -c -o libntfs_3g_la-attrib.lo `test -f 'attrib
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A DMakefile.in53 am__noinst_HEADERS_DIST = attrib.h attrlist.h bitmap.h bootsect.h \
58 am__ntfs3ginclude_HEADERS_DIST = attrib.h attrlist.h bitmap.h \
217 attrib.h \
H A DMakefile64 am__noinst_HEADERS_DIST = attrib.h attrlist.h bitmap.h bootsect.h \
69 am__ntfs3ginclude_HEADERS_DIST = attrib.h attrlist.h bitmap.h \
285 attrib.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dswiven.s112 ; os_error *SWI_OS_File_1(char *filename, int loadaddr, int execaddr, int attrib);
129 ; int *execaddr, int *length, int *attrib);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpkcs12.c842 print_attribs(out, bag->attrib, "Bag Attributes");
858 print_attribs(out, bag->attrib, "Bag Attributes");
881 print_attribs(out, bag->attrib, "Bag Attributes");
894 print_attribs(out, bag->attrib, "Bag Attributes");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_crt.c75 if (!X509at_add1_attr(&bag->attrib, attr))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpkcs12.c842 print_attribs(out, bag->attrib, "Bag Attributes");
858 print_attribs(out, bag->attrib, "Bag Attributes");
881 print_attribs(out, bag->attrib, "Bag Attributes");
894 print_attribs(out, bag->attrib, "Bag Attributes");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpkcs12.c751 print_attribs (out, bag->attrib, "Bag Attributes");
765 print_attribs (out, bag->attrib, "Bag Attributes");
784 print_attribs (out, bag->attrib, "Bag Attributes");
795 print_attribs (out, bag->attrib, "Bag Attributes");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_crt.c136 if (!X509at_add1_attr(&bag->attrib, cspattr))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsvm.h126 u16 attrib; member in struct:vmcb_seg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_crt.c75 if (!X509at_add1_attr(&bag->attrib, attr))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanoftp.c1591 char attrib[11]; local
1620 attrib[i++] = *cur;
1624 attrib[10] = 0;
1696 callback(userData, filename, attrib, owner, group, size, links,
2047 void ftpList(void *userData, const char *filename, const char* attrib, argument
2051 "%s %s %s %ld %s\n", attrib, owner, group, size, filename);
H A Dvalid.c6097 xmlAttrPtr attrib; local
6099 attrib = elem->properties;
6100 while (attrib != NULL) {
6101 if (xmlStrEqual(attrib->name, attr->name)) {
6103 xmlNsPtr nameSpace = attrib->ns;
6131 attrib = attrib->next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanoftp.c1593 char attrib[11]; local
1622 attrib[i++] = *cur;
1626 attrib[10] = 0;
1698 callback(userData, filename, attrib, owner, group, size, links,
2049 void ftpList(void *userData, const char *filename, const char* attrib, argument
2053 "%s %s %s %ld %s\n", attrib, owner, group, size, filename);
H A Dvalid.c6223 xmlAttrPtr attrib; local
6225 attrib = elem->properties;
6226 while (attrib != NULL) {
6227 if (xmlStrEqual(attrib->name, attr->name)) {
6229 xmlNsPtr nameSpace = attrib->ns;
6257 attrib = attrib->next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dnanoftp.c1593 char attrib[11]; local
1622 attrib[i++] = *cur;
1626 attrib[10] = 0;
1698 callback(userData, filename, attrib, owner, group, size, links,
2049 void ftpList(void *userData, const char *filename, const char* attrib, argument
2053 "%s %s %s %ld %s\n", attrib, owner, group, size, filename);
H A Dvalid.c6223 xmlAttrPtr attrib; local
6225 attrib = elem->properties;
6226 while (attrib != NULL) {
6227 if (xmlStrEqual(attrib->name, attr->name)) {
6229 xmlNsPtr nameSpace = attrib->ns;
6257 attrib = attrib->next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.c1591 char attrib[11]; local
1620 attrib[i++] = *cur;
1624 attrib[10] = 0;
1696 callback(userData, filename, attrib, owner, group, size, links,
2047 void ftpList(void *userData, const char *filename, const char* attrib, argument
2051 "%s %s %s %ld %s\n", attrib, owner, group, size, filename);
H A Dvalid.c6097 xmlAttrPtr attrib; local
6099 attrib = elem->properties;
6100 while (attrib != NULL) {
6101 if (xmlStrEqual(attrib->name, attr->name)) {
6103 xmlNsPtr nameSpace = attrib->ns;
6131 attrib = attrib->next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsmbldap.c222 while ( table[i].attrib != LDAP_ATTR_LIST_END ) {
223 if ( table[i].attrib == key )
241 while ( table[i].attrib != LDAP_ATTR_LIST_END )
252 while ( table[i].attrib != LDAP_ATTR_LIST_END ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_eckd.h448 struct attrib_data_t attrib; /* e.g. cache operations */ member in struct:dasd_eckd_private
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dpalinfo.c299 u64 attrib; local
334 if (ia64_pal_mem_attrib(&attrib) == 0) {
338 if (attrib & (1 << i)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpifunc.c1580 const u32 h_control, const u16 attrib, const u32 param1,
1589 hm.u.c.attribute = attrib;
1596 static u16 hpi_control_log_set2(u32 h_control, u16 attrib, short sv0, argument
1605 hm.u.c.attribute = attrib;
1614 const u32 h_control, const u16 attrib, u32 param1, u32 param2,
1623 hm.u.c.attribute = attrib;
1641 u32 h_control, u16 attrib, short *sv0, short *sv1)
1648 hm.u.c.attribute = attrib;
1659 const u32 h_control, const u16 attrib, const u32 index,
1669 hm.u.c.attribute = attrib;
1579 hpi_control_param_set(const struct hpi_hsubsys *ph_subsys, const u32 h_control, const u16 attrib, const u32 param1, const u32 param2) argument
1613 hpi_control_param_get(const struct hpi_hsubsys *ph_subsys, const u32 h_control, const u16 attrib, u32 param1, u32 param2, u32 *pparam1, u32 *pparam2) argument
1640 hpi_control_log_get2(const struct hpi_hsubsys *ph_subsys, u32 h_control, u16 attrib, short *sv0, short *sv1) argument
1658 hpi_control_query(const struct hpi_hsubsys *ph_subsys, const u32 h_control, const u16 attrib, const u32 index, const u32 param, u32 *psetting) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmsdos.c45 # define ff_attrib attrib

Completed in 1482 milliseconds

1234