Home
last modified time | relevance | path

Searched refs:err_h (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A DMakefile.am138 err_h = macro
140 err_h = err.h macro
174 XHEADERS = $(err_h) $(fnmatch_h) $(glob_h) $(ifaddrs_h) $(search_h) $(vis_h)
H A DMakefile.in610 @have_err_h_FALSE@err_h = err.h
611 @have_err_h_TRUE@err_h =
622 XHEADERS = $(err_h) $(fnmatch_h) $(glob_h) $(ifaddrs_h) $(search_h) $(vis_h)
/freebsd/sbin/ipf/ippool/
H A Dippool.c356 int err_h, err_p; in poolcommand() local
357 err_h = remove_hash(&iph, ioctl); in poolcommand()
359 if (err_h == 0 || err_p == 0) in poolcommand()