Searched refs:tem (Results 1 - 25 of 35) sorted by relevance

12

/haiku-fatelf/src/libs/termcap/
H A Dtparam.c59 register char *tem = malloc (size); local
61 if (!tem)
63 return tem;
71 register char *tem = realloc (ptr, size); local
73 if (!tem)
75 return tem;
142 register int tem; local
179 tem = *argp;
183 if (tem < 10)
185 if (tem < 10
[all...]
H A Dtermcap.c103 register char *tem = malloc (size); local
105 if (!tem)
107 return tem;
115 register char *tem = realloc (ptr, size); local
117 if (!tem)
119 return tem;
665 register char *tem;
670 for (tem = line; *tem && *tem !
662 register char *tem; local
724 register char *tem; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dexpprint.c64 unsigned tem; local
158 for (tem = 0; tem < nargs; tem++)
160 if (tem != 0)
216 for (tem = 0; tem < nargs; tem++)
240 tem = 0;
254 while (tem < narg
541 int tem; local
[all...]
H A Deval.c186 int tem = longest_to_int (exp->elts[pc + 1].longconst);
187 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1);
387 int tem, tem2, tem3;
408 tem = longest_to_int (exp->elts[pc + 2].longconst);
409 (*pos) += 4 + BYTES_TO_EXP_ELEM (tem + 1);
470 tem = longest_to_int (exp->elts[pc + 1].longconst);
471 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1);
474 return value_string (&exp->elts[pc + 2].string, tem);
477 tem = longest_to_int (exp->elts[pc + 1].longconst);
478 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem
184 int tem = longest_to_int (exp->elts[pc + 1].longconst); local
385 int tem, tem2, tem3; local
[all...]
H A Dobjc-exp.y624 struct symtab *tem =
626 if (tem)
627 $$ = BLOCKVECTOR_BLOCK (BLOCKVECTOR (tem), STATIC_BLOCK);
636 { struct symbol *tem
640 if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
643 $$ = SYMBOL_BLOCK_VALUE (tem); }
H A Dp-exp.y549 struct symtab *tem =
551 if (tem)
552 $$ = BLOCKVECTOR_BLOCK (BLOCKVECTOR (tem), STATIC_BLOCK);
561 { struct symbol *tem
565 if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
568 $$ = SYMBOL_BLOCK_VALUE (tem); }
H A Dbuildsym.c675 struct subfile_stack *tem
678 tem->next = subfile_stack;
679 subfile_stack = tem;
684 tem->name = current_subfile->name;
670 struct subfile_stack *tem local
H A Dm2-exp.y552 { struct symbol *tem
555 if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
558 $$ = tem;
H A Dada-lang.c7122 int tem, tem2, tem3;
7261 tem = 0;
7263 tem = ada_value_equal (arg1, arg2);
7265 tem = !tem;
7266 return value_from_longest (LA_BOOL_TYPE, (LONGEST) tem);
7321 for (tem = 0; tem <= nargs; tem += 1)
7322 argvec[tem]
7109 int tem, tem2, tem3; local
8408 int tem; local
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dinput.c164 register int tem, result; local
197 tem = fcntl (tty, F_GETFL, 0);
199 fcntl (tty, F_SETFL, (tem | O_NDELAY));
202 fcntl (tty, F_SETFL, tem);
213 tem = ibuffer_space ();
215 if (chars_avail > tem)
216 chars_avail = tem;
222 if (tem < ibuffer_len)
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dinput.c177 register int tem, result; local
211 tem = fcntl (tty, F_GETFL, 0);
213 fcntl (tty, F_SETFL, (tem | O_NDELAY));
216 fcntl (tty, F_SETFL, tem);
239 tem = ibuffer_space ();
241 if (chars_avail > tem)
242 chars_avail = tem;
248 if (tem < ibuffer_len)
/haiku-fatelf/src/bin/bash/
H A Dbraces.c257 char *tem; local
270 tem = substring (text, start, i);
272 tem = (char *)xmalloc (1 + (i - start));
273 strncpy (tem, &text[start], (i - start));
274 tem[i- start] = '\0';
277 partial = brace_expand (tem);
296 free (tem);
/haiku-fatelf/src/bin/bc/lib/
H A Dgetopt.c232 char *tem;
250 tem = argv[bottom + i];
252 argv[top - (middle - bottom) + i] = tem;
266 tem = argv[bottom + i];
268 argv[middle + i] = tem;
229 char *tem; local
/haiku-fatelf/src/bin/sharutils/lib/
H A Dgetopt.c232 char *tem;
250 tem = argv[bottom + i];
252 argv[top - (middle - bottom) + i] = tem;
266 tem = argv[bottom + i];
268 argv[middle + i] = tem;
229 char *tem; local
/haiku-fatelf/src/tools/stubgen/
H A Dgetopt.c264 char *tem;
282 tem = argv[bottom + i];
284 argv[top - (middle - bottom) + i] = tem;
298 tem = argv[bottom + i];
300 argv[middle + i] = tem;
261 char *tem; local
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dcplus-dem.c694 const char *tem; local
707 tem = opname + 4;
708 if (do_type (work, &tem, &type))
801 tem = opname + 5;
802 if (do_type (work, &tem, &type))
4236 char *tem; local
4257 tem = xmalloc (len + 1);
4258 memcpy (tem, start, len);
4259 tem[len] = '\0';
4260 work -> typevec[work -> ntypes++] = tem;
4271 char *tem; local
4334 char *tem; local
4440 const char *tem; local
4603 const char *tem; local
4760 int tem; local
[all...]
H A Dgetopt.c319 char *tem;
359 tem = argv[bottom + i];
361 argv[top - (middle - bottom) + i] = tem;
376 tem = argv[bottom + i];
378 argv[middle + i] = tem;
316 char *tem; local
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-script.c1090 char *tem = comname;
1104 c = lookup_cmd (&tem, cmdlist, "", -1, 1);
1137 tem = comname + hook_name_size;
1138 hookc = lookup_cmd (&tem, cmdlist, "", -1, 0);
1154 for (tem = comname; *tem; tem++)
1155 if (isupper (*tem))
1156 *tem = tolower (*tem);
1087 char *tem = comname; local
1192 char *tem = comname; local
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dgetopt.c320 char *tem;
360 tem = argv[bottom + i];
362 argv[top - (middle - bottom) + i] = tem;
377 tem = argv[bottom + i];
379 argv[middle + i] = tem;
317 char *tem; local
/haiku-fatelf/src/libs/expat/lib/
H A Dxmlparse.c3715 XML_Char *tem = poolStoreString(&dtd->pool, local
3719 if (!tem)
3721 normalizePublicId(tem);
3722 declEntity->publicId = tem;
4138 XML_Char *tem = poolStoreString(&tempPool, local
4142 if (!tem)
4144 normalizePublicId(tem);
4145 declNotationPublicId = tem;
5066 const char *tem; local
5073 tem
5688 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); local
5711 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, local
5719 const XML_Char *tem = poolCopyString(newPool, oldE->notation); local
5870 NAMED *tem = *(iter->p)++; local
5896 BLOCK *tem = p->next; local
5913 BLOCK *tem = p->next; local
5919 BLOCK *tem = p->next; local
6004 BLOCK *tem = pool->freeBlocks->next; local
6030 BLOCK *tem; local
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dgetopt.c315 char *tem;
355 tem = argv[bottom + i];
357 argv[top - (middle - bottom) + i] = tem;
372 tem = argv[bottom + i];
374 argv[middle + i] = tem;
312 char *tem; local
/haiku-fatelf/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c318 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
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetopt.c156 char *tem;
196 tem = argv[bottom + i];
198 argv[top - (middle - bottom) + i] = tem;
213 tem = argv[bottom + i];
215 argv[middle + i] = tem;
153 char *tem; local
/haiku-fatelf/src/bin/diffutils/src/
H A Danalyze.c447 size_t tem = end / 64;
451 while ((tem = tem >> 2) > 0)
518 lin tem = length >> 2;
524 while (0 < (tem >>= 2))
445 size_t tem = end / 64; local
516 lin tem = length >> 2; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dgetopt.c159 char *tem;
199 tem = argv[bottom + i];
201 argv[top - (middle - bottom) + i] = tem;
216 tem = argv[bottom + i];
218 argv[middle + i] = tem;
156 char *tem; local

Completed in 483 milliseconds

12