Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/sudo/
Dcompat.h135 # define isblank(_x) ((_x) == ' ' || (_x) == '\t') argument
151 # define memset(_s, _x, _n) (bzero(_s, _n)) argument
Dconfig.h95 #define mtim_getsec(_x) ((_x).st_mtimespec.tv_sec) argument
96 #define mtim_getnsec(_x) ((_x).st_mtimespec.tv_nsec) argument
/mirbsd/src/bin/cp/
Dcp.c75 #define fts_dne(_x) (_x->fts_pointer != NULL) argument
/mirbsd/src/sys/dev/pci/
Dsafe.c118 #define DPRINTF(_x) if (safe_debug) printf _x argument
127 #define DPRINTF(_x) argument
/mirbsd/src/sys/netinet/
Dip_ipsp.h428 #define ntohq(_x) htonq(_x) argument
432 #define htonq(_x) (_x) argument
433 #define ntohq(_x) htonq(_x) argument
/mirbsd/src/lib/libpthread/uthread/
Dpthread_private.h75 #define stdout_debug(_x) _thread_sys_write(1,_x,strlen(_x)); argument
76 #define stderr_debug(_x) _thread_sys_write(2,_x,strlen(_x)); argument
/mirbsd/src/sys/kern/
Dkern_sysctl.c95 #define PTRTOINT64(_x) ((u_int64_t)(u_long)(_x)) argument
/mirbsd/src/sys/dev/ic/
Disp.c5855 u_int8_t _x[ISP2100_NVRAM_SIZE]; in isp_read_nvram() member
/mirbsd/src/lib/libc/stdlib/
Dstrtod.c842 ulp(double _x) in ulp()
/mirbsd/src/usr.sbin/httpd/src/main/
Dalloc.c271 #define chk_on_blk_list(_x, _y) argument