Searched defs:cfrom (Results 1 - 2 of 2) sorted by relevance

/external/toybox/scripts/
H A Dconfig2help.c256 struct double_list *cfrom, *tfrom, *anchor; local
279 cdashlines = grab_dashlines(&catch->help, &cfrom, &clen);
299 if (throw->help || catch->help) dlist_add(&cfrom, strdup(""));
301 dlist_add(&cfrom, 0);
302 anchor = cfrom->prev;
305 dlist_add(&cfrom, dlist_zap(&throw->help));
306 if (cfrom && cfrom->prev->data && *trim(cfrom->prev->data))
307 dlist_add(&cfrom, strdu
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c35 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
640 const char* cfrom,
661 _expect(trans, cfrom, cto);
667 const char* cfrom,
686 u_uastrcpy(from, cfrom);
704 id, cfrom, cto);
709 id, cfrom, actual, cto);
726 id, cfrom, cto);
731 id, cfrom, actual, cto);
736 InitXReplaceable(&xrep, cfrom);
639 _expectRules(const char* crules, const char* cfrom, const char* cto) argument
666 _expect(const UTransliterator* trans, const char* cfrom, const char* cto) argument
[all...]

Completed in 216 milliseconds