Home
last modified time | relevance | path

Searched +defs:atrib +defs:t (Results 1 – 2 of 2) sorted by relevance

/dports/security/wolfssh/wolfssh-1.4.8/src/
H A Dwolfsftp.c2373 static void getDate(char* buf, int len, struct tm* t) in getDate()
4073 #define WS_GETHOUR(t) (((t) >> 11) & 0x001f) argument
4074 #define WS_GETMIN(t) (((t) >> 5 ) & 0x003f) argument
4075 #define WS_GETSEC(t) (((t) << 1 ) & 0x003f) argument
4079 static word32 TimeTo32(word16 d, word16 t) in TimeTo32()
4141 byte atrib = stats.fattribute; in SFTP_GetAttributes() local
4204 byte atrib = stats.fattribute; in SFTP_GetAttributes_Handle() local
4437 byte atrib = info.fattrib; in SFTP_GetAttributes() local
4489 byte atrib = info.fattrib; in SFTP_GetAttributes_Handle() local
/dports/security/wolfssh/wolfssh-1.4.8/wolfssh/
H A Dport.h52 #define WMALLOC(s, h, t) XMALLOC(s, h, t) argument
53 #define WFREE(p, h, t) XFREE(p, h, t) argument
54 #define WREALLOC(p, n, h, t) XREALLOC(p, n, h, t) argument
402 #define WSTRDUP(s,h,t) wstrdup((s),(h),(t)) argument
625 #define WUTIMES(f,t) wUtimes((f), (t)) argument
653 unsigned char atrib = 0; in wOpenDir() local