Home
last modified time | relevance | path

Searched refs:bString (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/cryptsetup/tests/
H A DfileDiffer.py67 bString = bFile.read() variable
69 if len(aString) != len(bString):
100 if aString[filepos] == bString[filepos]:
103 if aString[filepos] != bString[filepos] and c.mode != 'ALLOWED':
/dragonfly/sys/bus/u4b/
H A Dusb_util.c245 USETW2(p->bString[max_len], 0, s[max_len]); in usb_make_str_desc()
H A Dusb.h560 uWord bString[126]; member