/freebsd/contrib/unbound/ipset/ |
H A D | ipset.c | 86 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 D | pwm.c | 82 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 D | zfs_impl.h | 55 int (*setname)(const char *val); member
|
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | allow.py | 234 def hasset(ds, setname): argument 240 if whokey[0].lower() == "s" and whokey[3:] == setname:
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.c | 356 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 D | sh.exec.c | 167 setname(short2str(blk[0])); in doexec() 198 setname(short2str(expath)); in doexec() 334 setname(short2str(expath)); in pexerr() 342 setname(""); in pexerr()
|
H A D | sh.glob.c | 400 setname(short2str(str)); in handleone() 456 setname(ptr); in libglob() 516 setname(short2str(str)); in globone()
|
H A D | sh.sem.c | 236 setname("nice"); in execute() 280 setname("ver"); in execute() 806 setname(short2str(blk[0])); in splicepipe()
|
H A D | sh.func.c | 135 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 D | sh.dol.c | 126 setname(short2str(cp)); in Dfix1() 363 setname(short2str(s)); in dolerror()
|
H A D | ed.screen.c | 449 setname("settc"); in SetTC() 529 setname("echotc"); in EchoTC() 1414 setname("gettermcaps"); in GetTermCaps()
|
H A D | sh.misc.c | 510 setname(short2str(name)); in udvar()
|
H A D | sh.h | 1166 #define setname(a) (bname = (a)) macro
|
H A D | ed.term.c | 596 setname(cmdname); in dosetty()
|
H A D | sh.set.c | 835 setname(short2str(*v)); in unset1()
|
H A D | sh.proc.c | 1479 setname(short2str(sigptr)); in dokill()
|
/freebsd/sys/contrib/openzfs/module/icp/include/ |
H A D | generic_impl.c | 205 .setname = generic_impl_setname
|
/freebsd/contrib/tzcode/ |
H A D | localtime.c | 1551 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 D | task.h | 131 void (*setname)(isc_task_t *task, const char *name, void *tag); member
|
/freebsd/contrib/bsddialog/utility/ |
H A D | util_builders.c | 291 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 D | shlib-compat.py | 503 raw.setname('SUBPROGRAM_NONAME_' + raw.arg('low_pc')); 827 def setname(self, name): member in DwarfdumpParser.Tag
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 6850 VERIFY0(blake3->setname("generic")); in ztest_blake3() 6859 VERIFY0(blake3->setname("cycle")); in ztest_blake3()
|