Searched defs:tfrom (Results 1 - 2 of 2) sorted by relevance

/external/dhcpcd/
H A Ddhcpcd.c446 const char *tfrom; local
459 tfrom = "from";
463 tfrom, inet_ntoa(addr), dhcp->servername);
466 tfrom = "via";
471 iface->name, msg, tfrom, inet_ntoa(addr));
474 iface->name, msg, a, tfrom, inet_ntoa(addr));
/external/openssl/apps/
H A Dapps.c2788 TCHAR *tfrom=NULL,*tto; local
2794 tfrom = (TCHAR *)from;
2800 tfrom = (TCHAR *)malloc(sizeof(TCHAR)*(flen+tlen));
2801 if (tfrom==NULL) goto err;
2802 tto=tfrom+flen;
2804 if (!MultiByteToWideChar(CP_ACP,0,from,flen,(WCHAR *)tfrom,flen))
2806 for (i=0;i<flen;i++) tfrom[i]=(TCHAR)from[i];
2813 if (MoveFile(tfrom,tto)) goto ok;
2817 if (DeleteFile(tto) && MoveFile(tfrom,tto))
2830 if (tfrom!
[all...]

Completed in 391 milliseconds