Home
last modified time | relevance | path

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

/third_party/toybox/scripts/
H A Dconfig2help.c353 struct double_list *cfrom, *tfrom, *anchor; in main() local
378 cdashlines = grab_dashlines(&catch->help, &cfrom, &clen); in main()
398 if (throw->help || catch->help) dlist_add(&cfrom, strdup("")); in main()
400 dlist_add(&cfrom, 0); in main()
401 anchor = cfrom->prev; in main()
404 dlist_add(&cfrom, dlist_zap(&throw->help)); in main()
405 if (cfrom && cfrom->prev->data && *skip_spaces(cfrom->prev->data)) in main()
406 dlist_add(&cfrom, strdu in main()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dutransts.c40 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
707 const char* cfrom, in _expectRules()
728 _expect(trans, cfrom, cto); in _expectRules()
734 const char* cfrom, in _expect()
753 u_uastrcpy(from, cfrom); in _expect()
771 id, cfrom, cto); in _expect()
776 id, cfrom, actual, cto); in _expect()
793 id, cfrom, cto); in _expect()
798 id, cfrom, actual, cto); in _expect()
803 InitXReplaceable(&xrep, cfrom); in _expect()
706 _expectRules(const char* crules, const char* cfrom, const char* cto) _expectRules() argument
733 _expect(const UTransliterator* trans, const char* cfrom, const char* cto) _expect() argument
[all...]

Completed in 2 milliseconds