| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_pro_arange.c | 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 48 Dwarf_ArangeSet as; local 55 as = dbg->dbgp_as; 67 ar->ar_as = as; 73 STAILQ_INSERT_TAIL(&as->as_arlist, ar, ar_next);
|
| dwarf_arange.c | 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 100 Dwarf_ArangeSet as; local 107 as = ar->ar_as; 108 assert(as != NULL); 109 cu = as->as_cu; 126 Dwarf_ArangeSet as; local 133 as = ar->ar_as; 134 assert(as != NULL); 137 DWARF_SET_ERROR(as->as_cu->cu_dbg, error, DW_DLE_ARGUMENT); 141 *ret_offset = as->as_cu_offset 151 Dwarf_ArangeSet as; local [all...] |
| libdwarf_arange.c | 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 37 Dwarf_ArangeSet as, tas; local 40 STAILQ_FOREACH_SAFE(as, &dbg->dbg_aslist, as_next, tas) { 41 STAILQ_FOREACH_SAFE(ar, &as->as_arlist, ar_next, tar) { 42 STAILQ_REMOVE(&as->as_arlist, ar, _Dwarf_Arange, 46 STAILQ_REMOVE(&dbg->dbg_aslist, as, _Dwarf_ArangeSet, as_next); 47 free(as); 61 Dwarf_ArangeSet as; local 81 if ((as = malloc(sizeof(struct _Dwarf_ArangeSet))) == NULL) { 85 STAILQ_INIT(&as->as_arlist) 172 Dwarf_ArangeSet as; local 249 Dwarf_ArangeSet as; local [all...] |
| /src/sys/arch/arc/arc/ |
| c_jazz_eisa.c | 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 110 u_int i, as; local 112 as = in32(arc_bus_io.bs_vbase + C_JAZZ_EISA_TODCLOCK_AS) & 0x80; 113 out32(arc_bus_io.bs_vbase + C_JAZZ_EISA_TODCLOCK_AS, as | reg); 121 u_int as; local 123 as = in32(arc_bus_io.bs_vbase + C_JAZZ_EISA_TODCLOCK_AS) & 0x80; 124 out32(arc_bus_io.bs_vbase + C_JAZZ_EISA_TODCLOCK_AS, as | reg);
|
| c_nec_pci.c | 17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 134 u_int i, as; local 136 as = bus_space_read_1(sc->sc_bst, sc->sc_bsh, 1) & 0x80; 137 bus_space_write_1(sc->sc_bst, sc->sc_bsh, 1, as | reg); 145 u_int as; local 147 as = bus_space_read_1(sc->sc_bst, sc->sc_bsh, 1) & 0x80; 148 bus_space_write_1(sc->sc_bst, sc->sc_bsh, 1, as | reg);
|
| /src/external/bsd/ntp/dist/tests/libntp/ |
| refidsmear.c | 53 char *as; local 61 as = lfptoa(&l, 8); 63 //printf("refid %#x, smear %s\n", r, as); 65 TEST_ASSERT_NOT_NULL_MESSAGE(as, msg); 66 TEST_ASSERT_EQUAL_STRING_MESSAGE(es, as, msg); 76 char *as; local 85 as = lfptoa(&l, 8); 91 TEST_ASSERT_NOT_NULL_MESSAGE(as, msg); 92 TEST_ASSERT_EQUAL_STRING_MESSAGE(es, as, msg);
|
| /src/lib/libc/rpc/ |
| svc_auth.c | 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 146 enum auth_stat as; local 148 as = (*asp->handler)(rqst, msg); 150 return (as);
|
| /src/external/bsd/byacc/dist/ |
| graph.c | 21 int as; local 41 as = accessing_symbol[sn]; 44 i, sn, symbol_pname[as]);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_cmdline.c | 14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR 43 extract_quotation(struct archive_string *as, const char *p) 50 archive_strappend_char(as, s[1]); 57 archive_strappend_char(as, s[0]); 67 get_argument(struct archive_string *as, const char *p) 71 archive_string_empty(as); 80 archive_strappend_char(as, s[1]); 87 ssize_t q = extract_quotation(as, s); 92 archive_strappend_char(as, s[0]); 109 struct archive_string as; local [all...] |
| archive_write_add_filter_lrzip.c | 14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR 132 struct archive_string as; local 135 archive_string_init(&as); 136 archive_strcpy(&as, "lrzip -q"); 143 archive_strcat(&as, " -b"); 146 archive_strcat(&as, " -g"); 149 archive_strcat(&as, " -l"); 152 archive_strcat(&as, " -n"); 155 archive_strcat(&as, " -z"); 161 archive_strcat(&as, " -L ") [all...] |
| archive_write_add_filter_bzip2.c | 15 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR 135 * range of levels as gzip. */ 296 * full output blocks as necessary. 357 struct archive_string as; local 360 archive_string_init(&as); 361 archive_strcpy(&as, "bzip2"); 365 archive_strcat(&as, " -"); 366 archive_strappend_char(&as, '0' + data->compression_level); 370 r = __archive_write_program_open(f, data->pdata, as.s); 371 archive_string_free(&as); [all...] |
| /src/external/lgpl3/gmp/dist/mpz/ |
| cong_2exp.c | 10 * the GNU Lesser General Public License as published by the Free 16 * the GNU General Public License as published by the Free Software 20 or both in parallel, as here. 41 mp_size_t as, cs, asize, csize; variable 43 as = SIZ(a); 44 asize = ABS(as); 65 if ((cs ^ as) >= 0) 110 /* require both zero, or first non-zeros as twos-complements */ 115 /* further limbs matching as ones-complement */
|
| /src/usr.sbin/traceroute/ |
| as.c | 1 /* $NetBSD: as.c,v 1.4 2011/05/10 01:52:49 christos Exp $ */ 20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 45 #include "as.h" 128 unsigned int as; local 131 as = 0; 194 if (as == 0 && strncasecmp(buf, "origin:", 7) == 0) { 195 sscanf(buf + 7, " AS%u", &as); 198 (void)fprintf(asn->as_debug, "as: %d\n", as); [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| mini_inetd.c | 23 * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND 48 rk_socket_t as; local 50 as = accept(s, NULL, NULL); 51 if(rk_IS_BAD_SOCKET(as)) 56 *ret_socket = as; 59 int fd = socket_to_fd(as, 0); 68 rk_closesocket(as);
|
| /src/external/gpl3/gdb.old/dist/sim/m32c/ |
| main.c | 9 it under the terms of the GNU General Public License as published by 88 socklen_t as; local 117 as = sizeof (address); 118 m32c_console_ifd = accept (isocket, (struct sockaddr *) &address, &as);
|
| /src/external/gpl3/gdb/dist/sim/m32c/ |
| main.c | 9 it under the terms of the GNU General Public License as published by 88 socklen_t as; local 117 as = sizeof (address); 118 m32c_console_ifd = accept (isocket, (struct sockaddr *) &address, &as);
|
| /src/sys/dev/acpi/acpica/ |
| OsdSynch.c | 25 * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND 52 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 114 struct acpi_semaphore *as; local 121 as = malloc(sizeof(*as), M_ACPI, M_NOWAIT); 122 if (as == NULL) 125 mutex_init(&as->as_slock, MUTEX_DEFAULT, IPL_NONE); 126 cv_init(&as->as_cv, "acpisem"); 127 as->as_units = InitialUnits; 128 as->as_maxunits = MaxUnits 146 struct acpi_semaphore *as = (void *) Handle; local 168 struct acpi_semaphore *as = (void *) Handle; local 229 struct acpi_semaphore *as = (void *) Handle; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| nouveau_nvkm_engine_gr_ctxgp100.c | 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 79 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; local 89 mmio_wr32(info, o + 0xe4, as);
|
| nouveau_nvkm_engine_gr_ctxgp102.c | 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 75 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; local 88 mmio_wr32(info, o + 0xe4, as);
|
| /src/crypto/external/bsd/openssh/dist/ |
| auth-passwd.c | 11 * As far as I am concerned, the code I have written for this software 13 * software must be clearly marked as such, and if the derived work is 29 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 112 warn_expiry(Authctxt *authctxt, auth_session_t *as) 119 pwtimeleft = auth_check_change(as); 120 actimeleft = auth_check_expire(as); 149 auth_session_t *as; local 152 as = auth_usercheck(authctxt->pw->pw_name, authctxt->style, "auth-ssh", 154 if (as == NULL [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/generated/ |
| cshift0_c10.c | 9 License as published by the Free Software Foundation; either 19 3.1, as published by the Free Software Foundation. 79 index_type rs, as; local 86 as = GFC_DESCRIPTOR_STRIDE (array, n); 87 if (as != a_ex) 108 can be dealt with as if
|
| cshift0_c16.c | 9 License as published by the Free Software Foundation; either 19 3.1, as published by the Free Software Foundation. 79 index_type rs, as; local 86 as = GFC_DESCRIPTOR_STRIDE (array, n); 87 if (as != a_ex) 108 can be dealt with as if
|
| cshift0_c17.c | 9 License as published by the Free Software Foundation; either 19 3.1, as published by the Free Software Foundation. 79 index_type rs, as; local 86 as = GFC_DESCRIPTOR_STRIDE (array, n); 87 if (as != a_ex) 108 can be dealt with as if
|
| cshift0_c4.c | 9 License as published by the Free Software Foundation; either 19 3.1, as published by the Free Software Foundation. 79 index_type rs, as; local 86 as = GFC_DESCRIPTOR_STRIDE (array, n); 87 if (as != a_ex) 108 can be dealt with as if
|
| cshift0_c8.c | 9 License as published by the Free Software Foundation; either 19 3.1, as published by the Free Software Foundation. 79 index_type rs, as; local 86 as = GFC_DESCRIPTOR_STRIDE (array, n); 87 if (as != a_ex) 108 can be dealt with as if
|