Home
last modified time | relevance | path

Searched defs:setname (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/ipset/
H A Dipset.c86 static int add_to_ipset(filter_dev dev, const char *setname, const void *ipaddr, int af) { in add_to_ipset()
142 static int add_to_ipset(filter_dev dev, const char *setname, const void *ipaddr, int af) { in add_to_ipset()
184 struct packed_rrset_data *d, const char* setname, int af, in ipset_add_rrset_data()
227 const char *setname, int af) in ipset_check_zones_for_rrset()
276 const char *setname; in ipset_update() local
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_impl.h56 int (*setname)(const char *val); member
/freebsd/usr.sbin/pwm/
H A Dpwm.c82 bool setname; in main() local
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py234 def hasset(ds, setname): argument
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dtask.h131 void (*setname)(isc_task_t *task, const char *name, void *tag); member
/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c290 get_menu_items(int argc,char ** argv,bool setprefix,bool setdepth,bool setname,bool setdesc,bool setstatus,bool sethelp,unsigned int * nitems,struct bsddialog_menuitem ** items,int * focusitem,struct options * opt) get_menu_items() argument
/freebsd/contrib/tzcode/
H A Dlocaltime.c1763 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in localsub()
1869 localtime_tzset(time_t const *timep, struct tm *tmp, bool setname) in localtime_tzset()
2604 mktime_tzname(struct state *sp, struct tm *tmp, bool setname) in mktime_tzname()
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py827 def setname(self, name): member in DwarfdumpParser.Tag
/freebsd/contrib/tcsh/
H A Dsh.h1166 #define setname(a) (bname = (a)) macro