| /freebsd-14.2/contrib/unbound/ipset/ |
| H A D | ipset.c | 95 p = strrchr(setname, '/'); in add_to_ipset() 97 i = p - setname; in add_to_ipset() 108 p = setname; in add_to_ipset() 167 mnl_attr_put(nlh, IPSET_ATTR_SETNAME, strlen(setname) + 1, setname); in add_to_ipset() 227 const char *setname, int af) in ipset_check_zones_for_rrset() argument 276 const char *setname; in ipset_update() local 302 setname = NULL; in ipset_update() 307 setname = ie->name_v4; in ipset_update() 311 setname = ie->name_v6; in ipset_update() 314 if (setname) { in ipset_update() [all …]
|
| /freebsd-14.2/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-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_impl.h | 55 int (*setname)(const char *val); member
|
| /freebsd-14.2/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-14.2/sys/contrib/openzfs/module/icp/include/ |
| H A D | generic_impl.c | 205 .setname = generic_impl_setname
|
| /freebsd-14.2/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-14.2/contrib/tzcode/ |
| H A D | localtime.c | 1551 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in localsub() argument 1587 result = localsub(sp, &newt, setname, tmp); in localsub() 1638 if (setname) in localsub() 1656 localtime_tzset(time_t const *timep, struct tm *tmp, bool setname) in localtime_tzset() argument 1664 if (setname || !lcl_is_set) in localtime_tzset() 1667 tmp = localsub(lclptr, timep, setname, tmp); in localtime_tzset() 2390 mktime_tzname(struct state *sp, struct tm *tmp, bool setname) in mktime_tzname() argument 2393 return time1(tmp, localsub, sp, setname); in mktime_tzname()
|
| /freebsd-14.2/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-14.2/contrib/bsddialog/ |
| H A D | bsddialog.c | 1262 bool setname, bool setdesc, bool setstatus, bool sethelp, in get_menu_items() argument 1272 sizeitem += setname ? 1 : 0; in get_menu_items() 1290 (*items)[i].name = setname ? argv[j++] : ""; in get_menu_items()
|
| /freebsd-14.2/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-14.2/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 6445 VERIFY0(blake3->setname("generic")); in ztest_blake3() 6454 VERIFY0(blake3->setname("cycle")); in ztest_blake3()
|