Home
last modified time | relevance | path

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

/dragonfly/contrib/diffutils/lib/
H A Dcdefs.h57 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct argument
58 # define __NTHNL(fct) __attribute__ ((__nothrow__)) fct argument
63 # define __NTH(fct) __LEAF_ATTR fct throw () argument
64 # define __NTHNL(fct) fct throw () argument
68 # define __NTH(fct) fct argument
69 # define __NTHNL(fct) fct argument
84 # define __NTH(fct) fct argument
/dragonfly/contrib/grep/lib/
H A Dcdefs.h57 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct argument
58 # define __NTHNL(fct) __attribute__ ((__nothrow__)) fct argument
63 # define __NTH(fct) __LEAF_ATTR fct throw () argument
64 # define __NTHNL(fct) fct throw () argument
68 # define __NTH(fct) fct argument
69 # define __NTHNL(fct) fct argument
84 # define __NTH(fct) fct argument
/dragonfly/sys/bus/pccard/
H A Dpccard_cis.c100 pccard_scan_cis(device_t dev, pccard_scan_t fct, void *arg) in pccard_scan_cis()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_table.c77 #define RVTEST(fct) do { \ argument
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_cam.c4925 mpt_task_mgmt_t fct = MPT_NIL_TMT_VALUE; in mpt_scsi_tgt_atio() local
/dragonfly/contrib/grep/src/
H A Dgrep.c328 void (*fct) (void); member
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c567 struct isp_fc_tsk_mgmt *fct = (struct isp_fc_tsk_mgmt *) addr; in ispioctl() local