mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-03 20:47:45 +01:00
Existing ctype checks are implemented using a 256 byte lookup table, allowing each character to be in any of 8 character classes. Since there are 8 existing character classes without the blank class, I implemented isblank without using the lookup table. Since there are only two blank characters - tab and space - this is a more reasonable approach than doubling the size of the lookup table to accommodate one more class. Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com> |
||
|---|---|---|
| .. | ||
| byteorder | ||
| mtd | ||
| unaligned | ||
| usb | ||
| apm_bios.h | ||
| bitops.h | ||
| compiler-gcc.h | ||
| compiler-gcc3.h | ||
| compiler-gcc4.h | ||
| compiler.h | ||
| config.h | ||
| crc7.h | ||
| crc32.h | ||
| ctype.h | ||
| edd.h | ||
| err.h | ||
| ethtool.h | ||
| fb.h | ||
| ioctl.h | ||
| ioport.h | ||
| kbuild.h | ||
| list.h | ||
| lzo.h | ||
| math64.h | ||
| mc146818rtc.h | ||
| mdio.h | ||
| mii.h | ||
| netdevice.h | ||
| poison.h | ||
| posix_types.h | ||
| rbtree.h | ||
| screen_info.h | ||
| stat.h | ||
| stddef.h | ||
| string.h | ||
| time.h | ||
| types.h | ||