HomeSort by relevance Sort by last modified time
    Searched refs:cfrom (Results 1 - 2 of 2) sorted by null

  /external/toybox/scripts/
config2help.c 272 struct double_list *cfrom, *tfrom, *anchor; local
297 cdashlines = grab_dashlines(&catch->help, &cfrom, &clen);
317 if (throw->help || catch->help) dlist_add(&cfrom, strdup(""));
319 dlist_add(&cfrom, 0);
320 anchor = cfrom->prev;
323 dlist_add(&cfrom, dlist_zap(&throw->help));
324 if (cfrom && cfrom->prev->data && *skip_spaces(cfrom->prev->data))
325 dlist_add(&cfrom, strdup(""))
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utransts.c 39 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
706 const char* cfrom,
727 _expect(trans, cfrom, cto);
733 const char* cfrom,
752 u_uastrcpy(from, cfrom);
770 id, cfrom, cto);
775 id, cfrom, actual, cto);
792 id, cfrom, cto);
797 id, cfrom, actual, cto);
802 InitXReplaceable(&xrep, cfrom);
    [all...]

Completed in 222 milliseconds