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

1234567891011>>

/freebsd-10.2-release/sys/ia64/include/
H A D_types.h43 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-10.2-release/sys/powerpc/include/
H A Dvarargs.h35 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-10.2-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.2-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.2-release/sys/arm/include/
H A D_types.h43 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-10.2-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.2-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.2-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.c547 free(bsdar->as);
550 bsdar->as = NULL;
556 * Fault in the buffer prior to writing as a workaround for poor performance
572 * Ensure we touch the last page as well, in case the buffer is not
627 * Archive string table is padded by a "\n" as the normal members.
631 if (bsdar->as != NULL && bsdar->as_sz % 2 != 0)
632 bsdar->as[bsdar->as_sz++] = '\n';
645 if (bsdar->as != NULL)
662 * as ranlib, write the symbol table even if it is empty.
682 if (bsdar->as !
[all...]
/freebsd-10.2-release/share/mk/
H A Dbsd.obj.mk14 # and works properly only if set as an environment variable,
15 # not as a global or command line variable!
21 # and works properly only if set as an environment variable,
22 # not as a global or command line variable!
76 @${ECHO} "Warning: Using ${.OBJDIR} as object directory instead of\
/freebsd-10.2-release/sys/dev/pci/
H A Dpci_pci.c226 /* Check for overlap with 0x000 - 0x0ff as a special case. */
325 struct alloc_state *as; local
329 as = arg;
330 if (as->error != 0)
333 w = &as->sc->io;
336 device_printf(as->sc->dev,
338 as->res[as->count] = bus_alloc_resource(as->sc->dev, SYS_RES_IOPORT,
340 if (as
349 struct alloc_state as; local
[all...]
/freebsd-10.2-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.2-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.2-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.2-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.2-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.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.procpriv.ksh32 # structures that we know we shouldn't be able to read, as they require reading
81 * If our p_pgidp points to the same pid structure as our p_pidp, we will
/freebsd-10.2-release/contrib/ncurses/
H A DMakefile.os223 # Except as contained in this notice, the name(s) of the above copyright #
65 # about symbols that disappear from one release to the other, as well as
171 echo installing ./lib/$$i.dll as $(LIBDIR)/$$i.dll; \
174 echo installing ./lib/$$i.lib as $(LIBDIR)/$$i.lib; \
/freebsd-10.2-release/contrib/apr/
H A Dapr.spec18 portability layer to as many operating systems as possible,
/freebsd-10.2-release/sys/i386/include/
H A Din_cksum.h39 #error this file needs sys/cdefs.h as a prerequisite

Completed in 163 milliseconds

1234567891011>>