Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 35) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/lib/
Dobstack.h160 } 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 …]
Dgetopt.c740 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/
Dgetopt.c756 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/
Dtran.c104 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()
Dlib.c73 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()
Drun.c735 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/
Dutils.c57 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/
Dreinvoke7 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/
Dtempname.m48 # glibc provides __gen_tempname as a wrapper for mk[ds]temp. Expose
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex477 \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/
Dtexinfo.tex417 \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/
Ddash-l12 the temp file again. Thus if any of the rules are run in
/ndk/sources/host-tools/make-3.81/po/
Dmake.pot581 msgid "Cleaning up temp batch file %s\n"
Dbe.po585 msgid "Cleaning up temp batch file %s\n"
Dko.po591 msgid "Cleaning up temp batch file %s\n"
Dzh_CN.po586 msgid "Cleaning up temp batch file %s\n"
Dja.po592 msgid "Cleaning up temp batch file %s\n"
Drw.po633 msgid "Cleaning up temp batch file %s\n"
Dhe.po591 msgid "Cleaning up temp batch file %s\n"
Dda.po588 msgid "Cleaning up temp batch file %s\n"
Dnl.po596 msgid "Cleaning up temp batch file %s\n"
Dfi.po590 msgid "Cleaning up temp batch file %s\n"
Dsv.po589 msgid "Cleaning up temp batch file %s\n"
Dpl.po592 msgid "Cleaning up temp batch file %s\n"
Did.po590 msgid "Cleaning up temp batch file %s\n"

12