Home
last modified time | relevance | path

Searched refs:setname (Results 1 – 22 of 22) 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() argument
95 p = strrchr(setname, '/'); in add_to_ipset()
97 i = p - setname; in add_to_ipset()
102 memcpy(io.pfrio_table.pfrt_anchor, setname, i); in add_to_ipset()
108 p = setname; 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() argument
148 if (strlen(setname) >= IPSET_MAXNAMELEN) { in add_to_ipset()
167 mnl_attr_put(nlh, IPSET_ATTR_SETNAME, strlen(setname) + 1, setname); in add_to_ipset()
184 struct packed_rrset_data *d, const char* setname, int af, in ipset_add_rrset_data() argument
206 verbose(VERB_QUERY, "ipset: add %s to %s for %s", ip, setname, dname); in ipset_add_rrset_data()
[all …]
/freebsd/usr.sbin/pwm/
H A Dpwm.c82 bool setname; in main() local
85 setname = false; in main()
132 setname = true; in main()
147 if (setname) in main()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_impl.h55 int (*setname)(const char *val); member
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py234 def hasset(ds, setname): argument
240 if whokey[0].lower() == "s" and whokey[3:] == setname:
/freebsd/contrib/tcsh/
H A Dtc.os.c356 setname(s); in dosetspath()
444 setname(s); in domigrate()
1474 setname(short2str(*v++)); in doinlib()
1504 setname(short2str(*v++)); in dover()
1539 setname(short2str(*v++)); in dorootnode()
H A Dsh.exec.c167 setname(short2str(blk[0])); in doexec()
198 setname(short2str(expath)); in doexec()
334 setname(short2str(expath)); in pexerr()
342 setname(""); in pexerr()
H A Dsh.glob.c400 setname(short2str(str)); in handleone()
456 setname(ptr); in libglob()
516 setname(short2str(str)); in globone()
H A Dsh.sem.c236 setname("nice"); in execute()
280 setname("ver"); in execute()
806 setname(short2str(blk[0])); in splicepipe()
H A Dsh.func.c135 setname(bp->bname); in func()
267 setname(short2str(p)); in doalias()
364 setname(short2str(STRthen)); in doif()
992 setname(short2str(Sgoal)); in histgetword()
1095 setname(short2str(Sgoal)); in getword()
H A Dsh.dol.c126 setname(short2str(cp)); in Dfix1()
363 setname(short2str(s)); in dolerror()
H A Ded.screen.c449 setname("settc"); in SetTC()
529 setname("echotc"); in EchoTC()
1414 setname("gettermcaps"); in GetTermCaps()
H A Dsh.misc.c510 setname(short2str(name)); in udvar()
H A Dsh.h1166 #define setname(a) (bname = (a)) macro
H A Ded.term.c596 setname(cmdname); in dosetty()
H A Dsh.set.c835 setname(short2str(*v)); in unset1()
H A Dsh.proc.c1479 setname(short2str(sigptr)); in dokill()
/freebsd/sys/contrib/openzfs/module/icp/include/
H A Dgeneric_impl.c205 .setname = generic_impl_setname
/freebsd/contrib/tzcode/
H A Dlocaltime.c1551 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in gmtcheck()
1587 result = localsub(sp, &newt, setname, tmp);
1638 if (setname) in localsub()
1656 localtime_tzset(time_t const *timep, struct tm *tmp, bool setname) in localsub()
1664 if (setname || !lcl_is_set) in localsub()
1667 tmp = localsub(lclptr, timep, setname, tmp); in localsub()
2390 mktime_tzname(struct state *sp, struct tm *tmp, bool setname) in time1()
2393 return time1(tmp, localsub, sp, setname); in time1()
1610 localsub(struct state const * sp,time_t const * timep,int_fast32_t setname,struct tm * const tmp) localsub() argument
1715 localtime_tzset(time_t const * timep,struct tm * tmp,bool setname) localtime_tzset() argument
2449 mktime_tzname(struct state * sp,struct tm * tmp,bool setname) mktime_tzname() 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.c291 bool setname, bool setdesc, bool setstatus, bool sethelp, in get_menu_items()
302 sizeitem += setname ? 1 : 0; in get_menu_items()
319 (*items)[i].name = setname ? argv[j++] : ""; in get_menu_items()
290 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/tools/tools/shlib-compat/
H A Dshlib-compat.py503 raw.setname('SUBPROGRAM_NONAME_' + raw.arg('low_pc'));
827 def setname(self, name): member in DwarfdumpParser.Tag
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c6850 VERIFY0(blake3->setname("generic")); in ztest_blake3()
6859 VERIFY0(blake3->setname("cycle")); in ztest_blake3()