Home
last modified time | relevance | path

Searched refs:pszIdent (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sal/osl/os2/
H A Dsecurity.c49 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()
/aoo42x/main/sal/osl/unx/
H A Dsecurity.c54 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax);
650 sal_Char pszIdent[1024]; in osl_getUserIdent() local
652 pszIdent[0] = '\0'; in osl_getUserIdent()
654 bRet = osl_psz_getUserIdent(Security,pszIdent,sizeof(pszIdent)); in osl_getUserIdent()
656 …rtl_string2UString( ustrIdent, pszIdent, rtl_str_getLength( pszIdent ), osl_getThreadTextEncoding(… in osl_getUserIdent()
663 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax) in osl_psz_getUserIdent() argument
678 memcpy(pszIdent, buffer, nChr+1); in osl_psz_getUserIdent()
H A Dpipe.c41 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax);

Completed in 31 milliseconds