Searched refs:an (Results 101 - 125 of 276) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/gcclibs/libmudflap/
H A Dconfigure125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
356 # If the previous option needs an argument, assign it.
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
800 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1170 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1200 # Let the site file select an alternate cache file if it wants to.
1484 # AIX install. It has an incompatible calling convention.
1582 # expand $ac_aux_dir to an absolute path
2305 # Try to create an executabl
[all...]
/freebsd-10-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-10-stable/contrib/amd/doc/
H A Dtexinfo.tex27 % restriction. This Exception is an additional permission under section 7
104 % If this character appears in an error message or help string, it
109 % messages, but if we're using an old version of TeX, don't do anything.
235 % aren't perfect, it's not the end of the world, being an error message,
315 % \onepageout takes a vbox as an argument. Note that \pagecontents
337 % the page break happens to be in the middle of an example.
422 % Parse an argument, then pass it to #1. The argument is the rest of
424 % macro which expects an ordinary undelimited TeX argument.
470 % We prepended an \empty token at the very beginning and we expand it now,
508 % If an inde
[all...]
/freebsd-10-stable/contrib/libreadline/
H A Dconfigure128 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
359 # If the previous option needs an argument, assign it.
667 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
679 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
815 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1173 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1203 # Let the site file select an alternate cache file if it wants to.
1877 # Try to create an executable without -o first, disregard a.out.
1878 # It will help us diagnose broken compilers, and finding out an intuition
1893 # Otherwise an ol
[all...]
/freebsd-10-stable/usr.sbin/ctld/
H A Dctld.c298 struct auth_name *an; local
300 an = calloc(1, sizeof(*an));
301 if (an == NULL)
303 an->an_auth_group = ag;
304 an->an_initator_name = checked_strdup(name);
305 TAILQ_INSERT_TAIL(&ag->ag_names, an, an_next);
306 return (an);
310 auth_name_delete(struct auth_name *an) argument
312 TAILQ_REMOVE(&an
[all...]
/freebsd-10-stable/contrib/unbound/daemon/
H A Dcachedump.c318 /** load an RR into rrset */
435 /** load an rrset entry */
627 unsigned int flags, qdcount, security, an, ns, ar; local
646 &security, &an, &ns, &ar) != 7) {
655 if(an > RR_COUNT_MAX || ns > RR_COUNT_MAX || ar > RR_COUNT_MAX) {
659 rep.an_numrrsets = (size_t)an;
662 rep.rrset_count = (size_t)an+(size_t)ns+(size_t)ar;
/freebsd-10-stable/contrib/pf/authpf/
H A Dauthpf.c230 * tell them to log out before switching users it is an invitation
274 * 10 attempts we log an error and give up.
461 * use this gateway by virtue of being listed in an allowed
563 return (1); /* matched an allowed user/group */
578 * from using us by virtue of having an file of the same name
686 recursive_ruleset_purge(char *an, char *rs) argument
706 snprintf(t_e[i].anchor, sizeof(t_e[i].anchor), "%s/%s", an, rs);
717 snprintf(prs->path, sizeof(prs->path), "%s/%s", an, rs);
/freebsd-10-stable/lib/libc/nameser/
H A Dns_name.c89 * Convert an encoded domain name to printable ascii as per RFC1035.
191 * Convert a ascii string into an encoded domain name as per RFC1035.
209 * Convert a ascii string into an encoded domain name as per RFC1035.
504 *\li 'dnptrs' is an array of pointers to previous compressed names.
638 *\li 'dnptrs' is an array of pointers to previous compressed names.
718 /* Find the number of octets an nname takes up, including the root label.
769 ns_name_owned(ns_namemap_ct a, int an, ns_namemap_ct b, int bn) { argument
771 if (an < bn)
780 a++, an--;
788 /* Build an arra
[all...]
/freebsd-10-stable/sys/mips/mips/
H A Dfp.S645 bne t1, SEXP_INF, 1f # is FS an infinity?
761 bne t1, DEXP_INF, 1f # is FS an infinity?
925 bne t1, SEXP_INF, 2f # is FS an infinity?
927 bne ta1, SEXP_INF, 1f # FS is inf, is FT an infinity?
935 bne ta1, SEXP_INF, 1f # FS != inf, is FT an infinity?
971 bne t1, DEXP_INF, 2f # is FS an infinity?
974 bne ta1, DEXP_INF, 1f # FS is inf, is FT an infinity?
984 bne ta1, DEXP_INF, 1f # FS != inf, is FT an infinity?
1055 bne t1, SEXP_INF, 1f # is FS an infinity?
1057 bne ta1, SEXP_INF, result_fs_s # is FT an infinit
[all...]
/freebsd-10-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-10-stable/contrib/bmake/
H A Dbsd.after-import.mk6 # capture the generated files we need, and add an after-import
/freebsd-10-stable/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m4144 ! Compute ITER in an unorthodox manner: know we need to Shift V into
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dcrti.asm28 # compiled with GCC to produce an executable, this does not cause
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Dsol-ci.asm30 # compiled with GCC to produce an executable, this does not cause
H A Dsol-cn.asm30 # compiled with GCC to produce an executable, this does not cause
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dsol2-ci.asm30 ! compiled with GCC to produce an executable, this does not cause
/freebsd-10-stable/contrib/one-true-awk/
H A DREADME56 This produces an executable a.out; you will eventually want to
/freebsd-10-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.pl181 * This package is an SSL implementation written
214 * the apps directory (application code) you must include an acknowledgement:
H A Dobjects.pl16 { die "$ARGV[1]:$o:There's already an object with NID ",$mynum," on line ",$order{$mynum},"\n"; }
18 { die "$ARGV[1]:$o:There's already an object with name ",$Cname," on line ",$order{$nid{$Cname}},"\n"; }
76 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
83 { die "objects.txt:$o:There's already an object with short name ",$sn{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
92 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
132 * This package is an SSL implementation written
165 * the apps directory (application code) you must include an acknowledgement:
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddummynet.txt44 selected by an external filter such as ipfw, and passed to the emulator
46 do with the packet. As an example
70 As an example, we can have
191 We don't need an efficient data structure as we never search
284 if an object already exists it is reconfigured, otherwise it is
287 an identifier N between 1 and 65535. For certain objects we have
305 it is always attached to an existing dn_link N
360 The buffer contains all struct needed to configure an object. In more detail,
581 variable (is7) to store the ipfw version used, using an approach like the
698 so that every scheduler instance act as an independen
[all...]
/freebsd-10-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap-opts.def125 However, an alternate location can be specified on the command line.
/freebsd-10-stable/contrib/bmake/mk/sys/
H A DSunOS.mk19 # the PATH below may find an ancient gcc
/freebsd-10-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk32 # This gets expanded to an egrep expression like '^(A|B|C...)'
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf.c1026 * New state matches an old >FIN_WAIT_2
1333 * pf_unlink_state() in an other thread, or
1637 * an other thread.
1745 * an already unlinked rule.
2074 u_int16_t *pc, struct pf_addr *an, u_int16_t pn, u_int8_t u,
2081 PF_ACPY(a, an, af);
2092 ao.addr16[0], an->addr16[0], 0),
2093 ao.addr16[1], an->addr16[1], 0);
2097 ao.addr16[0], an->addr16[0], u),
2098 ao.addr16[1], an
2073 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
2132 pf_change_a(void *a, u_int16_t *c, u_int32_t an, u_int8_t u) argument
2143 pf_change_proto_a(struct mbuf *m, void *a, u_int16_t *c, u_int32_t an, u_int8_t udp) argument
2157 pf_change_a6(struct pf_addr *a, u_int16_t *c, struct pf_addr *an, u_int8_t u) argument
[all...]
/freebsd-10-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',
909 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
912 # Let the site file select an alternate cache file if it wants to.
1371 # Try to create an executable without -o first, disregard a.out.
1372 # It will help us diagnose broken compilers, and finding out an intuition
2306 # AIX install. It has an incompatible calling convention.
2920 make an erro
[all...]

Completed in 309 milliseconds

1234567891011>>