Lines Matching refs:nLen
39 int nLen = strlen( pEnv ); in GetDefStandList() local
40 pRet = ( char *) malloc( nLen + 1 ); in GetDefStandList()
45 int nLen = strlen( _DEF_STAND_LIST ); in GetDefStandList() local
46 pRet = ( char *) malloc( nLen + 1 ); in GetDefStandList()
59 int nLen = strlen( pEnv ); in GetIniRoot() local
60 pRet = ( char *) malloc( nLen + 1 ); in GetIniRoot()
65 int nLen = strlen( _INIROOT ); in GetIniRoot() local
66 pRet = ( char *) malloc( nLen + 1 ); in GetIniRoot()
78 int nLen = strlen( pEnv ); in GetIniRootOld() local
79 pRet = ( char *) malloc( nLen + 1 ); in GetIniRootOld()
84 int nLen = strlen( _INIROOT_OLD ); in GetIniRootOld() local
85 pRet = ( char *) malloc( nLen + 1 ); in GetIniRootOld()
97 int nLen = strlen( pEnv ); in GetSSolarIni() local
98 pRet = ( char *) malloc( nLen + 1 ); in GetSSolarIni()
103 int nLen = strlen( _DEF_SSOLARINI ); in GetSSolarIni() local
104 pRet = ( char *) malloc( nLen + 1 ); in GetSSolarIni()
117 int nLen = strlen( pEnv ); in GetSSCommon() local
118 pRet = ( char *) malloc( nLen + 1 ); in GetSSCommon()
123 int nLen = strlen( _DEF_SSCOMMON ); in GetSSCommon() local
124 pRet = ( char *) malloc( nLen + 1 ); in GetSSCommon()
137 int nLen = strlen( pEnv ); in GetBServerRoot() local
138 pRet = ( char *) malloc( nLen + 1 ); in GetBServerRoot()
143 int nLen = strlen( B_SERVER_ROOT ); in GetBServerRoot() local
144 pRet = ( char *) malloc( nLen + 1 ); in GetBServerRoot()