Searched defs:string (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/libusb/wrapper/src/
H A Dtestlibusb.c127 char string[256]; local
136 ret = usb_get_string_simple(udev, dev->descriptor.iManufacturer, string, sizeof(string));
138 printf("- Manufacturer : %s\n", string);
140 printf("- Unable to fetch manufacturer string %d\n", ret);
145 ret = usb_get_string_simple(udev, dev->descriptor.iProduct, string, sizeof(string));
147 printf("- Product : %s\n", string);
149 printf("- Unable to fetch product string\n");
153 ret = usb_get_string_simple(udev, dev->descriptor.iSerialNumber, string, sizeo
[all...]
/solaris-userland/components/desktop/os-welcome/files/
H A Dos-about.py26 import string namespace
39 # This is the only release string we need to change. Otherwise we
43 # We don't technically use this string at the moment, but this
84 return _("%.1f MB") % string.atoi(value)
86 return _("%.1f GB") % string.atoi(value)
138 for string in fd.readlines():
139 self.textbuffer.insert(self.iter, string)
H A Dos-next-steps.py26 import string namespace

Completed in 23 milliseconds