Searched refs:osl_psz_getUserIdent (Results 1 – 3 of 3) sorted by relevance
/aoo4110/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
|
/aoo4110/main/sal/osl/unx/ |
H A D | security.c | 55 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax); 655 bRet = osl_psz_getUserIdent(Security,pszIdent,sizeof(pszIdent)); in osl_getUserIdent() 664 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); 189 OSL_VERIFY(osl_psz_getUserIdent(Security, Ident, sizeof(Ident))); in osl_psz_createPipe()
|
Completed in 30 milliseconds