Home
last modified time | relevance | path

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

/third_party/toybox/scripts/
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/openssl/apps/
Dapps.c2127 TCHAR *tfrom = NULL, *tto; in WIN32_rename() local
2132 tfrom = (TCHAR *)from; in WIN32_rename()
2137 tfrom = malloc(sizeof(*tfrom) * (flen + tlen)); in WIN32_rename()
2138 if (tfrom == NULL) in WIN32_rename()
2140 tto = tfrom + flen; in WIN32_rename()
2142 if (!MultiByteToWideChar(CP_ACP, 0, from, flen, (WCHAR *)tfrom, flen)) in WIN32_rename()
2145 tfrom[i] = (TCHAR)from[i]; in WIN32_rename()
2153 if (MoveFile(tfrom, tto)) in WIN32_rename()
2157 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
2170 if (tfrom != NULL && tfrom != (TCHAR *)from) in WIN32_rename()
[all …]
/third_party/boost/libs/filesystem/src/
Doperations.cpp1329 …ULONGLONG tfrom = (static_cast< ULONGLONG >(lwt_from.dwHighDateTime) << 32) | static_cast< ULONGLO… in copy_file() local
1331 if (tfrom <= tto) in copy_file()