Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua273 _X = coroutine.wrap(function () function
/freebsd/contrib/bmake/
H A Dwait.h48 # define WEXITSTATUS(_X) (((int)(_X)>>8)&0377) argument
/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h49 #define _X 0x40 /* hex digit */ macro
/freebsd/contrib/libpcap/
H A Dpcap-npf.c84 #define SWAPS(_X) ((_X & 0xff) << 8) | (_X >> 8) argument