Lines Matching +defs:val +defs:target
98 #define DTD_ATTR_TARGET ((const xmlChar *) "target")
380 * %z Name of target zone
529 char val[80];
532 val, sizeof (val), DTD_ELEM_RESTARTINIT, B_FALSE, B_FALSE) != 0)
535 if (strcmp(val, "false") == 0)
924 xmlChar *source, *target;
936 target = xmlGetProp(node, DTD_ATTR_TARGET);
938 if (source == NULL || target == NULL) {
941 if (target != NULL)
942 xmlFree(target);
946 ret = func(data, (char *)source, (char *)target);
949 xmlFree(target);