Searched refs:as (Results 276 - 300 of 370) sorted by relevance

<<1112131415

/freebsd-9.3-release/contrib/telnet/telnet/
H A Dtelnet.c209 * is in disagreement as to what the current state should be.
586 * name, then put it up front. Otherwise, as
587 * long as this is not a duplicate name (case
655 is_unique(char *name, char **as, char **ae)
661 for (ap = as; ap < ae; ap++)
652 is_unique(char *name, char **as, char **ae) argument
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c9 it under the terms of the GNU General Public License as published by
25 under terms of your choice, so long as that work isn't itself a
27 as a parser skeleton. Alternatively, if you modify or redistribute
41 variables, as they might otherwise be expanded by user macros.
443 and a page size can be as small as 4096 bytes. So we cannot safely
1414 /* Avoid sprintf, as that infringes on the user's name space.
1534 /* Look-ahead token as an internal (translated) token number. */
1585 so that they stay on the same level as the state stack.
2273 reply(500, "Can't be done as gues
[all...]
/freebsd-9.3-release/sys/conf/
H A Dkern.post.mk39 # Handle ports (as defined by the user) that build kernel modules
H A Dkmod.mk113 # Add -I path for altq headers as they are included via net/if_var.h
/freebsd-9.3-release/contrib/less/
H A Dconfigure106 # We did not find ourselves, most probably we were run as `sh COMMAND'
286 # Create "$as_dir" as a directory, including parents if necessary.
452 # Don't try to exec as it changes $[0], causing all sort of problems
681 # The variables have the same names as the options, with
703 # (The list follows the same order as the GNU Coding Standards.)
1220 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1283 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1289 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1293 --with-editor=PROGRAM use PROGRAM as the default editor vi
1460 # created by the PGI compiler (conftest_ipa8_conftest.oo), as i
[all...]
/freebsd-9.3-release/contrib/binutils/
H A Dconfigure119 # We did not find ourselves, most probably we were run as `sh COMMAND'
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
178 # Don't try to exec as it changes $[0], causing all sort of problems
281 # The variables have the same names as the options, with
856 To assign environment variables (e.g., CC, CFLAGS...), specify them as
922 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
943 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
959 use sysroot as the system root during the build
962 --with-datarootdir Use datarootdir as the data root directory.
1233 # WARNING: Be sure not to use single quotes in there, as som
[all...]
/freebsd-9.3-release/contrib/gdb/
H A Dltmain.sh9 # it under the terms of the GNU General Public License as published by
23 # distribute this file as part of a program that contains a
43 # used as fallback echo
142 # Don't test for the "default" C tag, as we know, it's there, but
424 # Accept the current argument as the source file.
1220 # These systems don't actually have a C or math library (as such)
1224 # These systems don't actually have a C library (as such)
1303 # We used to do the same as -all-static on platforms that
1634 # $postdeps and mark them as special (i.e., whose duplicates are
2243 echo "*** as lon
[all...]
/freebsd-9.3-release/sys/dev/aac/
H A Daac.c254 /* mark controller as suspended until we get ourselves organised */
720 * Note that we can assume that the bioq on the controller is empty, as we won't
947 * Start as much queued I/O as possible on the controller
1729 /* These numbers are stored as ASCII! */
2809 union aac_statrequest *as; local
2813 as = (union aac_statrequest *)arg;
2819 switch (as->as_item) {
2824 bcopy(&sc->aac_qstat[as->as_item], &as
[all...]
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid.c258 /* mark controller as suspended until we get ourselves organised */
808 * Note that we can assume that the bioq on the controller is empty, as we won't
1592 /* These numbers are stored as ASCII! */
2574 union aac_statrequest *as; local
2578 as = (union aac_statrequest *)arg;
2584 switch (as->as_item) {
2588 bcopy(&sc->aac_qstat[as->as_item], &as->as_qstat,
2759 * Fetch the FIB header, then re-copy to get data as well.
3475 /* TODO: In the future, add other features state here as wel
[all...]
/freebsd-9.3-release/sys/dev/re/
H A Dif_re.c71 * access and PHY access is the same as it is on the older 8139 series
75 * same programming API and feature set as the 8139C+ with the following
98 * programming API as the older 8169, but also have some vendor-specific
1197 u_int16_t as[ETHER_ADDR_LEN / 2]; local
1561 re_read_eeprom(sc, (caddr_t)as, RL_EE_EADDR, 3);
1563 as[i] = le16toh(as[i]);
1564 bcopy(as, eaddr, ETHER_ADDR_LEN);
2226 * them using the 8169 status as though it was in the
2227 * same format as tha
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c1093 /* Expand our pending files list as necessary. */
2473 strappend_base64(struct archive_string *as, const char *s, size_t l) argument
2512 archive_strncat(as, (const char *)buff, len);
2518 archive_strncat(as, (const char *)buff, len);
/freebsd-9.3-release/sys/powerpc/booke/
H A Dpmap.c603 * Invalidate the pdir entry as soon as possible, so that other CPUs
1235 * for address translation, as this area is covered by static TLB1
1486 * such as one in a vmspace structure.
1706 * amount as the page is offset from m_start within the object. The
1906 * Set the physical protection on the specified range of this map as requested.
2756 int as; local
2773 as = (mas1 & MAS1_TS_MASK) ? 1 : 0;
2784 i, desc, as, size, tsize, tid, mas1, mas2, mas3, mas7);
2950 /* XXX TS is hard coded to 0 for now as w
[all...]
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh75 # times and (as long as these are all in the same place, e.g., inside the
627 # as X.Y-SECURITY.
861 # as X.Y-SECURITY.
1663 # line of $3 with one having the same metadata as the entry in $2.
1930 echo "as part of updating to ${RELNUM}-p${RELPATCHNUM}:"
1939 echo "as part of updating to ${RELNUM}-p${RELPATCHNUM}:"
1948 echo "as part of updating to ${RELNUM}-p${RELPATCHNUM}:"
2090 # same metadata as the entry in INDEX-PRESENT.
2172 kernel configuration distributed as par
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c9 it under the terms of the GNU General Public License as published by
114 be enough to cause the pattern to be treated as a wildcard.
639 terminating 0 as part of the prefix. Thus ".text" won't match
1301 /* We know the first statement on this list is *ABS*. May as well
1544 asection *snew, *as; local
1570 as = *place->section;
1572 if (!as)
1582 else if (as != snew && as->prev != snew)
1588 bfd_section_list_insert_before (output_bfd, as, sne
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S7 under the terms of the GNU General Public License as published by the
33 * The goal of this code is to be as fast as possible. This is
328 @ we can return the result in f0 as well as in r0 for backwards
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dc-typeprint.c9 it under the terms of the GNU General Public License as published by
97 /* For demangled function names, we have the arglist as part of the name,
113 Print the type of class C as:
119 Not as the following (like gdb used to), which is not legal C++ syntax for
126 In general, gdb should try to print the types as closely as possible to
485 /* We're going to treat <> as a pair of matching characters,
649 If there is no name, print something sensible but not as concise like
685 as "struct foo" or as "ba
[all...]
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r523 # Except as contained in this notice, the name(s) of the above copyright #
44 # The first two have the same format, as follows:
62 # lot of old termcap-using programs). The codes read as follows:
90 # this, the capability will be treated as unknown and raise a warning from
94 # as an already-supported one. The compiler will handle aliasing, emitting
100 # as a terminfo object, and breaking this would be bad. It's up the ncurses
109 # see it (because it won't be written out as part of the terminfo object
168 #%Whenever possible, capnames are chosen to be the same as or similar to
192 #%parms as given (#\fIi\fP).
333 enter_alt_charset_mode smacs str as
[all...]
H A DCaps.uwin23 # Except as contained in this notice, the name(s) of the above copyright #
44 # The first two have the same format, as follows:
62 # lot of old termcap-using programs). The codes read as follows:
90 # this, the capability will be treated as unknown and raise a warning from
94 # as an already-supported one. The compiler will handle aliasing, emitting
100 # as a terminfo object, and breaking this would be bad. It's up the ncurses
109 # see it (because it won't be written out as part of the terminfo object
168 #%Whenever possible, capnames are chosen to be the same as or similar to
192 #%parms as given (#\fIi\fP).
317 enter_alt_charset_mode smacs str as
[all...]
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtic.c23 * Except as contained in this notice, the name(s) of the above copyright *
53 static bool capdump = FALSE; /* running as infotocap? */
54 static bool infodump = FALSE; /* running as captoinfo? */
158 " -x treat unknown capabilities as user-defined",
249 * Name collisions will still be detected, just not as cleanly. The
264 * disk I/O nearly as often).
1231 * interested in, essentially sgr0 + rmacs + whatever. As long as the
1391 fprintf(stderr, "... %s is the same as %s",
1425 _nc_warning("cursor_visible is same as cursor_normal");
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dltmain.sh9 # it under the terms of the GNU General Public License as published by
23 # distribute this file as part of a program that contains a
30 # is ksh but when the shell is invoked as "sh" and the current value of
71 # used as fallback echo
244 # if we don't check for them as well.
426 # Don't test for the "default" C tag, as we know, it's there, but
701 # Accept the current argument as the source file.
1556 # These systems don't actually have a C or math library (as such)
1560 # These systems don't actually have a C library (as such)
1717 # We used to do the same as
[all...]
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh9 # it under the terms of the GNU General Public License as published by
23 # distribute this file as part of a program that contains a
30 # is ksh but when the shell is invoked as "sh" and the current value of
71 # used as fallback echo
244 # if we don't check for them as well.
426 # Don't test for the "default" C tag, as we know, it's there, but
701 # Accept the current argument as the source file.
1556 # These systems don't actually have a C or math library (as such)
1560 # These systems don't actually have a C library (as such)
1717 # We used to do the same as
[all...]
/freebsd-9.3-release/crypto/heimdal/
H A Dltmain.sh9 # it under the terms of the GNU General Public License as published by
23 # distribute this file as part of a program that contains a
30 # is ksh but when the shell is invoked as "sh" and the current value of
71 # used as fallback echo
244 # if we don't check for them as well.
426 # Don't test for the "default" C tag, as we know, it's there, but
701 # Accept the current argument as the source file.
1556 # These systems don't actually have a C or math library (as such)
1560 # These systems don't actually have a C library (as such)
1717 # We used to do the same as
[all...]
/freebsd-9.3-release/crypto/openssl/util/
H A Dmk1mf.pl93 gaswin - Use GNU as with Mingw32
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsnprintf.c19 * It may be used for any purpose as long as this notice remains intact on all
101 * normal C string format, at least as far as I can tell from the Solaris
119 * other means), though basic functionality should be available as long as
361 #ifndef ULONG_MAX /* We may need ULONG_MAX as a fallback. */
581 * snprintf(3) does the same, as well as other versions of this file.
640 * taken as
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Dconfigure105 # We did not find ourselves, most probably we were run as `sh COMMAND'
279 # Create "$as_dir" as a directory, including parents if necessary.
445 # Don't try to exec as it changes $[0], causing all sort of problems
689 # The variables have the same names as the options, with
711 # (The list follows the same order as the GNU Coding Standards.)
1227 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1290 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1298 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1681 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
3027 as '
[all...]

Completed in 204 milliseconds

<<1112131415