Home
last modified time | relevance | path

Searched refs:single (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/onnv-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 …]
/onnv-gate/usr/src/common/openssl/crypto/ocsp/
H A Docsp_srv.c130 OCSP_SINGLERESP *single = NULL; in OCSP_basic_add1_status() local
138 if (!(single = OCSP_SINGLERESP_new())) in OCSP_basic_add1_status()
143 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) in OCSP_basic_add1_status()
149 OCSP_CERTID_free(single->certId); in OCSP_basic_add1_status()
151 if(!(single->certId = OCSP_CERTID_dup(cid))) in OCSP_basic_add1_status()
154 cs = single->certStatus; in OCSP_basic_add1_status()
188 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData->responses, single))) in OCSP_basic_add1_status()
190 return single; in OCSP_basic_add1_status()
192 OCSP_SINGLERESP_free(single); in OCSP_basic_add1_status()
H A Docsp_cl.c240 OCSP_SINGLERESP *single; in OCSP_resp_find() local
247 single = sk_OCSP_SINGLERESP_value(sresp, i); in OCSP_resp_find()
248 if (!OCSP_id_cmp(id, single->certId)) return i; in OCSP_resp_find()
259 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, in OCSP_single_get0_status() argument
266 if(!single) return -1; in OCSP_single_get0_status()
267 cst = single->certStatus; in OCSP_single_get0_status()
280 if(thisupd) *thisupd = single->thisUpdate; in OCSP_single_get0_status()
281 if(nextupd) *nextupd = single->nextUpdate; in OCSP_single_get0_status()
296 OCSP_SINGLERESP *single; in OCSP_resp_find_status() local
300 single = OCSP_resp_get0(bs, i); in OCSP_resp_find_status()
[all …]
H A Docsp_prn.c192 OCSP_SINGLERESP *single = NULL; in OCSP_RESPONSE_print() local
236 single = sk_OCSP_SINGLERESP_value(rd->responses, i); in OCSP_RESPONSE_print()
237 cid = single->certId; in OCSP_RESPONSE_print()
239 cst = single->certStatus; in OCSP_RESPONSE_print()
261 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
263 if (single->nextUpdate) in OCSP_RESPONSE_print()
266 if (!ASN1_GENERALIZEDTIME_print(bp,single->nextUpdate)) in OCSP_RESPONSE_print()
272 single->singleExtensions, flags, 8)) in OCSP_RESPONSE_print()
/onnv-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 || $DB::signal) {
123 _outputall($#stack . " levels deep in subroutine calls.\n") if $DB::single & 4;
[all …]
H A Dperl5db.pl609 local $osingle = $single;
623 $single = $osingle;
980 $trace = $signal = $single = 0; # Uninitialized warning suppression
1702 if ($single and not $second_time++) {
1711 $single = 0;
1728 $runnonstop = 0 if $single or $signal;
1844 and not $single
1866 if ($single || ($trace & 1) || $was_signal) {
1979 if ($single || $was_signal) {
1990 if $single & 4;
[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, 0, 'DB::ret() should set $DB::single to 0' );
/onnv-gate/usr/src/common/openssl/crypto/asn1/
H A Dx_attrib.c87 ASN1_SIMPLE(X509_ATTRIBUTE, value.single, ASN1_ANY)
88 } ASN1_CHOICE_END_selector(X509_ATTRIBUTE, X509_ATTRIBUTE_SET, single)
107 ret->single=0;
/onnv-gate/usr/src/common/mapfiles/common/
H A Dmap.filter24 # Creates a single, read-only, executable text segment to catch all loadable
29 # be constructed as a single read-only segment, the execute attribute of the
39 # This compaction of a filter into a single segment allows ld.so.1 to optimize
41 # be handled in a single page mapping (for example libdl.so.1).
47 # Override the default alignment so that this single paged object can be mapped
/onnv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dbase_conversion.h179 single x;
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 Dseconvert.c32 single *arg; in seconvert()
88 single *arg; in sfconvert()
140 single *number; in sgconvert()
/onnv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509_att.c292 attr->single = 0; in X509_ATTRIBUTE_set1_data()
302 if(!attr->single) return sk_ASN1_TYPE_num(attr->value.set); in X509_ATTRIBUTE_count()
303 if(attr->value.single) return 1; in X509_ATTRIBUTE_count()
330 if(!attr->single) return sk_ASN1_TYPE_value(attr->value.set, idx); in X509_ATTRIBUTE_get0_type()
331 else return attr->value.single; in X509_ATTRIBUTE_get0_type()
/onnv-gate/usr/src/lib/libnisdb/
H A Dldap_val.c73 new[i].match.single.lo = in cloneMappingFormat()
74 am(myself, m[i].match.single.numRange * in cloneMappingFormat()
75 sizeof (new[i].match.single.lo[0])); in cloneMappingFormat()
76 new[i].match.single.hi = in cloneMappingFormat()
77 am(myself, m[i].match.single.numRange * in cloneMappingFormat()
78 sizeof (new[i].match.single.hi[0])); in cloneMappingFormat()
79 if (new[i].match.single.lo != 0) in cloneMappingFormat()
80 memcpy(new[i].match.single.lo, in cloneMappingFormat()
81 m[i].match.single.lo, in cloneMappingFormat()
82 m[i].match.single.numRange); in cloneMappingFormat()
[all …]
H A Ddb.cc177 entry_object * single; in exec_action() local
206 res->status = internal_db.first(&where, &single); in exec_action()
212 &single); in exec_action()
226 res->objects.objects_val[0] = single; in exec_action()
236 &single); in exec_action()
247 &index_desc, &single); in exec_action()
274 res->objects.objects_val[0] = single; in exec_action()
H A Dnis_parse_ldap_util.c549 if (fmt->match.single.lo != NULL) in free_mapping_format()
550 free(fmt->match.single.lo); in free_mapping_format()
551 fmt->match.single.lo = NULL; in free_mapping_format()
552 if (fmt->match.single.hi != NULL) in free_mapping_format()
553 free(fmt->match.single.hi); in free_mapping_format()
554 fmt->match.single.hi = NULL; in free_mapping_format()
1414 out[i].match.single.numRange = in dup_format_mapping()
1415 in[i].match.single.numRange; in dup_format_mapping()
1416 out[i].match.single.lo = in dup_format_mapping()
1417 s_malloc(in[i].match.single.numRange); in dup_format_mapping()
[all …]
/onnv-gate/usr/src/lib/libnisdb/yptol/
H A Dstubs.c133 #pragma weak single macro
138 int single, nogecos, noshell, nopw, mflag; variable
/onnv-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c817 single(int category, Lc_t* lc, unsigned int flags) in single() function
936 single(stk[i], NiL, 0); in composite()
960 if (!single(cat[i], p, 0)) in composite()
963 single(stk[i], NiL, 0); in composite()
987 if (!single(n, p, 0)) in composite()
990 single(i, NiL, 0); in composite()
1127 …if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev… in _ast_setlocale()
1130 single(i, NiL, 0); in _ast_setlocale()
1154 if (!single(i, lc_categories[i].prev, 0)) in _ast_setlocale()
1157 single(i, NiL, 0); in _ast_setlocale()
[all …]
/onnv-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c618 static struct afile single; local
630 single.fnum = ep ? ep->e_ino : 0;
631 single.fname = savename(arg);
632 ap->head = &single;
660 struct afile single; local
666 single.fnum = ino;
668 single.fname = savename(name + strlen(basename) + 1);
670 single.fname = savename(name);
671 alist.head = &single;
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DBIO_new.pod23 BIO_free() frees up a single BIO, BIO_vfree() also frees up a single BIO
49 Calling BIO_free_all() a single BIO has the same effect as calling BIO_free()
/onnv-gate/usr/src/lib/libshell/common/sh/
H A Dstring.c438 char *sh_fmtqf(const char *string, int single, int fold) in sh_fmtqf() argument
451 if (!cp || !*cp || !single && !fold || fold && strlen(string) < fold) in sh_fmtqf()
454 single = single ? 1 : 3; in sh_fmtqf()
475 q = single; in sh_fmtqf()
/onnv-gate/usr/src/cmd/sulogin/
H A Dsulogin.c111 static void single(const char *, char *);
250 single(shell, NULL); in main()
260 single(shell, NULL); in main()
271 single(shell, NULL); in main()
561 single(su, devname); in main_loop()
578 single(const char *cmd, char *ttyn) in single() function
/onnv-gate/usr/src/cmd/initpkg/init.d/
H A DREADME.rcS35 SMF major milestone "svc:/milestone/single-user:default" executes each
39 /var/svc/log/milestone-single-user:default.log
73 the output of "svcs -l svc:/milestone/single-user:default".
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DPacklist.t106 single => 1,
143 is( $pl->{data}{single}, undef, 'single keys should have undef value' );
/onnv-gate/usr/src/cmd/rpcsvc/
H A Drup.c83 int single, nfailed; in main() local
94 single = nfailed = 0; in main()
97 single++; in main()
126 if (single > 0) { in main()
129 if (nfailed == single) { in main()
/onnv-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

12345678910>>...15