| /src/tests/lib/semaphore/pthread/ |
| t_sem_pth.c | 13 ATF_TP_ADD_TC(tp, named);
|
| /src/etc/rc.d/ |
| named | 3 # $NetBSD: named,v 1.29 2024/07/10 07:27:10 christos Exp $ 6 # PROVIDE: named 13 name="named" 84 chown named:named "/etc/namedb/keys" 95 # exists and named isn't running at this point (unless forcestart 99 BIND*) # 9 no group, named-xfer, or ndc 100 named_plugindir="/usr/lib/named" 110 named*) # 4 and 8 111 rc_flags="-g named $rc_flags [all...] |
| Makefile | 33 named ndbootd network newsyslog nfsd nfslocking npf npf_boot \
|
| /src/tests/lib/libpthread/ |
| t_sem.c | 115 ATF_TC(named); variable 116 ATF_TC_HEAD(named, tc) 118 atf_tc_set_md_var(tc, "descr", "Checks named semaphores"); 120 ATF_TC_BODY(named, tc) 301 ATF_TP_ADD_TC(tp, named);
|
| /src/usr.bin/make/unit-tests/ |
| directive-ifdef.mk | 8 # There is no variable named 'UNDEF', therefore the condition evaluates to 14 # There is a variable named 'DEFINED', so the condition evaluates to true.
|
| make-exported.mk | 13 # export the variable named "-env", but that is rejected because the 20 # Since 2020-10-03, the "variable" named "-literal" is not exported anymore,
|
| posix-varassign.mk | 23 # instead, the variable named "VAR:" is defined. 34 # instead, the variable named "VAR::" is defined.
|
| varname-dollar.mk | 6 # If there really were a special variable named '$', the expressions ${${DOLLAR}}
|
| varname-dot-suffixes.mk | 15 # There is no actual variable named '.SUFFIXES', it is all made up. 32 # There is still no actual variable named '.SUFFIXES', it is all made up. 38 # is no variable named '.SUFFIXES' but evaluating '${.SUFFIXES}' nevertheless 62 # attempt at setting the variable named '.SUFFIXES' is rejected.
|
| var-op-default.mk | 32 # there is never an actual variable named 'i' involved. 34 # Because there is not really a variable named 'i', the '?=' operator
|
| varparse-undef-partial.mk | 12 # The expression ${VAR.${PARAM}} refers to the variable named "VAR.:Q", 37 # produces a different result since the variable named "VAR.:Q" is now
|
| directive.mk | 7 # Unknown directives are correctly named in the error messages,
|
| directive-undef.mk | 56 # A variable named " " cannot be undefined. There's no practical use case 69 # A variable named "$" can be undefined since the argument to .undef is
|
| cond-func-empty.mk | 105 # Now the variable named " " gets a non-empty value, which demonstrates that 162 # Now there is a variable named " WORD ", and it is not empty. 217 # since there is no variable named 'empty', the condition evaluates to false.
|
| varmod-loop-delete.mk | 47 # There is no variable named 'VAR' in the local scope, so nothing
|
| varname-makeflags.mk | 96 # $\ the value of the variable named '\' 99 # Since the variable named '\' is not defined, the resulting value is
|
| cond-cmp-string.mk | 26 # The variable named "" is never defined, nevertheless it can be used as a
|
| /src/etc/namedb/ |
| bind.keys | 7 # here, they will not be recognized or used by named. 10 # They are not activated within named.conf unless specifically switched on. 12 # named.conf options. To use the built-in DLV key, set 42 # in named.conf.
|
| /src/sys/fs/nfs/server/ |
| nfs_nfsdserv.c | 499 struct nameidata named; local 521 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, LOOKUP, 523 nfsvno_setpathbuf(&named, &bufp, &hashp); 524 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen); 527 nfsvno_relpathbuf(&named); 531 nd->nd_repstat = nfsvno_namei(nd, &named, dp, 0, exp, p, &dirp); 534 nfsvno_relpathbuf(&named); 547 if (named.ni_startdir) 548 vrele(named.ni_startdir); 549 nfsvno_relpathbuf(&named); 982 struct nameidata named; local 1152 struct nameidata named; local 1367 struct nameidata named; local 1621 struct nameidata named; local 1726 struct nameidata named; local 1846 struct nameidata named; local 2589 struct nameidata named; local 3345 struct nameidata named; local [all...] |
| /src/sys/dev/i2c/ |
| motoi2creg.h | 85 ((name##_A(FDR_A(fdr)) + named##_C(FDR_B(fdr))) << name##_B(FDR_B(fdr)))
|
| /src/games/hack/ |
| hack.steal.c | 147 int named = 0; local 192 named++; 225 pline("%s stole %s.", named ? "She" : Monnam(mtmp), doname(otmp));
|
| /src/tests/lib/semaphore/ |
| sem.c | 230 ATF_TC(named); variable 231 ATF_TC_HEAD(named, tc) 234 atf_tc_set_md_var(tc, "descr", "tests named semaphores (%s)", LIBNAME); 243 ATF_TC_BODY(named, tc)
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_247.c | 300 _Bool named; member in struct:ctl_node_s
|
| /src/usr.bin/sys_info/ |
| sys_info.sh | 109 [Bb][Ii][Nn][Dd]|named) 110 run "named -v | awk '{ gsub(\"-\", \"\", \$2); gsub(\"P\", \"pl\", \$2); print tolower(\$1) \"-\" \$2 }'"
|
| /src/etc/defaults/ |
| rc.conf | 235 named=NO named_flags="" # see below for named_chrootdir 254 # To run the named(8) DNS server as an unprivileged user under a 256 # of /etc/namedb to /var/chroot/named/etc/namedb 258 #named_chrootdir="/var/chroot/named"
|