| /freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | kerberos.openldap.ldif | 9 …seExactIA5Match SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 10 …1 NAME 'krbPrincipalType' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 11 …9.1.301.4.5.1 NAME 'krbUPEnabled' DESC 'Boolean' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE ) 12 …ncipalExpiration' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE ) 13 …8.1 NAME 'krbTicketFlags' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 14 …1 NAME 'krbMaxTicketLife' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 15 …NAME 'krbMaxRenewableAge' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 21 …5.1 NAME 'krbSearchScope' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 23 …E 'krbPrincNamingAttr' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) 25 …30.1 NAME 'krbMaxPwdLife' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) [all …]
|
| H A D | kerberos.schema | 58 SINGLE-VALUE) 67 SINGLE-VALUE) 79 SINGLE-VALUE) 88 SINGLE-VALUE) 113 SINGLE-VALUE) 122 SINGLE-VALUE) 131 SINGLE-VALUE) 196 SINGLE-VALUE) 215 SINGLE-VALUE) 234 SINGLE-VALUE) [all …]
|
| H A D | kerberos.ldif | 65 SINGLE-VALUE ) 77 SINGLE-VALUE ) 92 SINGLE-VALUE ) 104 SINGLE-VALUE ) 132 SINGLE-VALUE ) 144 SINGLE-VALUE ) 156 SINGLE-VALUE ) 239 SINGLE-VALUE ) 264 SINGLE-VALUE ) 289 SINGLE-VALUE ) [all …]
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-dll.rc | 20 VALUE "Comments", "https://github.com/the-tcpdump-group/libpcap/" 21 VALUE "CompanyName", "The TCPdump Group" 22 VALUE "FileDescription", "System-Independent Interface for User-Level Packet Capture" 23 VALUE "FileVersion", PACKAGE_VERSION 24 VALUE "InternalName", PACKAGE_NAME 25 VALUE "LegalCopyright", "Copyright (c) The TCPdump Group" 26 VALUE "LegalTrademarks", "" 27 VALUE "OriginalFilename", PACKAGE_NAME ".dll" 28 VALUE "ProductName", "libpcap" 29 VALUE "ProductVersion", PACKAGE_VERSION [all …]
|
| /freebsd/contrib/libpcap/rpcapd/ |
| H A D | rpcapd.rc | 23 VALUE "Comments", "https://github.com/the-tcpdump-group/libpcap/" 24 VALUE "CompanyName", "The TCPdump Group" 25 VALUE "FileDescription", "Remote Packet Capture Daemon" 26 VALUE "FileVersion", "PACKAGE_VERSION_DLL" 27 VALUE "InternalName", PACKAGE_NAME 28 VALUE "LegalCopyright", "Copyright (c) The TCPdump Group" 29 VALUE "LegalTrademarks", "" 30 VALUE "OriginalFilename", "rpcapd.exe" 31 VALUE "ProductName", PACKAGE_NAME 32 VALUE "ProductVersion", PACKAGE_VERSION [all …]
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | libomp.rc.var | 41 VALUE "FileDescription", "LLVM* OpenMP* Runtime Library\0" 43 VALUE "CompanyName", "LLVM\0" 44 // VALUE "LegalTrademarks", "\0" // Not used for now. 45 VALUE "ProductName", "LLVM* OpenMP* Runtime Library\0" 46 VALUE "ProductVersion", "@LIBOMP_VERSION_MAJOR@.@LIBOMP_VERSION_MINOR@\0" 47 VALUE "FileVersion", "@LIBOMP_VERSION_BUILD@\0" 48 VALUE "InternalName", "@LIBOMP_LIB_FILE@\0" 49 VALUE "OriginalFilename", "@LIBOMP_LIB_FILE@\0" 50 VALUE "Comments", 55 VALUE "PrivateBuild", [all …]
|
| /freebsd/sys/contrib/libsodium/builds/msvc/ |
| H A D | resource.rc | 47 VALUE "FileDescription", "The Sodium crypto library (libsodium) " 48 VALUE "FileVersion", LIBSODIUM_VERSION_STRING 49 VALUE "InternalName", "libsodium" 50 VALUE "LegalCopyright", "Copyright (c) 2017 The libsodium authors." 51 VALUE "OriginalFilename", "libsodium.dll" 52 VALUE "ProductName", LIBSODIUM_PRODUCT_NAME 53 VALUE "ProductVersion", LIBSODIUM_VERSION_STRING 58 VALUE "Translation", 0x409, 1200
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.rc | 69 VALUE "CompanyName", "SQLite Development Team" 70 …VALUE "FileDescription", "SQLite is a software library that implements a self-contained, serverles… 71 VALUE "FileVersion", SQLITE_VERSION 72 VALUE "InternalName", "sqlite3" 73 VALUE "LegalCopyright", "http://sqlite.org/copyright.html" 74 VALUE "ProductName", "SQLite" 75 VALUE "ProductVersion", SQLITE_VERSION 76 VALUE "SourceId", SQLITE_SOURCE_ID 81 VALUE "Translation", 0x409, 0x4b0
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/preprocessor/ |
| H A D | err.mulelse.d | 39 #define VALUE 5 macro 41 #define VALUE 10 macro 43 #define VALUE 15 macro 45 #define VALUE 20 macro 53 printf("The value is %d\n", VALUE);
|
| H A D | tst.preexpelse.d | 39 #define VALUE 5 macro 41 #define VALUE 10 macro 49 printf("The value is %d\n", VALUE);
|
| H A D | tst.ifnotdef.d | 39 #define VALUE 5 macro 41 #define VALUE 10 macro 49 printf("The value is %d\n", VALUE);
|
| H A D | tst.ifdef.d | 39 #define VALUE 5 macro 41 #define VALUE 10 macro 49 printf("The value is %d\n", VALUE);
|
| H A D | tst.logicaland.d | 39 #define VALUE 0 macro 41 #define VALUE 1 macro 48 printf("The value is %d\n", VALUE);
|
| H A D | tst.logicalor.d | 39 #define VALUE 0 macro 41 #define VALUE 1 macro 48 printf("The value is %d\n", VALUE);
|
| H A D | tst.preexpifelse.d | 40 #define VALUE 5 macro 42 #define VALUE 10 macro 50 printf("The value is %d\n", VALUE);
|
| H A D | tst.logicalandor.d | 39 #define VALUE 0 macro 41 #define VALUE 1 macro 48 printf("The value is %d\n", VALUE);
|
| H A D | tst.muland.d | 39 #define VALUE 0 macro 41 #define VALUE 1 macro 48 printf("The value is %d\n", VALUE);
|
| H A D | tst.mulor.d | 39 #define VALUE 0 macro 41 #define VALUE 1 macro 48 printf("The value is %d\n", VALUE);
|
| /freebsd/crypto/krb5/src/windows/ |
| H A D | version.rc | 274 VALUE "Translation", 0x0409, 1252 282 VALUE VER_EXTRA_LABEL, VER_EXTRA_VALUE 285 VALUE "Comment", VER_COMMENT 288 VALUE "Built By", VER_USERNAME 291 VALUE "Build Host", VER_HOSTNAME 294 VALUE "Build Time", VER_DATE 297 VALUE "Modified by Vendor", VER_VENDOR 299 VALUE "CompanyName", K5_COMPANY_NAME 300 VALUE "FileDescription", K5_DESCRIPTION 301 VALUE "FileVersion", K5_PRODUCT_VERSION_STRING [all …]
|
| /freebsd/crypto/heimdal/lib/hdb/ |
| H A D | hdb.schema | 46 SINGLE-VALUE 52 SINGLE-VALUE 58 SINGLE-VALUE 64 SINGLE-VALUE 70 SINGLE-VALUE 83 SINGLE-VALUE ) 90 SINGLE-VALUE ) 97 SINGLE-VALUE )
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| H A D | tst.AddSearchPath.d.ksh | 49 /1520 != VALUE/ 51 printf("VALUE: %d, Test should fail\n", VALUE); 56 /1520 == VALUE/ 58 printf("VALUE: %d, Test should pass\n", VALUE);
|
| /freebsd/crypto/krb5/src/util/ |
| H A D | gen-map.pl | 17 * value: <VALUE> 25 <VALUE> value; 41 void (*free_value)(<VALUE>) = <FREEVALUE>; 63 static inline <VALUE> * 85 <KEY> key, <VALUE> new_value) 92 void (*free_value)(<VALUE>) = <FREEVALUE>;
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | opt-var-expanded.mk | 5 .MAKEFLAGS: -v VAR -v VALUE 7 VAR= other ${VALUE} $$$$ 8 VALUE= value
|
| H A D | opt-var-literal.mk | 5 .MAKEFLAGS: -V VAR -V VALUE 7 VAR= other ${VALUE} $$$$ 8 VALUE= value
|
| /freebsd/tools/build/make_check/ |
| H A D | Makefile | 112 VALUE= 0 macro 113 .if (${VALUE} < 0)||(${VALUE}>0) 126 VALUE= foo "" macro 128 .if ${VALUE:S/$//} != ${VALUE}
|