Searched refs:as (Results 151 - 175 of 389) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/sendmail/cf/m4/
H A Dcfhead.m439 `errprint(`You need a newer version of M4, at least as new as
/freebsd-10.0-release/crypto/openssh/
H A Dauth.h66 auth_session_t *as; member in struct:Authctxt
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dsparccpuid.S45 ! V9-compliant, as V9 returns a distinct value of 0x99,
52 ! we wipe it as memcpy might have used it...
183 ! as libc provides a stub, which is overloaded the moment you link
258 ! fmul8ulx16, which is emulated on T1 and as such accounts for quite
/freebsd-10.0-release/share/mk/
H A Dbsd.sys.mk118 CLANG_NO_IAS= -no-integrated-as
126 # Don't use -Wstack-protector as it breaks world with -Werror.
H A Dbsd.subdir.mk17 # SUBDIR A list of subdirectories that should be built as well.
/freebsd-10.0-release/sys/amd64/include/
H A Dieeefp.h49 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-10.0-release/sys/boot/pc98/boot0.5/
H A Dstart.s11 # notice, this list of conditions and the following disclaimer as
H A Dsupport.s11 # notice, this list of conditions and the following disclaimer as
/freebsd-10.0-release/sys/dev/isp/
H A DHardware.txt11 maybe a couple of notes as to what you should do to make it
81 as E-ports to make a large fabric (at least with the f/w *I*
179 and with other FC or SCSI as the backend storage. FreeBSD
209 do not represent formal engineering commitments- just suggestions as to
299 fabric login policy is simplistic (log them in as you find them). If
302 as to which would be interesting devices to actually connect to.
/freebsd-10.0-release/sys/dev/ixgb/
H A DREADME49 In the instructions below, x.x.x is the driver version as indicated in
71 is the IP address for another machine on the same subnet as the interface
235 * Other names and brands may be claimed as the property of others.
/freebsd-10.0-release/sys/i386/include/
H A Dieeefp.h49 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-10.0-release/tools/tools/sysdoc/
H A Dsysdoc.sh20 # would kill duplication between manual pages and kernel code as
21 # well as improve the removal of sysctls when they are obsoleted.
74 This script was forged as a way to automatically
147 known as a
/freebsd-10.0-release/contrib/dialog/package/
H A Ddialog.spec28 This package installs as "cdialog" to avoid conflict with other packages.
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm7 ! under the terms of the GNU General Public License as published by the
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dcrti.asm5 # under the terms of the GNU General Public License as published by the
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h93 void setAliasSet(AliasSet *as) { argument
95 AS = as;
122 /// ModRef as necessary.
164 /// isForwardingAliasSet - Return true if this alias set should be ignored as
221 // to serve as a sentinel.
236 /// destination set. This also implements the union-find collapsing as well.
/freebsd-10.0-release/contrib/bmake/mk/
H A Dsys.mk67 # :L says to use the variable's name as its value - ie. literal
161 # We stop looping as soon as the dir exists.
H A Ddirdeps.mk31 # as expected below.
110 # # as we may need it to find Makefile.depend*
234 # as below you can use !target(_DIRDEP_USE) to protect things
239 # we can use this as a clue to do initialization and other one time things.
314 # if TARGET_MACHINE is set - it is really the same as ONLY_MACHINE_LIST
352 # we need to build this guy's dependencies for host as well.
388 # these we reset each time through as they can depend on DEP_MACHINE
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dsntp-opts.def126 can be used as a SNTP client to query a NTP or SNTP server and either display
128 run as an interactive command or in a
137 can be used as a SNTP client to query a NTP or SNTP server and either display
139 run as an interactive command or in a
170 The default is that it should behave as a client, and the following options
269 The simplest use of this program is as an unprivileged command to check the
274 With suitable privilege, it can be run as a command or in a
288 page does not describe how to set it up as a server, which needs special care
291 When used as a client in non-daemon mode, the program returns a zero exit
292 status for success, and a non-zero one otherwise. When used as
[all...]
/freebsd-10.0-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec60 up to date in terms of security and features, as well as removing all
74 up to date in terms of security and features, as well as removing all
100 - Marked all manual pages as %doc(umentation)
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddummynet.txt44 selected by an external filter such as ipfw, and passed to the emulator
45 with a tag such as "pipe 10" or "queue 5" which tells what to
88 contains data about the physical link such as
191 We don't need an efficient data structure as we never search
242 - the 'busy' flag is set/cleared by long sections of code as follows:
278 The first dn_id must contain as obj.id the DN_API_VERSION
322 dn_sched N type as desired
460 are discarded when arrive. Next, the flowset is marked as delete.
482 packet are discarded when they arrive, and mark the scheduler as deleting.
557 not support some parameter as burs
[all...]
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_table.c1016 struct pfr_astats as; local
1018 pfr_copyout_addr(&as.pfras_a, ke);
1022 as.pfras_packets, sizeof(as.pfras_packets));
1024 as.pfras_bytes, sizeof(as.pfras_bytes));
1026 bzero(as.pfras_packets, sizeof(as.pfras_packets));
1027 bzero(as.pfras_bytes, sizeof(as
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/rsh/
H A Drsh.c614 const char *as = NULL; local
617 as = inet_ntop (sa->sa_family, &((struct sockaddr_in*)sa)->sin_addr,
621 as = inet_ntop (sa->sa_family, &((struct sockaddr_in6*)sa)->sin6_addr,
624 if(as == NULL)
626 res = strdup(as);
809 { "user", 'l', arg_string, &user, "Run as this user", "login" },
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl33 # which is perfectly usable in this context... In other words, as far
34 # as Fujitsu SPARC64 V goes, talk to the author:-)
45 # execution core such as UltraSPARC this shall result in further
84 $ap_h="%l2"; # to these four vectors as double-precision FP values.
194 ld [%o3+0],$alo_ ! load a[j] as pair of 32-bit words
198 ld [%o5+0],$nlo_ ! load n[j] as pair of 32-bit words
203 ! transfer b[i] to FPU as 4x16-bit values
213 ! transfer ap[0]*b[0]*n0 to FPU as 4x16-bit values
275 ld [%o4+0],$alo_ ! load a[j] as pair of 32-bit words
279 ld [%o5+0],$nlo_ ! load n[j] as pai
[all...]
/freebsd-10.0-release/release/picobsd/tinyware/msh/
H A Dsh3.c63 _PROTOTYPE(int getn, (char *as ));
361 * 0< 1> are ignored as required
914 getn(as)
915 char *as;
920 s = as;
929 prs(as);

Completed in 191 milliseconds

1234567891011>>