Searched refs:as (Results 76 - 100 of 389) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl25 # * Copyright remains Eric Young's, and as such any Copyright notices in
39 * The implementation was written so as to conform with Netscapes SSL.
41 * This library is free for commercial and non-commercial use as long as
48 * Copyright remains Eric Young's, and as such any Copyright notices in
51 * as the author of the parts of the library used.
/freebsd-10.0-release/crypto/openssl/util/
H A Dadd_cr.pl71 * The implementation was written so as to conform with Netscapes SSL.
73 * This library is free for commercial and non-commercial use as long as
80 * Copyright remains Eric Young's, and as such any Copyright notices in
83 * as the author of the parts of the library used.
/freebsd-10.0-release/sys/arm/include/
H A D_types.h43 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-10.0-release/sys/ia64/include/
H A D_types.h43 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-10.0-release/sys/powerpc/include/
H A Dvarargs.h35 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-10.0-release/sys/sparc64/include/
H A D_types.h39 #error this file needs sys/cdefs.h as a prerequisite
H A Dprofile.h36 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-10.0-release/sys/sys/
H A Dlinker_set.h34 #error this file needs sys/cdefs.h as a prerequisite
39 * are collected by the linker into a `linker_set' as defined below.
84 * containing those addresses. Thus is must be declared as "type **pvar",
/freebsd-10.0-release/tools/tools/portsinfo/
H A Dportsinfo.sh25 code compile and run on FreeBSD. Installing an application is as
26 simple as downloading the port, unpacking it and typing make in the
/freebsd-10.0-release/usr.bin/ar/
H A Dar.h94 char *as; /* buffer for archive string table. */ member in struct:bsdar
95 size_t as_sz; /* current size of as table. */
96 size_t as_cap; /* capacity of as table buffer. */
H A Dwrite.c545 free(bsdar->as);
548 bsdar->as = NULL;
601 * Archive string table is padded by a "\n" as the normal members.
605 if (bsdar->as != NULL && bsdar->as_sz % 2 != 0)
606 bsdar->as[bsdar->as_sz++] = '\n';
619 if (bsdar->as != NULL)
636 * as ranlib, write the symbol table even if it is empty.
656 if (bsdar->as != NULL) {
661 write_data(bsdar, a, bsdar->as, bsdar->as_sz);
805 if (bsdar->as
[all...]
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser.cpp172 attrs_map as) :
175 m_attrs(as)
284 impl::attrs_map as = he.attrs(); local
285 for (impl::attrs_map::const_iterator iter = as.begin(); iter != as.end();
171 header_entry(const std::string& n, const std::string& v, attrs_map as) argument
/freebsd-10.0-release/sys/dev/pci/
H A Dpci_pci.c205 /* Check for overlap with 0x000 - 0x0ff as a special case. */
304 struct alloc_state *as; local
308 as = arg;
309 if (as->error != 0)
312 w = &as->sc->io;
315 device_printf(as->sc->dev,
317 as->res[as->count] = bus_alloc_resource(as->sc->dev, SYS_RES_IOPORT,
319 if (as
328 struct alloc_state as; local
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c96 * This is the same as normal 'pax', but tries to suppress
200 * Note: This code assumes that 'nanos' has the same sign as 'sec',
202 * and not -0.8 seconds. This is a pretty pedantic point, as we're
207 add_pax_attr_time(struct archive_string *as, const char *key, argument
239 add_pax_attr(as, key, t);
261 add_pax_attr_int(struct archive_string *as, const char *key, int64_t value) argument
266 add_pax_attr(as, key, format_int(tmp + sizeof(tmp) - 1, value));
274 add_pax_attr(struct archive_string *as, const char *key, const char *value) argument
310 archive_strcat(as, format_int(tmp + sizeof(tmp) - 1, len + digits));
311 archive_strappend_char(as, ' ');
583 struct archive_string as; local
[all...]
H A Darchive_match.c202 * on the command line as anchored, but --exclude doesn't.
571 struct archive_string as; local
604 archive_string_init(&as);
631 archive_strncat(&as, s, length);
637 archive_strncat(&as, s, length);
640 if (archive_strlen(&as) > 0) {
642 r = add_pattern_mbs(a, mlist, as.s);
645 archive_string_free(&as);
648 archive_string_empty(&as);
657 archive_string_free(&as);
1088 struct archive_string as; local
1241 struct archive_string as; local
[all...]
H A Darchive_write_set_format_gnutar.c343 struct archive_string as; local
345 archive_string_init(&as);
347 if (archive_string_ensure(&as,
351 archive_string_free(&as);
358 * as a part of its multibyte pathname. */
363 archive_strncpy(&as, p, path_length);
364 archive_strappend_char(&as, '/');
365 archive_entry_copy_pathname(entry, as.s);
366 archive_string_free(&as);
487 /* Write as man
[all...]
H A Darchive_write_set_format_ustar.c311 struct archive_string as; local
313 archive_string_init(&as);
315 if (archive_string_ensure(&as,
319 archive_string_free(&as);
326 * as a part of its multibyte pathname. */
331 archive_strncpy(&as, p, path_length);
332 archive_strappend_char(&as, '/');
333 archive_entry_copy_pathname(entry, as.s);
334 archive_string_free(&as);
380 * Note that this always formats as muc
[all...]
/freebsd-10.0-release/sys/compat/ndis/
H A Dkern_windrv.c166 ansi_string as; local
173 RtlInitAnsiString(&as, name);
174 if (RtlAnsiStringToUnicodeString(&us, &as, TRUE))
353 ansi_string as; local
431 RtlInitAnsiString(&as, DUMMY_REGISTRY_PATH);
432 if (RtlAnsiStringToUnicodeString(&drv->dro_drivername, &as, TRUE)) {
546 ansi_string as; local
552 RtlInitAnsiString(&as, name);
553 if (RtlAnsiStringToUnicodeString(&drv->dro_drivername, &as, TRUE))
661 * depending on whether the descriptor will be used as
[all...]
H A Dsubr_ndis.c373 * so we use a pointer to the driver object as the
552 ansi_string as; local
572 RtlInitAnsiString(&as, tmp);
574 RtlInitAnsiString(&as, (char *)oid->oid_arg1);
577 if (RtlAnsiStringToUnicodeString(us, &as, TRUE)) {
624 ansi_string as; local
634 if (RtlUnicodeStringToAnsiString(&as, key, TRUE)) {
639 keystr = as.as_buf;
649 RtlFreeAnsiString(&as);
655 RtlFreeAnsiString(&as);
690 ansi_string as; local
720 ansi_string as; local
980 ansi_string as = { 0, 0, NULL }; local
2572 ansi_string as; local
2740 ansi_string as; local
3196 ansi_string as; local
[all...]
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex85 but nothing as detailed or complete as the OF device tree. This has
91 hardcoded addresses for a particular board. As well as being ugly of
137 move the blob around as a whole, without needing to parse or adjust
141 make tweaks to the flattened tree, such as deleting or inserting a
149 representation should be kept as small as conveniently possible.
206 included as part of the \dtc (see \S\ref{sec:dtc}) git tree,
219 kernel.}. The list is represented as a simple array of (address,
223 the structure block as describe
[all...]
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY60 3540994 pullupmsg does not work as required
217 3438340 more stats as dtrace probes
241 1826936 shall we allow ipf to be as dumb as its admin
285 allow NAT rule to match 'all' interfaces with * as interface name
323 generates C code from filter rules to compile in or load as native
391 convert ip_len back to network byte order, not plen, for solaris as ip_len
496 sync on state information as well as NAT information when required
521 fix parsing of icmp code after return-icmp/return-icmp-as
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dunwind.inc7 under the terms of the GNU General Public License as published by
125 /* Update cur_context to describe the same frame as fs. */
187 /* Update cur_context to describe the same frame as fs, and discard
306 /* Update context to describe the same frame as fs. */
/freebsd-10.0-release/usr.sbin/cron/doc/
H A DINSTALL14 * I'll try to keep a version up to date. I can be reached as follows:
70 under most BSD's, `crontab' will still think of you as yourself even though
71 you may think of yourself as root -- so use `-u' liberally. (3) the `-r'
81 Start up this cron daemon yourself as root. Just type /usr/local/etc/cron
/freebsd-10.0-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl61 * The implementation was written so as to conform with Netscapes SSL.
63 * This library is free for commercial and non-commercial use as long as
70 * Copyright remains Eric Young's, and as such any Copyright notices in
73 * as the author of the parts of the library used.
/freebsd-10.0-release/contrib/apr/
H A Dapr.spec18 portability layer to as many operating systems as possible,

Completed in 301 milliseconds

1234567891011>>