/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | obstack.h | 160 } temp; /* Temporary for some macros. */ member 429 ( (h)->temp.tempint = (length), \ 430 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 431 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0)) 434 ( (h)->temp.tempint = (length), \ 435 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 436 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \ 437 memcpy ((h)->next_free, where, (h)->temp.tempint), \ 438 (h)->next_free += (h)->temp.tempint) 441 ( (h)->temp.tempint = (length), \ [all …]
|
D | getopt.c | 740 char *temp = strchr (optstring, c); in _getopt_internal_r() local 746 if (temp == NULL || c == ':') in _getopt_internal_r() 796 if (temp[0] == 'W' && temp[1] == ';') in _getopt_internal_r() 1011 if (temp[1] == ':') in _getopt_internal_r() 1013 if (temp[2] == ':') in _getopt_internal_r()
|
/ndk/sources/host-tools/make-3.81/ |
D | getopt.c | 756 char *temp = my_index (optstring, c); in _getopt_internal() local 762 if (temp == NULL || c == ':') in _getopt_internal() 778 if (temp[0] == 'W' && temp[1] == ';') in _getopt_internal() 901 if (temp[1] == ':') in _getopt_internal() 903 if (temp[2] == ':') in _getopt_internal()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | tran.c | 104 char temp[50]; in arginit() local 111 sprintf(temp, "%d", i); in arginit() 113 setsymtab(temp, *av, atof(*av), STR|NUM, ARGVtab); in arginit() 115 setsymtab(temp, *av, 0.0, STR, ARGVtab); in arginit() 159 Cell *cp, *temp; in freesymtab() local 169 for (cp = tp->tab[i]; cp != NULL; cp = temp) { in freesymtab() 173 temp = cp->cnext; /* avoids freeing then using */ in freesymtab()
|
D | lib.c | 73 char temp[50]; in makefields() local 81 sprintf(temp, "%d", i); in makefields() 82 fldtab[i]->nval = tostring(temp); in makefields() 226 char *s, temp[50]; in getargv() local 229 sprintf(temp, "%d", n); in getargv() 230 x = setsymtab(temp, "", 0.0, STR, ARGVtab); in getargv()
|
D | run.c | 735 int temp; in substr() local 771 temp = s[n+m-1]; /* with thanks to John Linderman */ in substr() 774 s[n+m-1] = temp; in substr() 1214 char *t, temp, num[50], *fs = 0; in split() local 1251 temp = *patbeg; in split() 1257 *patbeg = temp; in split() 1289 temp = *s; in split() 1296 *s = temp; in split() 1318 temp = *s; in split() 1325 *s = temp; in split()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 57 unsigned temp : 1; member 87 if (open_files->temp) in panic() 125 register_open_file (fp, name, temp) in register_open_file() argument 128 int temp; 147 p->temp = false;
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | reinvoke | 7 is reinvoked. We create a rule to rebuild the makefile from a temp 8 file, then touch the temp file to make it newer than the makefile.";
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | tempname.m4 | 8 # glibc provides __gen_tempname as a wrapper for mk[ds]temp. Expose
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 477 \def\temp{#3}% 478 \ifx\temp\empty 479 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp: 480 \let\temp\finishparsearg 482 \let\temp\argcheckspaces 485 \temp#1 #3\ArgTerm 565 \def\temp{#1}% 566 \ifx\thisenv\temp 575 \errmessage{This command can appear only \inenvironment\temp, 655 \def\temp{#1}% [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 417 \def\temp{#3}% 418 \ifx\temp\empty 419 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp: 420 \let\temp\finishparsearg 422 \let\temp\argcheckspaces 425 \temp#1 #3\ArgTerm 505 \def\temp{#1}% 506 \ifx\thisenv\temp 515 \errmessage{This command can appear only \inenvironment\temp, 595 \def\temp{#1}% [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-l | 12 the temp file again. Thus if any of the rules are run in
|
/ndk/sources/host-tools/make-3.81/po/ |
D | make.pot | 581 msgid "Cleaning up temp batch file %s\n"
|
D | be.po | 585 msgid "Cleaning up temp batch file %s\n"
|
D | ko.po | 591 msgid "Cleaning up temp batch file %s\n"
|
D | zh_CN.po | 586 msgid "Cleaning up temp batch file %s\n"
|
D | ja.po | 592 msgid "Cleaning up temp batch file %s\n"
|
D | rw.po | 633 msgid "Cleaning up temp batch file %s\n"
|
D | he.po | 591 msgid "Cleaning up temp batch file %s\n"
|
D | da.po | 588 msgid "Cleaning up temp batch file %s\n"
|
D | nl.po | 596 msgid "Cleaning up temp batch file %s\n"
|
D | fi.po | 590 msgid "Cleaning up temp batch file %s\n"
|
D | sv.po | 589 msgid "Cleaning up temp batch file %s\n"
|
D | pl.po | 592 msgid "Cleaning up temp batch file %s\n"
|
D | id.po | 590 msgid "Cleaning up temp batch file %s\n"
|