HomeSort by: relevance | last modified time | path
    Searched defs:alt (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/sys/arch/hpc/stand/hpcboot/
framebuffer.cpp 47 framebuffer_info *alt = 0; local
65 alt = tab;
71 if (alt) {
72 _fb = alt;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigaltstack.c 83 stack_t alt; local
84 memset (&alt, 0, sizeof (alt));
85 alt.ss_sp = stack;
86 alt.ss_size = SIGSTKSZ;
87 alt.ss_flags = 0;
88 if (sigaltstack (&alt, NULL) < 0)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigaltstack.c 83 stack_t alt; local
84 memset (&alt, 0, sizeof (alt));
85 alt.ss_sp = stack;
86 alt.ss_size = SIGSTKSZ;
87 alt.ss_flags = 0;
88 if (sigaltstack (&alt, NULL) < 0)
  /src/lib/libedit/
map.h 52 el_action_t *alt; /* The current alternate key map */ member in struct:el_map_t
map.c 916 el->el_map.alt = el_calloc(N_KEYS, sizeof(*el->el_map.alt));
917 if (el->el_map.alt == NULL)
957 el_free(el->el_map.alt);
959 el->el_map.alt = NULL;
997 el_action_t *alt = el->el_map.alt; local
1003 for (i = 0; i <= 0377 && alt[i] != EM_META_NEXT; i++)
1008 map = alt;
1010 map = alt;
1037 el_action_t *alt = el->el_map.alt; local
1070 el_action_t *alt = el->el_map.alt; local
    [all...]
tty.c 903 el_action_t *map, *alt; local
908 alt = el->el_map.alt;
929 keymacro_clear(el, alt, old);
930 alt[(unsigned char)old[0]] =
932 keymacro_clear(el, alt, new);
933 alt[(unsigned char)new[0]] =
  /src/external/bsd/pkg_install/dist/lib/
opattern.c 58 char *alt; local
67 alt = &buf[sep - pattern];
87 (void) snprintf(alt, sizeof(buf) - (alt - buf), "%.*s%s", (int) (sep - cp), cp, last);
  /src/sys/dev/i2c/
gttwsi_core.c 224 uint32_t data, expect, alt; local
234 alt = STAT_ARBT_ANR;
237 alt = STAT_AWBT_ANR;
251 error = gttwsi_wait(sc, 0, expect, alt, flags, "send-addr-10");
260 alt = STAT_SARBT_ANR;
263 alt = STAT_SAWBT_ANR;
270 return gttwsi_wait(sc, 0, expect, alt, flags, "send-addr");
308 uint32_t alt, int flags, const char *what)
368 if (alt != 0 && status != alt)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
shortest-paths.h 146 int alt = m_dist[n->m_index] + 1; local
147 if (alt < m_dist[dest->m_index])
149 m_dist[dest->m_index] = alt;
162 int alt = m_dist[n->m_index] + 1; local
163 if (alt < m_dist[src->m_index])
165 m_dist[src->m_index] = alt;
  /src/external/gpl3/gcc.old/dist/gcc/
shortest-paths.h 146 int alt = m_dist[n->m_index] + 1; local
147 if (alt < m_dist[dest->m_index])
149 m_dist[dest->m_index] = alt;
162 int alt = m_dist[n->m_index] + 1; local
163 if (alt < m_dist[src->m_index])
165 m_dist[src->m_index] = alt;
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms.cc 162 char alt[VMS_CRTL_MAXLEN + 3]; local
177 memcpy (alt, n->name, nlen);
178 alt[nlen] = 'f';
179 vms_add_crtl_xlat (alt, nlen + 1, res, rlen);
183 alt[nlen] = 'l';
184 vms_add_crtl_xlat (alt, nlen + 1, res, rlen);
244 char alt[VMS_CRTL_MAXLEN + 3]; local
251 alt[0] = '_';
252 memcpy (alt + 1, n->name, nlen);
253 alt[1 + nlen + 0] = '3'
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms.cc 162 char alt[VMS_CRTL_MAXLEN + 3]; local
177 memcpy (alt, n->name, nlen);
178 alt[nlen] = 'f';
179 vms_add_crtl_xlat (alt, nlen + 1, res, rlen);
183 alt[nlen] = 'l';
184 vms_add_crtl_xlat (alt, nlen + 1, res, rlen);
244 char alt[VMS_CRTL_MAXLEN + 3]; local
251 alt[0] = '_';
252 memcpy (alt + 1, n->name, nlen);
253 alt[1 + nlen + 0] = '3'
    [all...]
  /src/external/mpl/dhcp/dist/omapip/
iscprint.c 62 int alt; local
107 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
114 alt = 1;
248 sprintf(buf, alt ? "%#o"
267 if (alt) {
281 if (alt) {
488 sprintf(fmt, "%%%s%s.%lu%s%c", alt ? "#" : "",
  /src/games/rogue/
move.c 554 static boolean alt; local
605 if ((alt = !alt) != 0) {
  /src/sys/arch/hpc/hpc/platid_gen/
platid_gen.c 63 const char *alt; member in struct:genctx_t
181 genctx[MODE_CPU][nest].alt = NULL;
182 genctx[MODE_MACHINE][nest].alt = NULL;
235 genctx[mode][nest].alt = NULL;
239 genctx[mode][nest].alt = genctx[mode][nest - 1].alt;
305 genctx[mode][nest].alt = np->ptr2;
446 if (genctx[mode][nest].alt == NULL)
450 genctx[mode][nest].alt);
453 if (genctx[mode][nest].alt == NULL
    [all...]
  /src/usr.bin/rpcgen/
rpc_cout.c 230 const char *alt = NULL; local
241 alt = "string";
244 alt = "opaque";
246 if (alt) {
247 print_ifopen(indent, alt);
255 if (!alt) {
261 alt = "string";
264 alt = "bytes";
267 print_ifopen(indent, alt);
270 if (alt) {
    [all...]
  /src/external/gpl3/gcc/dist/libquadmath/printf/
quadmath-printf.h 99 unsigned int alt:1; /* # flag. */ member in struct:printf_info
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
quadmath-printf.h 99 unsigned int alt:1; /* # flag. */ member in struct:printf_info
  /src/sys/netinet/
sctp_timer.c 216 struct sctp_nets *alt, *mnet; local
231 alt = TAILQ_NEXT(mnet, sctp_next);
232 if (alt == NULL) {
237 alt = TAILQ_FIRST(&stcb->asoc.nets);
239 rt = rtcache_validate(&alt->ro);
241 alt->src_addr_selected = 0;
244 ((alt->dest_state & SCTP_ADDR_REACHABLE) == SCTP_ADDR_REACHABLE) &&
246 (!(alt->dest_state & SCTP_ADDR_UNCONFIRMED))
249 rtcache_unref(rt, &alt->ro);
252 rtcache_unref(rt, &alt->ro)
734 struct sctp_nets *alt; local
882 struct sctp_nets *alt; local
903 struct sctp_nets *alt; local
967 struct sctp_nets *alt; local
1039 struct sctp_nets *alt; local
1139 struct sctp_nets *alt; local
1173 struct sctp_nets *alt; local
    [all...]
  /src/usr.bin/xlint/lint2/
chk.c 605 bool fwidth, prec, left, sign, space, alt, zero; local
623 fwidth = prec = left = sign = space = alt = zero = false;
641 if (alt)
643 alt = true;
707 alt || zero || prec || fwidth) {
728 if (alt || sz == LDOUBLE) {
748 if ((alt && fc == 'u') || sz == LDOUBLE)
766 if ((alt && fc != 'O') || sz != NO_TSPEC || !tflag)
783 if (sz != NO_TSPEC || alt || zero)
788 if (sz != NO_TSPEC || alt || zero
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_palisade.c 609 double lat, lon, alt; local
612 alt = getdbl((u_char *) &mb(58));
614 printf("TSIP_decode: unit %d: Latitude: %03.4f Longitude: %03.4f Alt: %05.2f m\n",
615 up->unit, lat,lon,alt);
751 double lat, lon, alt; local
754 alt = getdbl((u_char *) &mb(52));
756 printf("TSIP_decode: unit %d: Latitude: %03.4f Longitude: %03.4f Alt: %05.2f m\n",
757 up->unit, lat,lon,alt);
refclock_mx4200.c 421 * (Set field 1 'K' == known position if we can initialize lat/lon/alt).
431 /* dynamic: solve for pos, alt, time, while moving */
434 /* static: solve for pos, alt, time, while stationary */
486 double minute, lat, lon, alt; local
571 alt = up->avg_alt;
587 alt, /* Altitude */
592 lats, nsc, lons, ewc, alt );
1238 double mtime, lat, lon, alt, geoid, vele, veln; local
1250 &alt, &geoid, &vele, &veln, &mode);
1318 up->avg_alt = (up->N_fixes * up->avg_alt) + alt;
    [all...]
  /src/usr.sbin/dumpfs/
dumpfs.c 542 union fsun alt; local
551 if (pread(fd, &alt, sizeof alt, loc) != sizeof alt) {
552 warnx("%s: error reading alt %d", name, i);
556 fix_superblock(&alt.fs, alt_opostblsave);
557 if (print_superblock(&alt.fs, alt_opostblsave, name, fd, loc)) {
  /src/external/gpl3/gdb/dist/sim/igen/
gen.c 1325 gen_entry *alt; local
1326 for (alt = entry->sibling; alt != NULL; alt = alt->sibling)
1328 if (alt->combined_parent == NULL
1329 && insn_list_cmp (entry->insns, alt->insns) == 0)
1331 alt->combined_parent = entry;
1332 *last = alt;
1333 last = &alt->combined_next
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/igen/
gen.c 1325 gen_entry *alt; local
1326 for (alt = entry->sibling; alt != NULL; alt = alt->sibling)
1328 if (alt->combined_parent == NULL
1329 && insn_list_cmp (entry->insns, alt->insns) == 0)
1331 alt->combined_parent = entry;
1332 *last = alt;
1333 last = &alt->combined_next
    [all...]

Completed in 50 milliseconds

1 2 3