HomeSort by: relevance | last modified time | path
    Searched refs:REG_EXPAND_SZ (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/recipes/
02-test_windows_registry.t 43 my @expectossldir = run(cmd(["reg.exe", "query", $regkey, "/reg:32", "/t", "REG_EXPAND_SZ", "/v", "OPENSSLDIR"]), capture => 1);
45 my @expectengdir = run(cmd(["reg.exe", "query", $regkey, "/reg:32", "/t", "REG_EXPAND_SZ", "/v", "ENGINESDIR"]), capture => 1);
47 my @expectmoddir = run(cmd(["reg.exe", "query", $regkey, "/reg:32", "/t", "REG_EXPAND_SZ", "/v", "MODULESDIR"]), capture => 1);
56 $expect =~ s/.*REG_EXPAND_SZ *//;
68 $expect =~ s/.*REG_EXPAND_SZ *//;
80 $expect =~ s/.*REG_EXPAND_SZ *//;
  /src/crypto/external/apache2/openssl/dist/crypto/
defaults.c 86 if (ktype != REG_EXPAND_SZ && ktype != REG_SZ)
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
config_reg.c 58 * - REG_EXPAND_SZ: The string is stored as is.
146 case REG_EXPAND_SZ:
236 * - REG_EXPAND_SZ: Environment variables in the string are expanded
282 type != REG_EXPAND_SZ) || cb_data + 1 <= sizeof(static_buffer)) &&
306 case REG_EXPAND_SZ:
392 case REG_EXPAND_SZ:
  /src/external/bsd/unbound/dist/winrc/
w_inst.c 94 REG_EXPAND_SZ, /* value type (string w env subst) */
112 if(RegSetValueEx(hk, (LPCTSTR)"CategoryMessageFile", 0, REG_EXPAND_SZ,
win_svc.c 183 if(type == REG_SZ || type == REG_MULTI_SZ || type == REG_EXPAND_SZ) {
223 if(type == REG_SZ || type == REG_MULTI_SZ || type == REG_EXPAND_SZ) {
  /src/external/bsd/openldap/dist/libraries/liblutil/
ntservice.c 103 if ( RegSetValueEx(hKey, "EventMessageFile", 0, REG_EXPAND_SZ, lpszBinaryPathName, strlen(lpszBinaryPathName) + 1) != ERROR_SUCCESS)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
registry.d 209 REG_EXPAND_SZ = 2, /// A zero-terminated string containing expandable environment variable references
553 case REG_VALUE_TYPE.REG_EXPAND_SZ:
1080 asEXPAND_SZ ? REG_VALUE_TYPE.REG_EXPAND_SZ
1198 If the value's type is REG_EXPAND_SZ the returned value is <b>not</b>
1205 REG_EXPAND_SZ, REG_DWORD, or REG_QWORD.
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winreg.d 44 REG_EXPAND_SZ,
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.c 989 err = RegSetValueEx( key, TEXT( "EventMessageFile" ), 0, REG_EXPAND_SZ, (const LPBYTE) path, n );
  /src/external/bsd/unbound/dist/util/
config_file.c 2812 if(type == REG_SZ || type == REG_MULTI_SZ || type == REG_EXPAND_SZ) {

Completed in 38 milliseconds