Searched refs:attrValue (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/addattr/
H A DaddAttr.h15 const char *attrValue, size_t length, bool resolveLinks);
H A Dmain.cpp152 char *attrValue = NULL; local
184 attrValue = (char *)malloc(size);
185 if (attrValue != NULL)
186 status = file.Read(attrValue, size);
223 attrValue = argv[optind++];
234 status_t status = addAttr(argv[optind], attrType, attrName, attrValue,
239 invalidBoolValue(attrValue);
251 free(attrValue);
/haiku-fatelf/src/tests/kits/storage/
H A DNodeTest.cpp597 const char *attrValue = attrValues[i]; local
598 int32 valueSize = strlen(attrValue) + 1;
599 CPPUNIT_ASSERT( node.WriteAttr(attrName, B_STRING_TYPE, 0, attrValue,
696 const char *attrValue = attrValues[i]; local
697 int32 valueSize = strlen(attrValue) + 1;
700 CPPUNIT_ASSERT( strcmp(buffer, attrValue) == 0 );
707 const char *attrValue = newAttrValues[i]; local
708 int32 valueSize = strlen(attrValue) + 1;
711 CPPUNIT_ASSERT( strcmp(buffer, attrValue) == 0 );
883 const void *attrValue local
963 const char *attrValue = attrValues[i]; local
977 const char *attrValue = newAttrValues[i]; local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c7078 const xmlChar *attrValue, *name = NULL, *ns = NULL; local
7134 attrValue = xmlSchemaGetNodeContent(pctxt,
7136 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) {
7138 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified"))
7144 attrValue, NULL, NULL, NULL);
7151 attrValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7153 if (xmlStrEqual(attrValue, BAD_CAST "optional"))
7155 else if (xmlStrEqual(attrValue, BAD_CAST "prohibited"))
7157 else if (xmlStrEqual(attrValue, BAD_CAST "required"))
7164 attrValue, NUL
7468 const xmlChar *attrValue; local
8563 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
9109 const xmlChar *attrValue = NULL; local
12059 const xmlChar *attrValue; local
[all...]

Completed in 128 milliseconds