Searched refs:osl_psz_getUserIdent (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sal/osl/os2/ |
H A D | security.c | 49 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax); 137 bRet = osl_psz_getUserIdent(Security,pszIdent,sizeof(pszIdent)); in osl_getUserIdent() 146 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax) in osl_psz_getUserIdent() function
|
/trunk/main/sal/osl/unx/ |
H A D | security.c | 54 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax); 654 bRet = osl_psz_getUserIdent(Security,pszIdent,sizeof(pszIdent)); in osl_getUserIdent() 663 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax) in osl_psz_getUserIdent() function
|
H A D | pipe.c | 41 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax); 187 OSL_VERIFY(osl_psz_getUserIdent(Security, Ident, sizeof(Ident))); in osl_psz_createPipe()
|
Completed in 15 milliseconds