Searched refs:single (Results 1 - 25 of 204) sorted by relevance

123456789

/opensolaris-onvv-gate/usr/src/lib/print/libprint/common/
H A DsunPrinter.at.conf.txt29 attribute printer-uri 1.3.18.0.2.4.1140 cis single
31 attribute printer-name 1.3.18.0.2.4.1135 cis single
32 attribute printer-natural-language-configured 1.3.18.0.2.4.1119 cis single
33 attribute printer-location 1.3.18.0.2.4.1136 cis single
34 attribute printer-info 1.3.18.0.2.4.1139 cis single
35 attribute printer-more-info 1.3.18.0.2.4.1134 cis single
36 attribute printer-make-and-model 1.3.18.0.2.4.1138 cis single
38 attribute printer-multiple-document-jobs-supported 1.3.18.0.2.4.1132 bin single
39 attribute printer-charset-configured 1.3.18.0.2.4.1109 cis single
43 attribute printer-color-supported 1.3.18.0.2.4.1129 bin single
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Dx_attrib.c70 * int single;
74 * ASN1_TYPE *single;
87 ASN1_SIMPLE(X509_ATTRIBUTE, value.single, ASN1_ANY)
88 } ASN1_CHOICE_END_selector(X509_ATTRIBUTE, X509_ATTRIBUTE_SET, single)
107 ret->single=0;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ocsp/
H A Docsp_cl.c234 /* Look single response matching a given certificate ID */
240 OCSP_SINGLERESP *single; local
247 single = sk_OCSP_SINGLERESP_value(sresp, i);
248 if (!OCSP_id_cmp(id, single->certId)) return i;
259 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, argument
266 if(!single) return -1;
267 cst = single->certStatus;
280 if(thisupd) *thisupd = single->thisUpdate;
281 if(nextupd) *nextupd = single->nextUpdate;
296 OCSP_SINGLERESP *single; local
[all...]
H A Docsp_srv.c130 OCSP_SINGLERESP *single = NULL; local
138 if (!(single = OCSP_SINGLERESP_new()))
143 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
149 OCSP_CERTID_free(single->certId);
151 if(!(single->certId = OCSP_CERTID_dup(cid)))
154 cs = single->certStatus;
188 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData->responses, single)))
190 return single;
192 OCSP_SINGLERESP_free(single);
[all...]
H A Docsp_prn.c192 OCSP_SINGLERESP *single = NULL; local
236 single = sk_OCSP_SINGLERESP_value(rd->responses, i);
237 cid = single->certId;
239 cst = single->certStatus;
261 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate))
263 if (single->nextUpdate)
266 if (!ASN1_GENERALIZEDTIME_print(bp,single->nextUpdate))
272 single->singleExtensions, flags, 8))
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dmapfile-intf57 single { FLAGS = INTERPOSE };
/opensolaris-onvv-gate/usr/src/lib/libnisdb/yptol/
H A Dstubs.c133 #pragma weak single macro
138 int single, nogecos, noshell, nopw, mflag; variable
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dseconvert.c32 single *arg;
88 single *arg;
140 single *number;
H A Dbase_conversion.h179 single x;
214 * Default size for _big_float - suitable for single and double precision.
289 extern void _pack_single(unpacked *, single *);
293 extern void _unpack_single(unpacked *, single *);
299 extern enum fp_class_type _class_single(single *);
H A Dfloat_decim.c29 * Conversion between single, and extended binary and decimal
38 single *px;
H A Dunpack_float.c34 _class_single(single *x)
80 _unpack_single(unpacked *pu, single *px)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A DDemo.pm1 $DB::single = 1;
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A DREADME34 satisfying the single-user milestone. (In general, services associated
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DPacklist.t106 single => 1,
135 like( $file, qr/single\n/, 'key with value should be available' );
143 is( $pl->{data}{single}, undef, 'single keys should have undef value' );
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DREADME36 single argument, namely the width of the character. The name of the PostScript
/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dbase_conversion.h174 single x;
315 extern void __pack_single(unpacked *, single *, enum fp_direction_type,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm28 $DB::single = 0; # single-step flag (set it to 1 to enable stops in BEGIN/use)
63 push(@stack, $DB::single);
64 $DB::single &= 1;
65 $DB::single |= 4 if $#stack == $deep;
69 $DB::single |= pop(@stack);
74 $DB::single |= pop(@stack);
79 $DB::single |= pop(@stack);
117 if ($DB::single || $DB::trace || $DB::signal) {
122 if ($DB::single ||
[all...]
H A DDB.t89 local $DB::single;
91 is( $DB::single, 2, 'DB->next() should set $DB::single to 2' );
93 is( $DB::single, 1, 'DB->step() should set $DB::single to 1' );
100 local $DB::single = 1;
104 is( $DB::single, 0, '... should set $DB::single to 0' );
111 local $DB::single = 1;
113 is( $DB::single,
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dfloatingpoint.h43 typedef float single; typedef
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509_att.c292 attr->single = 0;
302 if(!attr->single) return sk_ASN1_TYPE_num(attr->value.set);
303 if(attr->value.single) return 1;
330 if(!attr->single) return sk_ASN1_TYPE_value(attr->value.set, idx);
331 else return attr->value.single;
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dstring.c434 * single!=0 limits quoting to '...'
438 char *sh_fmtqf(const char *string, int single, int fold) argument
451 if (!cp || !*cp || !single && !fold || fold && strlen(string) < fold)
454 single = single ? 1 : 3;
475 q = single;
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME34 By default the program runs much like the original version - a single process with
36 but using a single read/write process may be important if you're running lots of
37 printers under a single userid. Four things can help improve performance, and all
58 One possible strategy would be to have the spooler run postio as a single process
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c811 * set a single AST_LC_* locale category
817 single(int category, Lc_t* lc, unsigned int flags) function
936 single(stk[i], NiL, 0);
960 if (!single(cat[i], p, 0))
963 single(stk[i], NiL, 0);
987 if (!single(n, p, 0))
990 single(i, NiL, 0);
1127 if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev, 0))
1130 single(i, NiL, 0);
1154 if (!single(
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL103 # If $options{'out'} is set we are processing to a single output file
112 # a single output file is required per input file using
154 # Case where we want everything to be in a single document
258 time and either generate a latex file per input document or a single
272 into a single file. C<.tex> is appended if not present. If the
273 argument is not supplied, a single document will be created for each
333 pod documents are converted into a single output C<latex> file.
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dmapfile-vers176 single;

Completed in 199 milliseconds

123456789