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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/groff/dist/src/libs/libgroff/
device.cpp 35 char *tem = getenv("GROFF_TYPESETTER"); local
36 if (tem)
37 device = tem;
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);
getopt.c 164 char *tem;
204 tem = argv[bottom + i];
206 argv[top - (middle - bottom) + i] = tem;
221 tem = argv[bottom + i];
223 argv[middle + i] = tem;
162 char *tem; local
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-spec.cc 203 nowarn_spec_t tem = *from_spec; local
204 nowarn_map->put (to, tem);
warning-control.cc 209 nowarn_spec_t tem = *from_spec; local
210 nowarn_map->put (to_loc, tem);
convert.cc 811 tree tem = do_narrow (loc, ex_form, type, arg0, arg1, local
813 if (tem)
814 return tem;
858 tree tem = do_narrow (loc, ex_form, type, arg0, arg1, local
860 if (tem)
861 return tem;
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-spec.cc 199 nowarn_spec_t tem = *from_spec; local
200 nowarn_map->put (to, tem);
warning-control.cc 209 nowarn_spec_t tem = *from_spec; local
210 nowarn_map->put (to_loc, tem);
  /src/external/gpl2/groff/dist/src/libs/libbib/
search.cpp 50 search_item *tem = list->next; local
52 list = tem;
  /src/external/gpl2/groff/dist/src/libs/libdriver/
printer.cpp 96 font_pointer_list *tem = font_list; local
98 delete tem->p;
99 delete tem;
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
getopt.c 160 char *tem;
200 tem = argv[bottom + i];
202 argv[top - (middle - bottom) + i] = tem;
217 tem = argv[bottom + i];
219 argv[middle + i] = tem;
157 char *tem; local
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
getopt.c 160 char *tem;
200 tem = argv[bottom + i];
202 argv[top - (middle - bottom) + i] = tem;
217 tem = argv[bottom + i];
219 argv[middle + i] = tem;
157 char *tem; local
  /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/lib/
getopt.c 182 char *tem;
222 tem = argv[bottom + i];
224 argv[top - (middle - bottom) + i] = tem;
239 tem = argv[bottom + i];
241 argv[middle + i] = tem;
179 char *tem; local
  /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...]
defun.c 465 char *tem = xmalloc (3 + strlen (scan_args[0]));
467 sprintf (tem, "@@%s", scan_args[0]);
470 scan_args[0] = tem;
472 defined_name = tem;
464 char *tem = xmalloc (3 + strlen (scan_args[0])); local
  /src/external/gpl2/diffutils/dist/lib/
getopt.c 322 char *tem;
362 tem = argv[bottom + i];
364 argv[top - (middle - bottom) + i] = tem;
379 tem = argv[bottom + i];
381 argv[middle + i] = tem;
319 char *tem; local
  /src/external/gpl2/gmake/dist/
getopt.c 294 char *tem;
334 tem = argv[bottom + i];
336 argv[top - (middle - bottom) + i] = tem;
351 tem = argv[bottom + i];
353 argv[middle + i] = tem;
292 char *tem; local
  /src/external/gpl2/grep/dist/lib/
getopt.c 314 char *tem;
354 tem = argv[bottom + i];
356 argv[top - (middle - bottom) + i] = tem;
371 tem = argv[bottom + i];
373 argv[middle + i] = tem;
311 char *tem; local
  /src/external/gpl2/groff/dist/src/devices/xditview/
device.c 95 DeviceFont *tem = f; local
97 delete_font(tem);
259 struct charinfo *tem = ptr; local
261 XtFree((char *)tem);
font.c 259 DviFontList *tem = f; local
268 XtFree ((char *) tem);
  /src/external/gpl2/groff/dist/src/roff/troff/
number.cpp 425 int tem; local
426 tem = (scale_indicator == 'v'
429 if (tem >= 0) {
430 if (*v < INT_MIN + tem) {
436 if (*v > INT_MAX + tem) {
441 *v -= tem;
  /src/external/gpl2/xcvs/dist/lib/
getopt.c 183 char *tem;
223 tem = argv[bottom + i];
225 argv[top - (middle - bottom) + i] = tem;
240 tem = argv[bottom + i];
242 argv[middle + i] = tem;
180 char *tem; local
  /src/external/gpl3/binutils/dist/libiberty/
getopt.c 318 char *tem;
358 tem = argv[bottom + i];
360 argv[top - (middle - bottom) + i] = tem;
375 tem = argv[bottom + i];
377 argv[middle + i] = tem;
315 char *tem; local
  /src/external/gpl3/binutils.old/dist/libiberty/
getopt.c 318 char *tem;
358 tem = argv[bottom + i];
360 argv[top - (middle - bottom) + i] = tem;
375 tem = argv[bottom + i];
377 argv[middle + i] = tem;
315 char *tem; local

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>