| /onnv/onnv-gate/usr/src/lib/print/libprint/common/ |
| sunPrinter.at.conf.txt | 29 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/onnv-gate/usr/src/common/openssl/crypto/asn1/ |
| x_attrib.c | 70 * 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;
|
| /onnv/onnv-gate/usr/src/cmd/fmli/oh/ |
| fm_mn_par.h | 34 #define sing_eval(a,b) fld_eval(&(a)->single, b, (a)->seqno) 91 struct fld single; member in struct:fm_mn
|
| getval.c | 70 ** Evaluate one of the single occurrence attributes. 82 return(fld_eval(&fm_mn->single, fldtype, fm_mn->seqno)); 191 struct fld *single; local 195 if ((int)fm->single.attrs == 0) /* abs k17 */ 197 single = &fm->single; 198 attr = single->attrs[index]; 206 set_def(single->attrs[index] = hold, strsave(val)); 254 attr = fm_mn->single.attrs[desctype]; 288 return(fm_mn->single.attrs[fldtype]->def) [all...] |
| fm_mn_par.c | 72 ** If the "single" array is NULL then this structure does 82 if (fm_mn->single.attrs == NULL) 84 lcv = array_len(fm_mn->single.attrs); 86 freeattr(fm_mn->single.attrs[i]); 87 array_destroy(fm_mn->single.attrs); 88 fm_mn->single.attrs = NULL; 158 ** single and multi are the addresses of pointers to store the 162 parser(flags, info_or_file, sdfl, sdflsize, single, mdfl, mdflsize, multi, fp) 167 struct fld *single; 208 memcpy(hold, single->attrs[i], sizeof(struct attribute)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/ypcmd/yppasswd/ |
| mapfile-intf | 56 single = INTERPOSE;
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/ocsp/ |
| ocsp_cl.c | 234 /* 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, 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...] |
| ocsp_srv.c | 130 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...] |
| ocsp_prn.c | 160 "Request Single Extensions", 192 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)) 271 "Response Single Extensions", 272 single->singleExtensions, flags, 8) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| DB.pm | 28 $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) [all...] |
| DB.t | 89 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' ) [all...] |
| /onnv/onnv-gate/usr/src/lib/libnisdb/yptol/ |
| stubs.c | 133 #pragma weak single macro 138 int single, nogecos, noshell, nopw, mflag; variable
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| seconvert.c | 32 single *arg; 88 single *arg; 140 single *number;
|
| base_conversion.h | 179 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 *);
|
| float_decim.c | 29 * Conversion between single, and extended binary and decimal 38 single *px;
|
| /onnv/onnv-gate/usr/src/cmd/svc/milestone/ |
| README | 34 satisfying the single-user milestone. (In general, services associated
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
| Packlist.t | 106 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' );
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
| README | 36 single argument, namely the width of the character. The name of the PostScript
|
| /onnv/onnv-gate/usr/src/lib/libc/inc/ |
| base_conversion.h | 174 single x; 315 extern void __pack_single(unpacked *, single *, enum fp_direction_type,
|
| /onnv/onnv-gate/usr/src/lib/mms/mms/common/ |
| mmsp_lex.l | 135 "single or double quote not allowed in string");
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/ |
| Demo.pm | 1 $DB::single = 1;
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/ |
| floatingpoint.h | 43 typedef float single; typedef
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/ |
| x509_att.c | 292 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;
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/sh/ |
| string.c | 434 * single!=0 limits quoting to '...' 438 char *sh_fmtqf(const char *string, int single, int fold) 451 if (!cp || !*cp || !single && !fold || fold && strlen(string) < fold) 454 single = single ? 1 : 3; 475 q = single;
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| README | 34 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
|