Searched refs:an (Results 176 - 200 of 330) sorted by relevance

1234567891011>>

/freebsd-13-stable/stand/lua/
H A Dcore.lua82 -- We only attempt to append an extension if an absolute path
86 -- specified an absolute path and we shouldn't impede.
241 -- heuristic. Any directory in /boot that contains an ordinary file
H A Dmenu.lua445 -- check to see if key is an alias
454 -- if we have an alias do the assigned action:
464 -- If we got an alias key the screen is out of date...
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslcstyle.y23 * copy of the source code appearing in this file ("Covered Code") an
111 * United States government or any agency thereof requires an export license,
264 /* Index term -- "= BUF1[5]" on right-hand side of an equals (source) */
271 * of an equals (target) or the right side (source)
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c1075 * New state matches an old >FIN_WAIT_2
1383 * pf_unlink_state() in an other thread, or
1705 * an other thread.
1823 * an already unlinked rule.
2195 u_int16_t *pc, struct pf_addr *an, u_int16_t pn, u_int8_t u,
2202 PF_ACPY(a, an, af);
2213 ao.addr16[0], an->addr16[0], 0),
2214 ao.addr16[1], an->addr16[1], 0);
2218 ao.addr16[0], an->addr16[0], u),
2219 ao.addr16[1], an
2194 pf_change_ap(struct mbuf *m, struct pf_addr *a, u_int16_t *p, u_int16_t *ic, u_int16_t *pc, struct pf_addr *an, u_int16_t pn, u_int8_t u, sa_family_t af) argument
2253 pf_change_a(void *a, u_int16_t *c, u_int32_t an, u_int8_t u) argument
2264 pf_change_proto_a(struct mbuf *m, void *a, u_int16_t *c, u_int32_t an, u_int8_t udp) argument
2278 pf_change_a6(struct pf_addr *a, u_int16_t *c, struct pf_addr *an, u_int8_t u) argument
[all...]
/freebsd-13-stable/contrib/dialog/
H A Dconfigure194 # If the previous option needs an argument, assign it.
509 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
521 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
643 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
926 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
929 # Let the site file select an alternate cache file if it wants to.
1388 # Try to create an executable without -o first, disregard a.out.
1389 # It will help us diagnose broken compilers, and finding out an intuition
2366 # AIX install. It has an incompatible calling convention.
3706 make an erro
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c16 * software distributed under the License is distributed on an
224 * use as a line in an svn:externals property, based on the external item
243 /* If info->rev_str is NULL, this yields an empty string. */
265 /* If info->rev_str is NULL, this yields an empty string. */
297 _("%s property defined at '%s' is using an unsupported "
819 /* Wrapper to add an optional second lock */
966 file or dir added to its parent (possibly an implicit '.').
1186 /* This function should never get an empty PATH. We can neither
1279 URL, work up through DIR's parents until an existing node is found.
1281 POOL. Raise an erro
[all...]
/freebsd-13-stable/contrib/unbound/util/data/
H A Dmsgreply.h83 * Alias local answer(s) for the qname. If 'qname' is an alias defined
95 * in an ephemeral regional allocator. A deep copy of the data may
102 * Information to reference an rrset
202 * This is defined as an array of size 1, so that the compiler
232 * @param an: an count
235 * @param total: total rrset count (presumably an+ns+ar).
242 time_t ttl, time_t prettl, time_t expttl, size_t an, size_t ns,
490 * the cache, or an outside network.
559 * @return false on failure (a callback function returned an erro
[all...]
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser73 Here is an example file from the /etc/mail/virtusers/ directory:
H A Dexpn.pl69 # in an effort to not trace each address individually, but rather
73 # This means that all accounting w.r.t. an address must be stored in
160 # do we already have an mx record for this host?
163 # look it up, or try for an mx.
167 # if we can't get an A record, try for an MX record.
173 # get a connection, or look for an mx
497 print "Fallback an MX expansion $us -> \n" if $debug;
743 # remove empty (spaces don't count) members from an array
755 # using the host part of an addres
[all...]
/freebsd-13-stable/sbin/dhclient/
H A Ddhclient-script51 arp -an -i $interface | \
228 # ignore an error and do update resolv.conf.
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemchr.S37 an optimised path for large data sets; the worst case is finding the
80 @ Work up to an aligned point
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s71 ; 1st time (AX=0) it requests an address where to put the packet
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man170 . it 1 an-trap
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man196 . it 1 an-trap
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_sentence.c143 /* EOF is a movement sink, but it's an error not to have moved. */
286 * beginning of a sentence preceded by an empty line,
294 * Well, if an empty line preceded possible blanks
332 * columns in the line, i.e. the movement is cutting an entire line,
/freebsd-13-stable/share/mk/
H A Dlocal.meta.sys.mk7 # we need this until there is an alternative
148 # the target is usually an absolute path
H A Dbsd.cpu.mk149 # Use -march when the CPU type is an architecture value, e.g. armv8.1-a
157 # Set up the list of CPU features based on the CPU type. This is an
343 # it was a transition tool from FreeBSD 10 to 11 and is a bit of an odd duck.
/freebsd-13-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh47 -k KEY -- Trust an RSA key with SHA256 hash of KEY
54 (use this when calling portsnap from an interactive, non-
60 or update an existing snapshot.
67 update an existing tree.
342 # Use an SRV query to pick a server. If the SRV query doesn't provide
349 # won't be an SRV entry for that name).
455 # Check that we have a public key with an appropriate hash, or
646 # Sanity-check an index file
/freebsd-13-stable/sys/dev/ath/
H A Dif_athvar.h129 struct ath_node *an; /* pointer to parent */ member in struct:ath_tid
286 /* Make this an 8 bit value? */
306 /* Make this an 8 bit value? */
444 (_tq)->an->an_swq_depth++; \
449 (_tq)->an->an_swq_depth++; \
454 (_tq)->an->an_swq_depth--; \
465 (_tq)->an->an_swq_depth++; \
470 (_tq)->an->an_swq_depth++; \
475 (_tq)->an->an_swq_depth--; \
869 void *sc_dfs; /* Used by an optiona
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc506 // There was an error; "remote" is the conservative answer.
524 // The file system can have an arbitrary structure on z/OS; must go with the
566 // space, so we get an error if the disk is full.
946 // would open an existing file. See Windows/Path.inc for a longer comment.
1238 // Check whether the temporary directory is specified by an environment
1283 /// This implementation tries to perform an APFS CoW clone of the file,
/freebsd-13-stable/contrib/apr-util/
H A Dconfigure41 # Prefer a ksh shell builtin over an external printf program on Solaris,
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
136 # into an infinite loop, continuously re-executing ourselves.
362 # Test if FILE is an executable regular file.
490 # in an infinite loop. This has already happened in practice.
866 # If the previous option needs an argument, assign it.
1253 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1380 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1900 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1917 /* Override any GCC internal prototype to avoid an erro
[all...]
/freebsd-13-stable/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c638 void ieee802_1x_cp_set_distributedan(void *cp_ctx, u8 an) argument
641 sm->distributed_an = an;
/freebsd-13-stable/sbin/sysctl/
H A Dsysctl.c866 * localization is present because this is an interface from the kernel
867 * to this program (eg not an end-user interface), so isdigit() isn't
1078 /* find an estimate of how much we need for this var */
/freebsd-13-stable/lib/libifconfig/
H A Dsfp.lua47 -- This table describes an enum type, in this case enum sfp_id:
/freebsd-13-stable/contrib/bmake/mk/
H A Dautodep.mk86 # so we can do an explicit make depend, but not otherwise

Completed in 210 milliseconds

1234567891011>>