Home
last modified time | relevance | path

Searched refs:specified (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/freebsd-11-stable/contrib/gcclibs/libgomp/
HDparallel.c40 gomp_resolve_num_threads (unsigned specified) in gomp_resolve_num_threads() argument
43 if (specified == 1) in gomp_resolve_num_threads()
52 if (specified == 0) in gomp_resolve_num_threads()
53 specified = gomp_nthreads_var; in gomp_resolve_num_threads()
60 if (dyn < specified) in gomp_resolve_num_threads()
64 return specified; in gomp_resolve_num_threads()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetCallingConv.td28 /// CCIfType - If the current argument is one of the specified types, apply
69 /// the specified action.
73 /// the specified action.
77 /// the specified action.
81 /// the specified action.
91 /// pointer type in the specified address-space.
99 /// CCAssignToReg - This action matches if there is a register in the specified
115 /// stack slot of the specified size and alignment on the stack. If size is
142 /// CCPromoteToType - If applied, this promotes the specified current value to
143 /// the specified type.
[all …]
/freebsd-11-stable/stand/fdt/
HDhelp.fdt29 Changes the current node to the node specified by the path.
45 Lists the nodes under the specified path.
46 If no path is specified, lists nodes under the current path.
53 Creates a new node with the specified name.
60 Creates a new property with the specified name and values.
61 Multiple values can be specified and will be concatenated.
75 If value is specified, set the given property to the indicated value.
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
HDkadm5_err.et44 error_code OLD_STRUCT_VERSION, "API structure version specified by application is no longer support…
45 error_code NEW_STRUCT_VERSION, "API structure version specified by application is unknown to librar…
47 error_code OLD_LIB_API_VERSION, "API version specified by application is no longer supported by lib…
48 error_code OLD_SERVER_API_VERSION,"API version specified by application is no longer supported by s…
49 error_code NEW_LIB_API_VERSION, "API version specified by application is unknown to libraries"
50 error_code NEW_SERVER_API_VERSION,"API version specified by application is unknown to server"
52 error_code NO_RENAME_SALT, "The salt type of the specified principal does not support renaming"
/freebsd-11-stable/crypto/heimdal/doc/
HDinit-creds81 specified are determined by configuration or library defaults. Some
83 specified can be determined correctly from system configuration or
87 used. The latter arguments are specified as individual arguments to
90 If a pointer to a credential is specified, the initial credential is
93 pointer may be specified, and the credential will be destroyed.
97 specified by the USER environment variable, or if the USER environment
108 no function is specified and input is required, then the login will
151 the name specified will be ignored and will be set to the realm of the
152 client name. If no in_tkt_service name is specified,
156 used if no value is specified in the options structure.
[all …]
/freebsd-11-stable/contrib/apr-util/dbm/
HDNWGNUmakefile113 # If this is specified, it will override VERSION value in
119 # If this is specified, it will override the default of 64K
125 # If this is specified it will be used by the link '-entry' directive
130 # If this is specified it will be used by the link '-exit' directive
135 # If this is specified it will be used by the link '-check' directive
140 # If these are specified it will be used by the link '-flags' directive
145 # If this is specified it will be linked in with the XDCData option in the def
202 # If this is specified, it will override $(NWOS)\copyright.txt.
HDNWGNUdbmdb142 # If this is specified, it will override VERSION value in
148 # If this is specified, it will override the default of 64K
154 # If this is specified it will be used by the link '-entry' directive
159 # If this is specified it will be used by the link '-exit' directive
164 # If this is specified it will be used by the link '-check' directive
169 # If these are specified it will be used by the link '-flags' directive
174 # If this is specified it will be linked in with the XDCData option in the def
241 # If this is specified, it will override $(NWOS)\copyright.txt.
HDNWGNUdbmgdbm141 # If this is specified, it will override VERSION value in
147 # If this is specified, it will override the default of 64K
153 # If this is specified it will be used by the link '-entry' directive
158 # If this is specified it will be used by the link '-exit' directive
163 # If this is specified it will be used by the link '-check' directive
168 # If these are specified it will be used by the link '-flags' directive
173 # If this is specified it will be linked in with the XDCData option in the def
240 # If this is specified, it will override $(NWOS)\copyright.txt.
/freebsd-11-stable/crypto/openssl/doc/apps/
HDtsget.pod28 specified in B<RFC 3161>, to a time stamp server over HTTP or HTTPS and storing
32 the TCP connection if more than one requests are specified on the command
45 ...binary request specified by the user...
66 This option can be specified only when just one request is sent to the
70 of the input files and the default or specified extension argument. (Optional)
87 be specified. (Optional)
91 (HTTPS) Specifies the passphrase for the private key specified by the B<-k>
99 option must also be specified. If this option is not specified no
105 certificate must include one of the CA certificates specified in this file.
118 generator. Multiple files can be specified, the separator is B<;> for
[all …]
HDgenrsa.pod46 Output the key to the specified file. If this argument is not specified then
56 These options encrypt the private key with specified
58 specified no encryption is used. If encryption is used a pass phrase is prompted
69 Multiple files can be specified separated by an OS-dependent character.
76 to attempt to obtain a functional reference to the specified engine,
83 specified. The default is 2048.
HDecparam.pod51 this option is not specified.
78 Use the EC parameters with the specified 'short' name. Use B<-list_curves>
83 If this options is specified B<ecparam> will print out a list of all
100 specified by a OID, or B<explicit> where the ec parameters are
103 B<Note> the B<implicitlyCA> alternative ,as specified in RFC 3279,
113 This option will generate a EC private key using the specified parameters.
119 Multiple files can be specified separated by a OS-dependent character.
126 to attempt to obtain a functional reference to the specified engine,
HDreq.pod77 if this option is not specified. A request is only read if the creation
78 options (B<-new> and B<-newkey>) are not specified.
102 specified)
125 prompted for and their maximum and minimum sizes are specified
129 key using information specified in the configuration file.
133 Replaces subject field of input request with specified data and outputs
142 Multiple files can be specified separated by a OS-dependent character.
151 in size. If B<nbits> is omitted, i.e. B<-newkey rsa> specified,
152 the default key size, specified in the configuration file is used.
162 if neccessary should be specified via B<-pkeyopt> parameter.
[all …]
/freebsd-11-stable/contrib/apr-util/dbd/
HDNWGNUdbdsqli3139 # If this is specified, it will override VERSION value in
145 # If this is specified, it will override the default of 64K
151 # If this is specified it will be used by the link '-entry' directive
156 # If this is specified it will be used by the link '-exit' directive
161 # If this is specified it will be used by the link '-check' directive
166 # If these are specified it will be used by the link '-flags' directive
171 # If this is specified it will be linked in with the XDCData option in the def
238 # If this is specified, it will override $(NWOS)\copyright.txt.
HDNWGNUmakefile113 # If this is specified, it will override VERSION value in
119 # If this is specified, it will override the default of 64K
125 # If this is specified it will be used by the link '-entry' directive
130 # If this is specified it will be used by the link '-exit' directive
135 # If this is specified it will be used by the link '-check' directive
140 # If these are specified it will be used by the link '-flags' directive
145 # If this is specified it will be linked in with the XDCData option in the def
210 # If this is specified, it will override $(NWOS)\copyright.txt.
HDNWGNUdbdsqli2139 # If this is specified, it will override VERSION value in
145 # If this is specified, it will override the default of 64K
151 # If this is specified it will be used by the link '-entry' directive
156 # If this is specified it will be used by the link '-exit' directive
161 # If this is specified it will be used by the link '-check' directive
166 # If these are specified it will be used by the link '-flags' directive
171 # If this is specified it will be linked in with the XDCData option in the def
238 # If this is specified, it will override $(NWOS)\copyright.txt.
HDNWGNUdbdpgsql144 # If this is specified, it will override VERSION value in
150 # If this is specified, it will override the default of 64K
156 # If this is specified it will be used by the link '-entry' directive
161 # If this is specified it will be used by the link '-exit' directive
166 # If this is specified it will be used by the link '-check' directive
171 # If these are specified it will be used by the link '-flags' directive
176 # If this is specified it will be linked in with the XDCData option in the def
243 # If this is specified, it will override $(NWOS)\copyright.txt.
HDNWGNUdbdmysql138 # If this is specified, it will override VERSION value in
144 # If this is specified, it will override the default of 64K
150 # If this is specified it will be used by the link '-entry' directive
155 # If this is specified it will be used by the link '-exit' directive
160 # If this is specified it will be used by the link '-check' directive
165 # If these are specified it will be used by the link '-flags' directive
170 # If this is specified it will be linked in with the XDCData option in the def
237 # If this is specified, it will override $(NWOS)\copyright.txt.
/freebsd-11-stable/contrib/apr-util/dbd/unsupported/
HDNWGNUdbdfreetds139 # If this is specified, it will override VERSION value in
145 # If this is specified, it will override the default of 64K
151 # If this is specified it will be used by the link '-entry' directive
156 # If this is specified it will be used by the link '-exit' directive
161 # If this is specified it will be used by the link '-check' directive
166 # If these are specified it will be used by the link '-flags' directive
171 # If this is specified it will be linked in with the XDCData option in the def
238 # If this is specified, it will override $(NWOS)\copyright.txt.
/freebsd-11-stable/contrib/apr-util/ldap/
HDNWGNUmakefile125 # If this is specified, it will override VERSION value in
131 # If this is specified, it will override the default of 64K
136 # If this is specified it will be used by the link '-entry' directive
141 # If this is specified it will be used by the link '-exit' directive
146 # If this is specified it will be used by the link '-check' directive
151 # If this is specified it will be used by the link '-flags' directive
156 # If this is specified it will be linked in with the XDCData option in the def
211 # If this is specified, it will override the default copyright.
/freebsd-11-stable/contrib/apr-util/test/
HDNWGNUmakefile122 # If this is specified, it will override VERSION value in
128 # If this is specified, it will override the default of 64K
133 # If this is specified it will be used by the link '-entry' directive
138 # If this is specified it will be used by the link '-exit' directive
143 # If this is specified it will be used by the link '-check' directive
148 # If this is specified it will be used by the link '-flags' directive
153 # If this is specified it will be linked in with the XDCData option in the def
209 # If this is specified, it will override the default copyright.
HDNWGNUaputest114 # If this is specified, it will override VERSION value in
120 # If this is specified, it will override the default of 64K
125 # If this is specified it will be used by the link '-entry' directive
130 # If this is specified it will be used by the link '-exit' directive
135 # If this is specified it will be used by the link '-check' directive
140 # If this is specified it will be used by the link '-flags' directive
145 # If this is specified it will be linked in with the XDCData option in the def
230 # If this is specified, it will override the default copyright.
/freebsd-11-stable/contrib/apr-util/xml/
HDNWGNUmakefile120 # If this is specified, it will override VERSION value in
126 # If this is specified, it will override the default of 64K
131 # If this is specified it will be used by the link '-entry' directive
136 # If this is specified it will be used by the link '-exit' directive
141 # If this is specified it will be used by the link '-check' directive
146 # If this is specified it will be used by the link '-flags' directive
151 # If this is specified it will be linked in with the XDCData option in the def
206 # If this is specified, it will override the default copyright.
/freebsd-11-stable/usr.sbin/pc-sysinstall/examples/
HDREADME9 Using hostname= will set the specified hostname on the
31 to the directory specified by "installLocation=". This location
67 Set netIP to an address that you wish to have the interface specified in
73 Set netMask to the address you with to have the interface specified in
100 the settings specified by the variables below.
140 Setting this to "s1, s2, s3 or s4" will use the specified MBR slice.
162 specified this defaults to "round-robin"
172 specified by the path to the disk.
196 to create on the target drive / slice, specified by "disk0".
197 (disk0 will resolve to the drive / slice specified in the previous section)
[all …]
/freebsd-11-stable/contrib/ntp/sntp/
HDsntp-opts.def51 Enable authentication using the key specified in this option's
53 number specified in the @option{keyfile} as this key's identifier.
61 descrip = "Listen to the address specified for broadcast time sync";
67 If specified @code{sntp} will listen to the specified address
106 separate the queries we send out by the specified number of
128 descrip = "Look in this file for the key specified with @option{-a}";
134 @code{sntp} will search for the key specified with @option{-a}
145 descrip = "Log to specified logfile";
147 This option causes the client to write log messages to the specified
216 of seconds specified before giving up. The default should be
[all …]
/freebsd-11-stable/contrib/apr-util/
HDNWGNUmakefile131 # If this is specified, it will override VERSION value in
137 # If this is specified, it will override the default of 64K
142 # If this is specified it will be used by the link '-entry' directive
147 # If this is specified it will be used by the link '-exit' directive
152 # If this is specified it will be used by the link '-check' directive
157 # If this is specified it will be used by the link '-flags' directive
162 # If this is specified it will be linked in with the XDCData option in the def
217 # If this is specified, it will override $(NWOS)\copyright.txt.

12345678910>>...36