Home
last modified time | relevance | path

Searched refs:cfrom (Results 1 – 2 of 2) sorted by relevance

/external/toybox/scripts/
Dconfig2help.c272 struct double_list *cfrom, *tfrom, *anchor; in main() local
295 cdashlines = grab_dashlines(&catch->help, &cfrom, &clen); in main()
315 if (throw->help || catch->help) dlist_add(&cfrom, strdup("")); in main()
317 dlist_add(&cfrom, 0); in main()
318 anchor = cfrom->prev; in main()
321 dlist_add(&cfrom, dlist_zap(&throw->help)); in main()
322 if (cfrom && cfrom->prev->data && *skip_spaces(cfrom->prev->data)) in main()
323 dlist_add(&cfrom, strdup("")); in main()
326 dlist_add(&cfrom, 0); in main()
327 anchor = cfrom->prev; in main()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dutransts.c38 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
643 const char* cfrom, in _expectRules() argument
664 _expect(trans, cfrom, cto); in _expectRules()
670 const char* cfrom, in _expect() argument
689 u_uastrcpy(from, cfrom); in _expect()
707 id, cfrom, cto); in _expect()
712 id, cfrom, actual, cto); in _expect()
729 id, cfrom, cto); in _expect()
734 id, cfrom, actual, cto); in _expect()
739 InitXReplaceable(&xrep, cfrom); in _expect()
[all …]