Searched refs:tfrom (Results 1 – 2 of 2) sorted by relevance
/third_party/toybox/scripts/ |
D | config2help.c | 353 struct double_list *cfrom, *tfrom, *anchor; in main() local 376 tdashlines = grab_dashlines(&throw->help, &tfrom, &tlen); in main() 397 if (tfrom && tfrom != throw->help) { in main() 403 while (throw->help && throw->help != tfrom) in main() 432 while (tfrom) dlist_add(&anchor, dlist_zap(&tfrom)); in main()
|
/third_party/openssl/apps/lib/ |
D | apps.c | 2631 TCHAR *tfrom = NULL, *tto; in WIN32_rename() local 2636 tfrom = (TCHAR *)from; in WIN32_rename() 2641 tfrom = malloc(sizeof(*tfrom) * (flen + tlen)); in WIN32_rename() 2642 if (tfrom == NULL) in WIN32_rename() 2644 tto = tfrom + flen; in WIN32_rename() 2646 if (!MultiByteToWideChar(CP_ACP, 0, from, flen, (WCHAR *)tfrom, flen)) in WIN32_rename() 2649 tfrom[i] = (TCHAR)from[i]; in WIN32_rename() 2657 if (MoveFile(tfrom, tto)) in WIN32_rename() 2661 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename() 2674 if (tfrom != NULL && tfrom != (TCHAR *)from) in WIN32_rename() [all …]
|