Home
last modified time | relevance | path

Searched refs:testprop (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlctype.h51 #define testprop(c,p) (luai_ctype_[(lu_byte)(c)+1] & (p)) macro
56 #define lislalpha(c) testprop(c, MASK(ALPHABIT))
57 #define lislalnum(c) testprop(c, (MASK(ALPHABIT) | MASK(DIGITBIT)))
58 #define lisdigit(c) testprop(c, MASK(DIGITBIT))
59 #define lisspace(c) testprop(c, MASK(SPACEBIT))
60 #define lisprint(c) testprop(c, MASK(PRINTBIT))
61 #define lisxdigit(c) testprop(c, MASK(XDIGITBIT))
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.inherit.ksh22 testprop="com.joyent:testprop"
25 log_must dataset_setprop $fs $testprop $testval
26 log_must_program_sync $TESTPOOL - $fs $testprop <<-EOF
36 prop=$(get_prop $testprop $fs)