Searched refs:temp (Results 501 - 525 of 744) sorted by relevance

<<21222324252627282930

/freebsd-11-stable/contrib/gdb/gdb/
H A Dbreakpoint.c479 char **temp;
485 temp = &end_ptr;
489 end_value = get_number (temp);
1100 struct bp_location *b, *temp;
1114 ALL_BP_LOCATIONS_SAFE (b, temp)
1233 struct breakpoint *temp;
1240 ALL_BREAKPOINTS_SAFE (b, temp)
1600 struct breakpoint *b, *temp;
1607 ALL_BREAKPOINTS_SAFE (b, temp)
2610 struct breakpoint *b, *temp;
478 char **temp; local
1096 struct bp_location *b, *temp; local
1229 struct breakpoint *temp; local
1596 struct breakpoint *b, *temp; local
2604 struct breakpoint *b, *temp; local
4265 struct breakpoint *b, *temp; local
4336 struct breakpoint *b, *temp; local
6825 struct breakpoint *b, *temp; local
7047 struct breakpoint *b, *temp; local
7322 struct breakpoint *b, *temp; local
[all...]
H A Dtracepoint.c816 struct action_line *next = NULL, *temp; local
860 temp = xmalloc (sizeof (struct action_line));
861 temp->next = NULL;
862 temp->action = line;
865 t->actions = next = temp;
868 next->next = temp;
869 next = temp;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c9656 unsigned char temp[8];
9692 err = md_atof (f64 ? 'd' : 'f', (char *) temp, &len);
9699 memset (temp, '\0', sizeof temp);
9708 || (temp[0] == 0 && temp[1] == 0)
9709 || (temp[2] == 0 && temp[3] == 0))))
9713 imm_expr.X_add_number = bfd_getl32 (temp);
9715 imm_expr.X_add_number = bfd_getb32 (temp);
9649 unsigned char temp[8]; local
12382 int temp; local
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Drun_test.sh72 tmpfile=temp$$
/freebsd-11-stable/contrib/dialog/
H A Dbuildlist.c847 int temp = at_top; local
848 if ((temp -= all.use_height) < 0)
849 temp = 0;
850 i = row2index(&all, temp, which);
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp102 double temp = a_4 * zm.y * zm.y + b_4 * zm.x * zm.x; local
103 double rho = sqrt(temp / a_4 / b_4 * temp / a_4 / b_4 * temp);
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_msc_test.c350 uint32_t temp; local
442 temp = (lba_max - io_offset);
444 if (io_size > temp)
445 io_size = temp;
/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.h220 uint8_t temp[128]; member in union:ohci_hub_desc
H A Duhci.h179 uint8_t temp[128]; member in union:uhci_hub_desc
/freebsd-11-stable/tools/tools/iwn/iwnstats/
H A Dmain.c219 printf("%s: temp=%d, temp_m=%d, burst_check=%d, burst=%d, sleep=%d, slot_out=%d, slot_idle=%d\n",
221 le32toh(stats->general.temp),
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s33 _pktTemp resb 20 ; temp work area
/freebsd-11-stable/sys/dev/usb/serial/
H A Dufoma.c682 uint16_t temp; local
709 temp = UGETW(pkt.wValue);
710 sc->sc_currentmode = (temp >> 8);
711 if (!(temp & 0xff)) {
/freebsd-11-stable/lib/libsysdecode/
H A Dflags.c1249 const char *temp; local
1260 temp = sysdecode_sctp_pr_policy(rem);
1261 if (temp != NULL) {
1262 fprintf(fp, "%s%s", printed ? "|" : "", temp);
/freebsd-11-stable/usr.bin/truss/
H A Dsyscalls.c1473 const char *temp; local
1501 temp = sysdecode_cmsg_type(level, type);
1502 if (temp) {
1503 fputs(temp, fp);
1739 const char *temp; local
1743 temp = sysdecode_ioctlname(cmd);
1744 if (temp)
1745 fputs(temp, fp);
2275 const char *temp; local
2283 temp
2297 const char *temp; local
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlauxlib.c465 void *temp = allocf(ud, box->box, box->bsize, newsize); local
466 if (temp == NULL && newsize > 0) { /* allocation error? */
470 box->box = temp;
472 return temp;
/freebsd-11-stable/lib/libusb/
H A Dlibusb20.h288 int libusb20_be_set_template(struct libusb20_backend *pbe, int temp);
H A Dlibusb20_int.h63 typedef int (libusb20_root_set_template_t)(struct libusb20_backend *pbe, int temp);
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh833 temp=$(mktemp -t etcupdate)
834 diff3 -E -m ${DESTDIR}$1 ${OLDTREE}$1 ${NEWTREE}$1 > ${temp}
836 cat ${temp} > ${DESTDIR}$1
837 rm -f ${temp}
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dstring_table.c148 builder_string_t *temp = node->left->right;
151 node->left = temp;
157 builder_string_t *temp = node->right->left;
160 node->right = temp;
145 builder_string_t *temp = node->left->right; local
154 builder_string_t *temp = node->right->left; local
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.h537 * @param temp: temporary storage region.
542 struct comm_reply* repinfo, struct sldns_buffer* buf, struct regional* temp);
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c1948 mips_split_symbol (rtx temp, rtx addr)
1955 high = mips_force_temporary (temp, gen_rtx_HIGH (Pmode, copy_rtx (addr)));
1983 mips_unspec_offset_high (rtx temp, rtx base, rtx addr,
1989 addr = mips_force_temporary (temp, addr);
1990 return mips_force_temporary (temp, gen_rtx_PLUS (Pmode, addr, base));
2001 mips_add_offset (rtx temp, rtx reg, HOST_WIDE_INT offset)
2019 high = mips_force_temporary (temp, high);
2020 reg = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, high, reg));
2284 mips_move_integer (rtx dest, rtx temp, unsigned HOST_WIDE_INT value)
2301 emit_insn (gen_rtx_SET (VOIDmode, temp,
1942 mips_split_symbol(rtx temp, rtx addr) argument
1977 mips_unspec_offset_high(rtx temp, rtx base, rtx addr, enum mips_symbol_type symbol_type) argument
1995 mips_add_offset(rtx temp, rtx reg, HOST_WIDE_INT offset) argument
2278 mips_move_integer(rtx dest, rtx temp, unsigned HOST_WIDE_INT value) argument
4539 rtx left, right, temp; local
5022 register int temp; local
[all...]
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c408 uint8_t temp[ETHER_ADDR_LEN]; local
410 arc4rand(&temp, sizeof(temp), 0);
411 temp[0] &= 0xFE;
412 temp[0] |= 0x02;
413 bcopy(temp, addr, sizeof(temp));
/freebsd-11-stable/lib/libedit/
H A Dreadline.c1114 char **result = NULL, *temp, delim = '\0'; local
1147 temp = el_malloc((size_t)(len + 1) * sizeof(*temp));
1148 if (temp == NULL) {
1154 (void)strncpy(temp, &str[start], len);
1155 temp[len] = '\0';
1156 result[idx++] = temp;
/freebsd-11-stable/contrib/one-true-awk/
H A Drun.c325 Cell *copycell(Cell *x) /* make a copy of a cell in a temp */
739 int temp; local
775 temp = s[n+m-1]; /* with thanks to John Linderman */
778 s[n+m-1] = temp;
1218 char *t, temp, num[50], *fs = NULL; local
1261 temp = *patbeg;
1267 *patbeg = temp;
1299 temp = *s;
1306 *s = temp;
1328 temp
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dinfocmp.c1423 char *temp = 0; local
1424 long value = strtol(optarg, &temp, 0);
1426 if (temp == 0 || temp == optarg || *temp != 0) {

Completed in 393 milliseconds

<<21222324252627282930