Home
last modified time | relevance | path

Searched refs:chain (Results 1 – 25 of 30) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/
Dar.c203 struct nameseq *chain; member
221 new->next = state->chain; in ar_glob_match()
222 state->chain = new; in ar_glob_match()
285 state.chain = 0; in ar_glob()
289 if (state.chain == 0) in ar_glob()
295 for (n = state.chain; n != 0; n = n->next) in ar_glob()
303 for (n = state.chain; n != 0; n = n->next) in ar_glob()
306 return state.chain; in ar_glob()
Ddep.h58 extern struct nameseq *multi_glob PARAMS ((struct nameseq *chain, unsigned int size));
Dfunction.c346 register struct nameseq *chain; in string_glob() local
349 chain = multi_glob (parse_file_seq in string_glob()
364 while (chain != 0) in string_glob()
366 register char *name = chain->name; in string_glob()
369 struct nameseq *next = chain->next; in string_glob()
370 free ((char *) chain); in string_glob()
371 chain = next; in string_glob()
882 struct a_word *chain; member
979 word->chain = 0; in func_filter_filterout()
993 wp->chain = owp; in func_filter_filterout()
[all …]
Dread.c1719 uniquize_deps (struct dep *chain) in uniquize_deps() argument
1730 depp = &chain; in uniquize_deps()
3016 multi_glob (struct nameseq *chain, unsigned int size) in multi_glob() argument
3026 for (old = chain; old != 0; old = nexto) in multi_glob()
DChangeLog997 if the file is a symlink then check each link in the chain and
1296 * remake.c (update_file): Don't walk the double-colon chain unless
2085 * remake.c (notice_finished_file): Update last_mtime on `prev' chain.
2122 (struct a_word) [chain, length]: New members.
/ndk/sources/host-tools/make-3.81/po/
Dmake.pot586 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
612 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dbe.po590 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
616 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dja.po597 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
625 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dzh_CN.po591 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
617 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dko.po596 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
625 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dhe.po596 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
626 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Drw.po638 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
665 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dnl.po601 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
629 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Did.po595 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
623 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dpl.po597 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
625 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dda.po593 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
621 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dsv.po594 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
622 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dfi.po595 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
623 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dhr.po593 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
622 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dga.po601 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
629 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dpt_BR.po596 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
624 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dde.po624 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
652 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
Dtr.po598 msgid "Removing child 0x%08lx PID %ld%s from chain.\n"
627 msgid "Putting child 0x%08lx (%s) PID %ld%s on the chain.\n"
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.good137 /* Structure for building a chain of data that actually lives on the
379 eptrb pointer to chain of blocks containing eptr at start of
Duniq.inp526 /* Structure for building a chain of data that actually lives on the
1003 eptrb pointer to chain of blocks containing eptr at start of

12