Lines Matching refs:nLen
36 int nLen = strlen( pEnv ); in GetDefStandList() local
37 pRet = ( char *) malloc( nLen + 1 ); in GetDefStandList()
42 int nLen = strlen( _DEF_STAND_LIST ); in GetDefStandList() local
43 pRet = ( char *) malloc( nLen + 1 ); in GetDefStandList()
56 int nLen = strlen( pEnv ); in GetIniRoot() local
57 pRet = ( char *) malloc( nLen + 1 ); in GetIniRoot()
62 int nLen = strlen( _INIROOT ); in GetIniRoot() local
63 pRet = ( char *) malloc( nLen + 1 ); in GetIniRoot()
75 int nLen = strlen( pEnv ); in GetIniRootOld() local
76 pRet = ( char *) malloc( nLen + 1 ); in GetIniRootOld()
81 int nLen = strlen( _INIROOT_OLD ); in GetIniRootOld() local
82 pRet = ( char *) malloc( nLen + 1 ); in GetIniRootOld()
94 int nLen = strlen( pEnv ); in GetSSolarIni() local
95 pRet = ( char *) malloc( nLen + 1 ); in GetSSolarIni()
100 int nLen = strlen( _DEF_SSOLARINI ); in GetSSolarIni() local
101 pRet = ( char *) malloc( nLen + 1 ); in GetSSolarIni()
114 int nLen = strlen( pEnv ); in GetSSCommon() local
115 pRet = ( char *) malloc( nLen + 1 ); in GetSSCommon()
120 int nLen = strlen( _DEF_SSCOMMON ); in GetSSCommon() local
121 pRet = ( char *) malloc( nLen + 1 ); in GetSSCommon()
134 int nLen = strlen( pEnv ); in GetBServerRoot() local
135 pRet = ( char *) malloc( nLen + 1 ); in GetBServerRoot()
140 int nLen = strlen( B_SERVER_ROOT ); in GetBServerRoot() local
141 pRet = ( char *) malloc( nLen + 1 ); in GetBServerRoot()