Searched refs:pszIdent (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); 133 sal_Char pszIdent[1024]; in osl_getUserIdent() local 135 pszIdent[0] = '\0'; in osl_getUserIdent() 137 bRet = osl_psz_getUserIdent(Security,pszIdent,sizeof(pszIdent)); in osl_getUserIdent() 139 …rtl_string2UString( ustrIdent, pszIdent, rtl_str_getLength( pszIdent ), osl_getThreadTextEncoding(… in osl_getUserIdent() 146 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax) in osl_psz_getUserIdent() argument 160 memcpy(pszIdent, buffer, nChr+1); in osl_psz_getUserIdent()
|
/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); 651 sal_Char pszIdent[1024]; in osl_getUserIdent() local 653 pszIdent[0] = '\0'; in osl_getUserIdent() 655 bRet = osl_psz_getUserIdent(Security,pszIdent,sizeof(pszIdent)); in osl_getUserIdent() 657 …rtl_string2UString( ustrIdent, pszIdent, rtl_str_getLength( pszIdent ), osl_getThreadTextEncoding(… in osl_getUserIdent() 664 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax) in osl_psz_getUserIdent() argument 679 memcpy(pszIdent, buffer, nChr+1); in osl_psz_getUserIdent()
|
H A D | pipe.c | 41 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax);
|
Completed in 13 milliseconds