Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bhnd/nvram/
HDbhnd_nvram_private.h69 #define bhnd_nv_isprint(c) isprint(c) macro
145 #define bhnd_nv_isprint(c) ((c) >= ' ' && (c) <= '~') macro