Searched refs:an (Results 151 - 175 of 330) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-edge.mk66 # The pattern in the nested variable has an unclosed character class.
72 # Before 2019-12-02, this test case triggered an out-of-bounds read
146 # Having only an escaped '=' results in a parse error.
H A Ddeptgt-makeflags.mk84 # Unbalanced quotes produce an error message. If they occur anywhere in the
/freebsd-13-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec54 two untrusted hosts over an insecure network. X11 connections and
68 two untrusted hosts over an insecure network. X11 connections and
75 This package contains an X Window System passphrase dialog for OpenSSH.
97 message if an SSH host key is already in place
/freebsd-13-stable/usr.sbin/ctld/
H A Duclparse.c308 "not an array");
338 log_warnx("\"auth-group\" section is not an object");
350 log_warnx("\"portal-group\" section is not an object");
362 log_warnx("\"lun\" section is not an object");
382 log_warnx("\"target\" section is not an object");
395 const struct auth_name *an; local
427 "auth-group \"%s\" is not an array",
442 "auth-group \"%s\" is not an array",
457 "auth-group \"%s\" is not an array",
466 an
774 const struct auth_name *an; local
[all...]
H A Dctld.c301 struct auth_name *an; local
303 an = calloc(1, sizeof(*an));
304 if (an == NULL)
306 an->an_auth_group = ag;
307 an->an_initiator_name = checked_strdup(name);
308 TAILQ_INSERT_TAIL(&ag->ag_names, an, an_next);
309 return (an);
313 auth_name_delete(struct auth_name *an) argument
315 TAILQ_REMOVE(&an
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql16 * software distributed under the License is distributed on an
52 /* Verify: on every NODES row: it is an op-root or it has a parent with the
95 /* All ACTUAL nodes must have an equivalent NODE in NODES
275 /* If moved_here is set on an op-root, there must be a proper moved_to */
284 /* If moved_to is set there should be an moved op root at the target */
/freebsd-13-stable/contrib/unbound/daemon/
H A Dcachedump.c319 /** load an RR into rrset */
436 /** load an rrset entry */
629 unsigned int flags, qdcount, security, an, ns, ar; local
648 &security, &an, &ns, &ar) != 7) {
658 if(an > RR_COUNT_MAX || ns > RR_COUNT_MAX || ar > RR_COUNT_MAX) {
662 rep.an_numrrsets = (size_t)an;
665 rep.rrset_count = (size_t)an+(size_t)ns+(size_t)ar;
/freebsd-13-stable/lib/libc/nameser/
H A Dns_name.c91 * Convert an encoded domain name to printable ascii as per RFC1035.
193 * Convert a ascii string into an encoded domain name as per RFC1035.
211 * Convert a ascii string into an encoded domain name as per RFC1035.
506 *\li 'dnptrs' is an array of pointers to previous compressed names.
640 *\li 'dnptrs' is an array of pointers to previous compressed names.
720 /* Find the number of octets an nname takes up, including the root label.
771 ns_name_owned(ns_namemap_ct a, int an, ns_namemap_ct b, int bn) { argument
773 if (an < bn)
782 a++, an--;
790 /* Build an arra
[all...]
/freebsd-13-stable/contrib/pf/authpf/
H A Dauthpf.c231 * tell them to log out before switching users it is an invitation
275 * 10 attempts we log an error and give up.
462 * use this gateway by virtue of being listed in an allowed
564 return (1); /* matched an allowed user/group */
579 * from using us by virtue of having an file of the same name
687 recursive_ruleset_purge(char *an, char *rs) argument
707 snprintf(t_e[i].anchor, sizeof(t_e[i].anchor), "%s/%s", an, rs);
718 snprintf(prs->path, sizeof(prs->path), "%s/%s", an, rs);
/freebsd-13-stable/sys/mips/mips/
H A Dfp.S647 bne t1, SEXP_INF, 1f # is FS an infinity?
763 bne t1, DEXP_INF, 1f # is FS an infinity?
927 bne t1, SEXP_INF, 2f # is FS an infinity?
929 bne ta1, SEXP_INF, 1f # FS is inf, is FT an infinity?
937 bne ta1, SEXP_INF, 1f # FS != inf, is FT an infinity?
973 bne t1, DEXP_INF, 2f # is FS an infinity?
976 bne ta1, DEXP_INF, 1f # FS is inf, is FT an infinity?
986 bne ta1, DEXP_INF, 1f # FS != inf, is FT an infinity?
1057 bne t1, SEXP_INF, 1f # is FS an infinity?
1059 bne ta1, SEXP_INF, result_fs_s # is FT an infinit
[all...]
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound.spec23 as a server, but are linked into an application) are easily possible.
/freebsd-13-stable/contrib/bmake/
H A Dbsd.after-import.mk6 # capture the generated files we need, and add an after-import
/freebsd-13-stable/contrib/bmake/mk/
H A Dauto.obj.mk23 # If we get to the end of the loop, a plain mkdir will issue an error.
H A Ddirdeps-options.mk31 # Thus a directory, that is affected by an option FOO would have
H A Dsys.clean-env.mk32 # This gets expanded to an egrep expression like '^(A|B|C...)'
H A Dsys.vars.mk30 # if this is an ancient version of bmake
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DSunOS.mk19 # the PATH below may find an ancient gcc
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc104 // a underflows on conversion to the destination type or is an exact
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc249 // We can't recover from reallocating an unknown address, because
/freebsd-13-stable/contrib/apr/
H A Dapr-config.in12 # distributed under the License is distributed on an "AS IS" BASIS,
79 When linking with libtool, an application should do something like:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc158 // the common case. Also don't wildcard expand /?. Always treat it as an
222 // treat this as an error. GetLastError() returns ERROR_SUCCESS, which
223 // isn't useful, so we'll hardcode an appropriate error value.
/freebsd-13-stable/share/mk/
H A Dauto.obj.mk24 # If we get to the end of the loop, a plain mkdir will issue an error.
H A Dbsd.init.mk54 # - make -V is used without an override
H A Dbsd.opts.mk25 # Makefiles should never test WITH_FOO or WITHOUT_FOO directly (although an
H A Ddirdeps-options.mk32 # Thus a directory, that is affected by an option FOO would have

Completed in 204 milliseconds

1234567891011>>