Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dstring.h98 extern char * strswab(const char *);
/external/u-boot/drivers/block/
Dide.c644 strswab(dev_desc->revision); in ide_ident()
645 strswab(dev_desc->vendor); in ide_ident()
646 strswab(dev_desc->product); in ide_ident()
/external/u-boot/lib/
Dstring.c440 char *strswab(const char *s) in strswab() function