Home
last modified time | relevance | path

Searched defs:IS_ASCII (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_defs.h56 #define IS_ASCII(_ch) ((_ch) < 0x80) macro
/freebsd/contrib/libyaml/src/
H A Dyaml_private.h255 #define IS_ASCII(string) IS_ASCII_AT((string),0) macro
/freebsd/contrib/tcsh/
H A Dsh.h457 # define IS_ASCII macro
/freebsd/sys/dev/ixgbe/
H A Dixgbe_type_e610.h94 #define IS_ASCII(_ch) ((_ch) < 0x80) macro