| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| device.cpp | 35 char *tem = getenv("GROFF_TYPESETTER"); local 36 if (tem) 37 device = tem;
|
| lf.cpp | 56 string tem(p, q - p); 61 tem += '\0'; 62 change_filename(tem.contents());
|
| tmpfile.cpp | 68 const char *tem; local 71 (tem = getenv(GROFF_TMPDIR_ENVVAR)) == NULL 72 && (tem = getenv(TMPDIR_ENVVAR)) == NULL 78 && (tem = getenv(WIN32_TMPDIR_ENVVAR)) == NULL 79 && (tem = getenv(MSDOS_TMPDIR_ENVVAR)) == NULL 83 tem = DEFAULT_TMPDIR; 84 size_t tem_len = strlen(tem); 85 const char *tem_end = tem + tem_len - 1; 88 strcpy(tem2, tem);
|
| /src/sys/compat/ultrix/ |
| ultrix_fs.c | 163 make_ultrix_mntent(struct statvfs *sp, struct ultrix_fs_data *tem) 166 memset(tem, 0, sizeof (*tem)); 168 tem->ufsd_flags = sp->f_flag; /* XXX translate */ 169 tem->ufsd_mtsize = sp->f_bsize; /* XXX max transfer size */ 170 tem->ufsd_otsize = sp->f_iosize; 171 tem->ufsd_bsize = sp->f_bsize; 179 tem->ufsd_fstype = ULTRIX_FSTYPE_NFS; 181 tem->ufsd_fstype = ULTRIX_FSTYPE_ULTRIX; 183 tem->ufsd_gtot = sp->f_files; /* total "gnodes" * 260 struct ultrix_fs_data tem; local [all...] |
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| env.cpp | 135 pending_output_line *tem = pending_lines; local 137 delete tem; 174 pending_output_line *tem = pending_lines; local 176 delete tem; 488 int tem = fontno; local 490 prev_fontno = tem; 531 font_family *tem = family; 533 prev_family = tem; 926 vunits tem(post_vertical_spacing); 928 tem += (line_spacing - 1)*vertical_spacing 1142 env_list *tem = env_stack; local 1585 node *tem = make_node(charset_table[i], curenv); local 1708 node *tem = line; local 1778 node *tem; local 1791 node *tem = n->next; local 1897 breakpoint *tem = bp->next; local 1938 breakpoint *tem = bp->next; local 1956 breakpoint *tem = bp; local 2043 node *tem = n; local 2123 node *tem; local 2345 node *tem = line; local 2363 node *tem = line; local 2432 node *tem = p; local 2443 node *tem = p; local 2451 node *tem = p; local 2605 tab *tem; local 2720 tab *tem = initial_list; local 2725 tab *tem = repeated_list; local 2877 node *tem; local 2991 node *tem; local 3436 unsigned char *tem = new unsigned char[npos + 1]; local 3441 a_delete tem; local 3557 unsigned char *tem = new unsigned char[npos + 1]; local 3561 a_delete tem; local 3594 operation *tem = op; local 3814 hyphen_list *tem; local [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| xref.c | 124 char *tem; local 271 tem = expansion (arg1, 0); /* expand @-commands in node */ 273 add_anchor_name (tem, 1); 274 free (tem); 305 tem = expansion (arg1, 0); 307 add_anchor_name (tem, 1); 308 free (tem); 328 tem = expansion (arg1, 0); 330 add_anchor_name (tem, 1); 331 free (tem); 456 char *tem; local [all...] |
| node.c | 498 char *tem = expand_node_name (node); 499 char *otem = xstrdup (tem); 528 canon_white (tem); 530 add_anchor_name (tem, 0); 533 free (tem); 552 char *tem; 606 tem = expand_node_name (current_node); 607 fname_for_prev_node = nodename_to_filename (tem); 608 free (tem); 612 tem = expand_node_name (node) 495 char *tem = expand_node_name (node); local 548 char *tem; local 1194 char *fn, *tem; local 1564 char *tem; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| expmed.cc | 657 rtx tem = gen_reg_rtx (op_mode); 658 emit_move_insn (tem, xop0); 659 xop0 = tem; 3308 rtx accum, tem; 3346 tem = expand_shift (LSHIFT_EXPR, mode, accum, log, NULL_RTX, 0); 3348 emit_move_insn (accum, tem); 3353 tem = expand_shift (LSHIFT_EXPR, mode, op0, log, NULL_RTX, 0); 3354 accum = force_operand (gen_rtx_PLUS (mode, accum, tem), 3360 tem = expand_shift (LSHIFT_EXPR, mode, op0, log, NULL_RTX, 0); 3361 accum = force_operand (gen_rtx_MINUS (mode, accum, tem), 656 rtx tem = gen_reg_rtx (op_mode); local 3297 rtx accum, tem; local 3790 rtx tem; local 3833 rtx tem; local 3949 rtx tem; local 4848 rtx tem; local 4865 rtx tem; local 4980 rtx adjusted_op0, tem; local 5063 rtx tem; local 5081 rtx tem; local 5155 rtx tem; local 5162 rtx tem; local 5180 rtx abs_rem, abs_op1, tem, mask; local 5187 rtx tem; local 5472 rtx tem = 0; local 5664 rtx tem; local 5767 rtx tem = emit_cstore (target, icode, code, mode, compare_mode, local 5808 rtx tem = expand_binop (mode, xor_optab, op0, op1, subtarget, 1, local 5841 rtx tem = emit_store_flag_1 (subtarget, rcode, op0, op1, mode, 0, local 5854 rtx tem = emit_store_flag_1 (subtarget, rcode, op0, op1, mode, 0, local 6020 rtx tem, trueval; local 6165 rtx tem; local [all...] |
| gimple-match-head.cc | 208 tree tem = NULL_TREE; local 214 tem = const_unop (code, res_op->type, res_op->ops[0]); 217 tem = fold_const_call (combined_fn (res_op->code), res_op->type, 219 if (tem != NULL_TREE 220 && CONSTANT_CLASS_P (tem)) 222 if (TREE_OVERFLOW_P (tem)) 223 tem = drop_tree_overflow (tem); 224 res_op->set_value (tem); 274 tree tem = NULL_TREE local 353 tree tem = NULL_TREE; local 601 tree tem = mprts_hook (res_op); local 847 tree tem = valueize (op); local 1134 tree tem = valueize (op); local [all...] |
| ipa-free-lang-data.cc | 798 tree tem; 799 FOR_EACH_VEC_ELT (*BINFO_BASE_BINFOS (TYPE_BINFO (t)), i, tem) 800 fld_worklist_push (TREE_TYPE (tem), fld); 806 tree tem; 809 tem = TYPE_FIELDS (t); 810 while (tem) 812 if (TREE_CODE (tem) == FIELD_DECL) 813 fld_worklist_push (tem, fld); 814 tem = TREE_CHAIN (tem); 797 tree tem; local 805 tree tem; local [all...] |
| fold-const.cc | 512 tree tem = strip_float_extensions (t); 513 if (tem != t) 514 return negate_expr_p (tem); 549 tree tem; 561 tem = fold_negate_const (t, type); 562 if (TREE_OVERFLOW (tem) == TREE_OVERFLOW (t) 567 return tem; 573 tem = fold_negate_const (t, type); 574 return tem; 626 tem = negate_expr (TREE_OPERAND (t, 1)) 509 tree tem = strip_float_extensions (t); local 546 tree tem; local 745 tree tem = fold_negate_expr_1 (loc, t); local 758 tree type, tem; local 1780 tree tem = fold_negate_expr (UNKNOWN_LOCATION, arg0); local [all...] |
| diagnostic-spec.cc | 199 nowarn_spec_t tem = *from_spec; local 200 nowarn_map->put (to, tem);
|
| reload.cc | 3988 rtx tem = force_const_mem (mode, op); 3992 tem = gen_rtx_PLUS (mode, XEXP (plus, 0), tem); 3995 tem = gen_rtx_SUBREG (operand_mode[i], tem, SUBREG_BYTE (subreg)); 3999 = find_reloads_toplev (tem, i, address_type[i], ind_levels, 4798 rtx tem = x; 4800 i = find_reloads_address (GET_MODE (x), &tem, XEXP (x, 0), &XEXP (x, 0), 4805 return tem; 4820 rtx tem; 3975 rtx tem = force_const_mem (mode, op); local 4784 rtx tem = x; local 4806 rtx tem; local 4876 rtx tem local 4904 rtx tem = *part; local 4949 rtx tem; local 4979 find_reloads_address (GET_MODE (tem), &tem, XEXP (tem, 0), local 5102 find_reloads_address (GET_MODE (ad), &tem, XEXP (ad, 0), &XEXP (ad, 0), local 5412 rtx tem; local 5463 rtx tem; local 6013 rtx tem = make_memloc (x, regno); local 6087 rtx tem = find_reloads_subreg_address (x, opnum, local 6168 rtx tem; local 6206 rtx tem, orig; local 6825 rtx tem; local 7197 poly_int64 tem = find_inc_amount (XEXP (x, i), inced); local 7206 poly_int64 tem = find_inc_amount (XVECEXP (x, i, j), inced); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| expmed.cc | 658 rtx tem = gen_reg_rtx (op_mode); 659 emit_move_insn (tem, xop0); 660 xop0 = tem; 3324 rtx accum, tem; 3362 tem = expand_shift (LSHIFT_EXPR, mode, accum, log, NULL_RTX, 0); 3364 emit_move_insn (accum, tem); 3369 tem = expand_shift (LSHIFT_EXPR, mode, op0, log, NULL_RTX, 0); 3370 accum = force_operand (gen_rtx_PLUS (mode, accum, tem), 3376 tem = expand_shift (LSHIFT_EXPR, mode, op0, log, NULL_RTX, 0); 3377 accum = force_operand (gen_rtx_MINUS (mode, accum, tem), 657 rtx tem = gen_reg_rtx (op_mode); local 3313 rtx accum, tem; local 3806 rtx tem; local 3849 rtx tem; local 3965 rtx tem; local 4864 rtx tem; local 4881 rtx tem; local 4996 rtx adjusted_op0, tem; local 5079 rtx tem; local 5097 rtx tem; local 5171 rtx tem; local 5178 rtx tem; local 5196 rtx abs_rem, abs_op1, tem, mask; local 5203 rtx tem; local 5488 rtx tem = 0; local 5730 rtx tem = emit_cstore (target, icode, code, mode, compare_mode, local 5754 rtx tem; local 5825 rtx tem = expand_binop (mode, xor_optab, op0, op1, subtarget, 1, local 5858 rtx tem = emit_store_flag_1 (subtarget, rcode, op0, op1, mode, 0, local 5871 rtx tem = emit_store_flag_1 (subtarget, rcode, op0, op1, mode, 0, local 6037 rtx tem, trueval; local 6182 rtx tem; local [all...] |
| gimple-match-exports.cc | 192 tree tem = valueize (op); local 193 if (tem && tem != op) 195 op = tem; 437 tree tem = valueize (op); local 438 if (tem) 439 return tem; 468 tree tem = mprts_hook (res_op); local 469 if (tem) 470 return tem; 928 tree tem = NULL_TREE; local 994 tree tem = NULL_TREE; local 1073 tree tem = NULL_TREE; local [all...] |
| ipa-free-lang-data.cc | 798 tree tem; 799 FOR_EACH_VEC_ELT (*BINFO_BASE_BINFOS (TYPE_BINFO (t)), i, tem) 800 fld_worklist_push (TREE_TYPE (tem), fld); 806 tree tem; 809 tem = TYPE_FIELDS (t); 810 while (tem) 812 if (TREE_CODE (tem) == FIELD_DECL) 813 fld_worklist_push (tem, fld); 814 tem = TREE_CHAIN (tem); 797 tree tem; local 805 tree tem; local [all...] |
| fold-const.cc | 608 tree tem = strip_float_extensions (t); 609 if (tem != t) 610 return negate_expr_p (tem); 645 tree tem; 657 tem = fold_negate_const (t, type); 658 if (TREE_OVERFLOW (tem) == TREE_OVERFLOW (t) 663 return tem; 669 tem = fold_negate_const (t, type); 670 return tem; 722 tem = negate_expr (TREE_OPERAND (t, 1)) 605 tree tem = strip_float_extensions (t); local 642 tree tem; local 841 tree tem = fold_negate_expr_1 (loc, t); local 854 tree type, tem; local 1931 tree tem = fold_negate_expr (UNKNOWN_LOCATION, arg0); local [all...] |
| diagnostic-spec.cc | 203 nowarn_spec_t tem = *from_spec; local 204 nowarn_map->put (to, tem);
|
| reload.cc | 3983 rtx tem = force_const_mem (mode, op); 3987 tem = gen_rtx_PLUS (mode, XEXP (plus, 0), tem); 3990 tem = gen_rtx_SUBREG (operand_mode[i], tem, SUBREG_BYTE (subreg)); 3994 = find_reloads_toplev (tem, i, address_type[i], ind_levels, 4793 rtx tem = x; 4795 i = find_reloads_address (GET_MODE (x), &tem, XEXP (x, 0), &XEXP (x, 0), 4800 return tem; 4815 rtx tem; 3970 rtx tem = force_const_mem (mode, op); local 4779 rtx tem = x; local 4801 rtx tem; local 4871 rtx tem local 4899 rtx tem = *part; local 4944 rtx tem; local 4975 find_reloads_address (GET_MODE (tem), &tem, XEXP (tem, 0), local 5098 find_reloads_address (GET_MODE (ad), &tem, XEXP (ad, 0), &XEXP (ad, 0), local 5410 rtx tem; local 5461 rtx tem; local 6014 rtx tem = make_memloc (x, regno); local 6088 rtx tem = find_reloads_subreg_address (x, opnum, local 6169 rtx tem; local 6207 rtx tem, orig; local 6826 rtx tem; local 7198 poly_int64 tem = find_inc_amount (XEXP (x, i), inced); local 7207 poly_int64 tem = find_inc_amount (XVECEXP (x, i, j), inced); local [all...] |
| simplify-rtx.cc | 181 rtx tem; 184 tem = simplify_binary_operation (code, mode, op0, op1); 185 if (tem) 186 return tem; 253 rtx tem = simplify_subreg (GET_MODE (x), c, cmode, offset); 254 if (tem && CONSTANT_P (tem)) 255 return tem; 362 rtx tem; 365 if ((tem = simplify_unary_operation (code, mode, op, op_mode)) != 0 179 rtx tem; local 250 rtx tem = simplify_subreg (GET_MODE (x), c, cmode, offset); local 357 rtx tem; local 373 rtx tem; local 391 rtx tem; local 885 rtx trueop, tem; local 2328 rtx tem; local 2359 rtx tem; local 2690 rtx tem; local 2862 rtx tem, reversed, opleft, opright, elt0, elt1; local 3551 rtx tem = NULL_RTX; local [all...] |
| /src/external/gpl2/groff/dist/src/libs/libbib/ |
| search.cpp | 50 search_item *tem = list->next; local 52 list = tem;
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| input.c | 214 register int tem, result; local 250 tem = fcntl (tty, F_GETFL, 0); 252 fcntl (tty, F_SETFL, (tem | O_NDELAY)); 255 fcntl (tty, F_SETFL, tem); 280 tem = ibuffer_space (); 282 if (chars_avail > tem) 283 chars_avail = tem; 289 if (tem < ibuffer_len)
|
| /src/external/gpl2/groff/dist/src/preproc/tbl/ |
| main.cpp | 719 input_entry_format *tem = list; local 721 delete tem; 1098 input_entry_format *tem = list->next; local 1101 list = tem; 1104 input_entry_format *tem; local 1107 for (tem = list; tem; tem = tem->next) 1108 tem->debug_print() [all...] |
| /src/external/gpl2/mkhybrid/dist/ |
| getopt.c | 241 char *tem; 259 tem = argv[bottom + i]; 261 argv[top - (middle - bottom) + i] = tem; 275 tem = argv[bottom + i]; 277 argv[middle + i] = tem; 238 char *tem; local
|
| /src/external/gpl2/texinfo/dist/util/ |
| texindex.c | 365 int tem = compare_field (&keyfields[i], start1, length1, 368 if (tem) 371 return -tem; 372 return tem; 391 int tem; 398 tem = 1; 400 tem = -1; 403 tem = line1->key.number - line2->key.number; 405 tem = compare_field (keyfields, line1->key.text, line1->keylen, 0, 407 if (tem) 362 int tem = compare_field (&keyfields[i], start1, length1, local 388 int tem; local 423 int tem = compare_field (&keyfields[i], start1, length1, local 458 int tem = compare_field (&keyfields[i], start1, length1, pos1, local [all...] |