Searched refs:tto (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Detr.h246 unsigned int tto; member in struct:stp_sstpi
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c2901 TCHAR *tfrom = NULL, *tto; local
2907 tto = (TCHAR *)to;
2914 tto = tfrom + flen;
2921 if (!MultiByteToWideChar(CP_ACP, 0, to, tlen, (WCHAR *)tto, tlen))
2924 tto[i] = (TCHAR)to[i];
2927 if (MoveFile(tfrom, tto))
2931 if (DeleteFile(tto) && MoveFile(tfrom, tto))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.c2901 TCHAR *tfrom = NULL, *tto; local
2907 tto = (TCHAR *)to;
2914 tto = tfrom + flen;
2921 if (!MultiByteToWideChar(CP_ACP, 0, to, tlen, (WCHAR *)tto, tlen))
2924 tto[i] = (TCHAR)to[i];
2927 if (MoveFile(tfrom, tto))
2931 if (DeleteFile(tto) && MoveFile(tfrom, tto))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtime.c1658 return sprintf(buf, "%i\n", (int) stp_info.tto);

Completed in 80 milliseconds