Searched refs:temp (Results 151 - 175 of 744) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgetopt.c782 char *temp = my_index (optstring, c);
788 if (temp == NULL || c == ':')
804 if (temp[0] == 'W' && temp[1] == ';')
927 if (temp[1] == ':')
929 if (temp[2] == ':')
778 char *temp = my_index (optstring, c); local
H A Dmake-relative-prefix.c237 char *temp; local
239 temp = getenv ("PATH");
240 if (temp)
243 size_t prefixlen = strlen (temp) + 1;
249 startp = endp = temp;
H A Dmakefile.vms13 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
H A Dpartition.c93 int temp = elem1; local
95 elem2 = temp;
H A Dregex.c703 int temp = SIGN_EXTEND_CHAR (*(source + 1));
705 *dest += temp << 8;
H A Dsplay-tree.c80 splay_tree_node temp; local
100 temp = active;
101 active = (splay_tree_node)(temp->key);
102 (*sp->deallocate) ((char*) temp, sp->allocate_data);
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure1679 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dconfigure1678 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
/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 Dc-exp.c2727 double temp;
2728 num = sscanf (p, "%lg%c", &temp,&c);
2729 putithere->typed_val_float.dval = temp;
3182 /* Grow the static temp buffer if necessary, including allocating
H A Dc-exp.y1094 double temp;
1095 num = sscanf (p, "%lg%c", &temp,&c);
1096 putithere->typed_val_float.dval = temp;
1549 /* Grow the static temp buffer if necessary, including allocating
H A Dcoffread.c1269 char *temp;
1284 if ((temp = strrchr (result, '/')) != NULL)
1285 result = temp + 1;
1262 char *temp; local
H A Dcorelow.c279 char *temp; local
295 temp = concat (current_directory, "/", filename, NULL);
297 filename = temp;
H A Ddwarfread.c2638 char *temp; local
2667 temp = dbbase + di.at_sibling - dbroff;
2668 if ((temp < thisdie) || (temp >= enddie))
2675 nextdie = temp;
H A Deval.c1027 struct value *temp = value_ind (arg2);
1028 arg1 = value_virtual_fn_field (&temp, f, j, domain_type, 0);
1029 arg2 = value_addr (temp);
1146 struct value *temp = arg2;
1147 argvec[0] = value_struct_elt (&temp, argvec + 1, tstr,
1151 /* value_struct_elt updates temp with the correct value
1154 arg2 = value_from_longest (lookup_pointer_type(VALUE_TYPE (temp)),
1155 VALUE_ADDRESS (temp) + VALUE_OFFSET (temp)
1156 + VALUE_EMBEDDED_OFFSET (temp));
1025 struct value *temp = value_ind (arg2); local
1144 struct value *temp = arg2; local
1318 struct value *temp = arg1; local
1361 struct value *temp = arg1; local
[all...]
H A Djv-exp.c2093 double temp;
2094 num = sscanf (p, "%lg%c", &temp, &c);
2095 putithere->typed_val_float.dval = temp;
2433 /* Grow the static temp buffer if necessary, including allocating
H A Djv-exp.y719 double temp;
720 num = sscanf (p, "%lg%c", &temp, &c);
721 putithere->typed_val_float.dval = temp;
1059 /* Grow the static temp buffer if necessary, including allocating
H A Djv-lang.c206 struct value *temp = name; local
209 temp = value_struct_elt (&temp, NULL, "length", NULL, "structure");
210 name_length = (int) value_as_long (temp);
211 data_addr = VALUE_ADDRESS (temp) + VALUE_OFFSET (temp)
212 + TYPE_LENGTH (VALUE_TYPE (temp));
251 struct value *temp; local
283 temp = clas;
284 sig = value_struct_elt (&temp, NUL
335 struct value *temp; local
885 struct value *temp = clas; local
[all...]
H A Dmacroexp.c706 struct macro_buffer temp;
707 init_shared_buffer (&temp, src->text, src->len);
709 if (! get_token (&tok, &temp)
702 struct macro_buffer temp; local
H A Dobjc-exp.c2686 double temp;
2687 sscanf (p, "%lg", &temp);
2688 putithere->typed_val_float.dval = temp;
3122 /* Grow the static temp buffer if necessary, including
3165 /* Grow the static temp buffer if necessary, including
H A Dobjc-exp.y1041 double temp;
1042 sscanf (p, "%lg", &temp);
1043 putithere->typed_val_float.dval = temp;
1477 /* Grow the static temp buffer if necessary, including
1520 /* Grow the static temp buffer if necessary, including
H A Dobjfiles.c483 struct objfile *objfile, *temp; local
485 ALL_OBJFILES_SAFE (objfile, temp)
725 struct objfile *temp;
727 ALL_OBJFILES_SAFE (objf, temp)
723 struct objfile *temp; local
H A Dp-exp.c2139 double temp;
2140 num = sscanf (p, "%lg%c", &temp,&c);
2141 putithere->typed_val_float.dval = temp;
2606 /* Grow the static temp buffer if necessary, including allocating
H A Dp-exp.y814 double temp;
815 num = sscanf (p, "%lg%c", &temp,&c);
816 putithere->typed_val_float.dval = temp;
1281 /* Grow the static temp buffer if necessary, including allocating
H A Dpa64solib.c577 struct so_list *temp; local
579 temp = so_list_head;
581 so_list_head = temp->next;

Completed in 292 milliseconds

1234567891011>>