/freebsd/crypto/openssl/doc/man3/ |
H A D | OBJ_nid2obj.pod | 66 a long name, a short name or the numerical representation of an object. 70 as well as numerical forms. If I<no_name> is 1 only the numerical form 80 then that will be used, otherwise the numerical form will be used. 81 If I<no_name> is 1 then the numerical form will always be used. 90 numerical form of the object, I<sn> the short name and I<ln> the 111 Objects in OpenSSL can have a short name, a long name and a numerical 132 the functions OBJ_txt2obj() and OBJ_obj2txt() can process the numerical
|
H A D | X509_get_version.pod | 24 X509_get_version() returns the numerical value of the version field of 30 X509_set_version() sets the numerical value of the version field of certificate 47 return the numerical value of the version field.
|
H A D | EVP_PKEY_get_attr.pod | 46 it passes the numerical identifier (NID) I<nid> associated with the object. 67 that it passes the numerical identifier (NID) I<nid> associated with the object.
|
H A D | X509_REQ_get_attr.pod | 43 it passes the numerical identifier (NID) I<nid> associated with the object. 64 that it passes the numerical identifier (NID) I<nid> associated with the object.
|
H A D | X509_ATTRIBUTE.pod | 109 passes the numerical identifier (NID) I<nid> associated with the object. 134 passes the numerical identifier (NID) I<nid> associated with the object. 170 except that it passes the numerical identifier (NID) I<nid> associated with the
|
H A D | CMS_signed_get_attr.pod | 82 that it passes the numerical identifier (NID) I<nid> associated with the object. 103 that it passes the numerical identifier (NID) I<nid> associated with the object.
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OBJ_nid2obj.3 | 203 a long name, a short name or the numerical representation of an object. 207 as well as numerical forms. If \fIno_name\fR is 1 only the numerical form 217 then that will be used, otherwise the numerical form will be used. 218 If \fIno_name\fR is 1 then the numerical form will always be used. 227 numerical form of the object, \fIsn\fR the short name and \fIln\fR the 247 Objects in OpenSSL can have a short name, a long name and a numerical 270 the functions \fBOBJ_txt2obj()\fR and \fBOBJ_obj2txt()\fR can process the numerical
|
H A D | X509_get_version.3 | 159 \&\fBX509_get_version()\fR returns the numerical value of the version field of 165 \&\fBX509_set_version()\fR sets the numerical value of the version field of certificate 180 return the numerical value of the version field.
|
/freebsd/share/doc/usd/21.troff/ |
H A D | m1 | 92 \*(TR rounds horizontal\(slvertical numerical parameter input to its own 94 \*(NR similarly rounds numerical input to the actual resolution 98 Numerical parameter input. 100 accept numerical input with the scale 166 is interpolated to provide numerical input, 190 Numerical expressions. 191 Wherever numerical input is expected, an expression involving parentheses, 223 Numerical parameters are indicated in this manual in two ways. 230 Generally, unreasonable numerical input is either ignored 332 and \fIN\fR is a numerical font position. [all …]
|
H A D | m2 | 328 A number register may be used any time numerical input is expected or desired 329 and may be used in numerical \fIexpressions\fR (\(sc1.4). 332 specifies the name, numerical value, and the auto-increment size.
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | charconv.cppm |
|
/freebsd/usr.bin/rctl/ |
H A D | rctl.8 | 112 It can be a process ID, user name, numerical user ID, login class name from 165 .Bl -column -offset 3n "pseudoterminals" ".Sy username or numerical User ID" 166 .It Sy process Ta numerical Process ID 167 .It Sy user Ta user name or numerical User ID
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | charconv | 18 // floating-point format for primitive numerical conversion 26 // 23.20.2, primitive numerical output conversion 57 // 23.20.3, primitive numerical input conversion
|
/freebsd/libexec/rc/rc.d/ |
H A D | ipfw_netflow | 35 err 1 "Bad value \"${ipfw_netflow_hook}\": Hook must be numerical" 39 err 1 "Bad value \"${ipfw_netflow_rule}\": Rule number must be numerical"
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | renesas,du.txt | 41 numerical index. 45 numerical index. 61 channels. The resets must be named "du.x" with "x" being the numerical
|
/freebsd/contrib/mandoc/ |
H A D | mandoc_escape.3 | 100 and numerical expression control 331 in numerical expressions. 332 However, if any character that can occur in numerical expressions
|
/freebsd/usr.sbin/bsnmpd/tools/bsnmptools/ |
H A D | bsnmpget.1 | 172 object names to their numerical representation and vice versa. 208 will search to translate numerical OIDs to their symbolic object names. 230 Only use numerical representations for input and output OIDs and do not 237 will print numerical OIDs anyway if the corresponding string representation
|
/freebsd/tools/tools/net80211/wlaninject/ |
H A D | README | 43 Otherwise the numerical type must be supplied. 50 Otherwise the numerical subtype must be supplied.
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ss3 | 78 The intent is to return a token number of DIGIT, and a value equal to the numerical value of the 102 character is the numerical value of the character in the local character set.
|
/freebsd/sbin/ipf/ipfstat/ |
H A D | ipfstat.8 | 64 ipaddress[,port]. The ipaddress and port should be either numerical or the 112 ipaddress[,port]. The ipaddress and port should be either numerical or the
|
/freebsd/contrib/lua/src/ |
H A D | lparser.h | 32 VKFLT, /* floating constant; nval = numerical float value */ 33 VKINT, /* integer constant; ival = numerical integer value */
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sanitizers.def | 79 // Numerical stability sanitizer. 80 SANITIZER("numerical", NumericalStability)
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | ntp.pl | 73 sub numerical { $a <=> $b; } subroutine 443 foreach $off (sort numerical keys(%FRAGS)) 459 (((scalar(@x=sort numerical keys(%FRAGS)) == 2) && 461 (scalar(@x=sort numerical keys(%FRAGS)) < 2)))
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-short.mk | 219 # ugly hack in TryParseNumber that treats an empty string as a valid numerical 228 # marked as a string, thus preventing a numerical comparison. 251 # ugly hack in TryParseNumber that treats an empty string as a valid numerical
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-asn1parse.pod.in | 157 numerical form (for example 1.2.3.4). The file passed to the B<-oid> option 159 the first column is the OID in numerical format and should be followed by white
|