Home
last modified time | relevance | path

Searched refs:tfrom (Results 1 - 3 of 3) sorted by relevance

/third_party/toybox/scripts/
H A Dconfig2help.c353 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/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2643 TCHAR *tfrom = NULL, *tto; in WIN32_rename() local
2648 tfrom = (TCHAR *)from; in WIN32_rename()
2653 tfrom = malloc(sizeof(*tfrom) * (flen + tlen)); in WIN32_rename()
2654 if (tfrom == NULL) in WIN32_rename()
2656 tto = tfrom + flen; in WIN32_rename()
2658 if (!MultiByteToWideChar(CP_ACP, 0, from, flen, (WCHAR *)tfrom, flen)) in WIN32_rename()
2661 tfrom[i] = (TCHAR)from[i]; in WIN32_rename()
2669 if (MoveFile(tfrom, tto)) in WIN32_rename()
2673 if (DeleteFile(tto) && MoveFile(tfrom, tt in WIN32_rename()
[all...]
/third_party/openssl/apps/lib/
H A Dapps.c2636 TCHAR *tfrom = NULL, *tto; in WIN32_rename() local
2641 tfrom = (TCHAR *)from; in WIN32_rename()
2646 tfrom = malloc(sizeof(*tfrom) * (flen + tlen)); in WIN32_rename()
2647 if (tfrom == NULL) in WIN32_rename()
2649 tto = tfrom + flen; in WIN32_rename()
2651 if (!MultiByteToWideChar(CP_ACP, 0, from, flen, (WCHAR *)tfrom, flen)) in WIN32_rename()
2654 tfrom[i] = (TCHAR)from[i]; in WIN32_rename()
2662 if (MoveFile(tfrom, tto)) in WIN32_rename()
2666 if (DeleteFile(tto) && MoveFile(tfrom, tt in WIN32_rename()
[all...]

Completed in 12 milliseconds