Lines Matching defs:s
550 (void) snprintf(buf, sizeof (buf), "property[@name=\"%s\"]", name);
702 (void) snprintf((char *)buf, sizeof (buf), "%s",
734 (void) snprintf(buf, sizeof (buf), "property[@name=\"%s\"]", name);
836 (void) snprintf((char *)buf, sizeof (buf), "property[@name=\"%s\"]",
912 (void) snprintf((char *)buf, sizeof (buf), "%s", sres);
928 * Return NULL on failure. It is the caller's responsibility to free
999 if (set_char_buf(cb, "%s.%s",
1436 if (set_char_buf(cb, "%s.default",
1491 /* Now create the XML component and add to it's parent */
1493 * If we know the class of an element, we know it's parent.
1640 * Associate the provider to it's configuration
2005 struct stat s;
2051 if (stat(conf->pc_location, &s) == -1) {
2135 (void) append_char_buf(cb, "%s//*[@ref_id=\"%s\"]",
2264 "[ @%s=\"%llu\" ]", /* POC_UINT */
2265 "[ @%s=\"%lld\" ]", /* POC_INT */
2266 "[ @%s=\"%f\" ]", /* POC_DOUBLE */
2267 "[ @%s=\"%s\" ]", /* POC_BOOL */
2268 "[ @%s=\"%s\" ]", /* POC_STRING */
2271 "[ property[@name=\"%s\"][text()=\"%llu\"] ]", /* POC_UINT */
2272 "[ property[@name=\"%s\"][text()=\"%lld\"] ]", /* POC_INT */
2273 "[ property[@name=\"%s\"][text()=\"%f\"] ]", /* POC_DOUBLE */
2274 "[ property[@name=\"%s\"][text()=\"%s\"] ]", /* POC_BOOL */
2275 "[ property[@name=\"%s\"][text()=\"%s\"] ]" /* POC_STRING */
2532 * Unfortunately, there's no easy way to get a list of all DTD
2659 /* If we can't find it, say it's a string */
2667 * to generate the XML representation via the configuration provider's