/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regsubcomp.c | 43 regsubflags(regex_t* p, register const char* s, char** e, int delim, register const regflags_t* map, int* pm, regflags_t* pf) argument 52 minmatch = pm ? *pm : 0; 97 if (pm) 98 *pm = minmatch;
|
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_hba.c | 254 char *propstrpm, *propstrlabel, *pm, *label; local 275 pm = propstrpm; 314 TOPO_PROP_IMMUTABLE, pm, &err); 315 pm = pm + strlen(pm) + 1;
|
/osnet-11/usr/src/lib/libc/port/fp/ |
H A D | __flt_decim.c | 260 * modes in *pm using double precision floating point. Return zero 265 __fast_double_to_decimal(double *dd, decimal_mode *pm, decimal_record *pd, argument 272 if (pm->rd != fp_nearest) 275 if (pm->df == fixed_form) { 277 if (pm->ndigits < 0 || pm->ndigits > __TBL_TENS_MAX) 282 if (pm->ndigits) { 284 if (pm->ndigits > __TBL_TENS_EXACT) { 285 dds *= __tbl_tens[pm->ndigits]; 288 dds = __mul_set(dds, __tbl_tens[pm [all...] |
H A D | decimal_bin.c | 334 __fast_decimal_to_single(single *px, decimal_mode *pm, decimal_record *pd, argument 342 if (pm->rd != fp_nearest) 433 __fast_decimal_to_double(double *px, decimal_mode *pm, decimal_record *pd, argument 440 if (pm->rd != fp_nearest || pd->ndigits > 18 || pd->exponent 464 * point value *px observing the rounding mode specified in pm->rd and 484 * Note that the only mode that matters is the rounding direction pm->rd; 485 * pm->df and pm->ndigits are never used. 495 decimal_to_single(single *px, decimal_mode *pm, decimal_record *pd, argument 555 if (__fast_decimal_to_single(px, pm, p 570 decimal_to_double(double *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument 649 decimal_to_extended(extended *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument 736 decimal_to_quadruple(quadruple *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument [all...] |
H A D | double_decim.c | 155 * rounding according to the modes in *pm and recording any exceptions 164 * When pm->df == fixed_form, we may discover that the result would 174 __big_decimal_to_string(_big_float *pf, int sticky, decimal_mode *pm, argument 201 if (pm->df == fixed_form) { 203 er = -pm->ndigits; 223 elast = er = e - pm->ndigits + 1; 288 switch (pm->rd) { 317 if (pm->df == floating_form) { 334 * decimal record *pd according to the modes in *pm. Any exceptions 338 __bigfloat_to_decimal(_big_float *bf, decimal_mode *pm, decimal_recor argument 529 single_to_decimal(single *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument 601 double_to_decimal(double *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument 646 extended_to_decimal(extended *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument 702 quadruple_to_decimal(quadruple *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument [all...] |
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSlotToken.c | 230 crypto_get_provider_mechanisms_t *pm, tmp; local 271 pm = malloc(alloc_bytes); 272 if (pm == NULL) 275 pm->pm_provider_id = provider_id; 276 pm->pm_count = tmp.pm_count; 278 while ((r = ioctl(kernel_fd, CRYPTO_GET_PROVIDER_MECHANISMS, pm)) < 0) { 285 rv = crypto2pkcs11_error_number(pm->pm_return_value); 291 for (i = 0; i < pm->pm_count; i++) { 293 bcopy(&pm->pm_list[i][0], mechanism_info.mi_mechanism_name, 337 if (strcmp(&pm [all...] |
/osnet-11/usr/src/lib/libsuri/common/ |
H A D | suri_aux.c | 238 regmatch_t pm[2]; local 240 ret = regexec(&suri_re_no_slice_devname, devpath, 2, pm, 0); 247 *(devpath + pm[1].rm_eo) = '\0'; 249 return (devpath + pm[1].rm_so);
|
H A D | suri_parser.c | 349 * of the match but the start offset from 'pm[idx]' must be used. 352 pmatch_copy(char *dst, const char *matched_str, regmatch_t pm[], int idx) argument 354 int len = pm[idx].rm_eo - pm[idx].rm_so; 355 (void) memcpy(dst, matched_str + pm[idx].rm_so, len); 369 regmatch_t pm[10]; local 381 * ()'s in the regular expression. pm[0] is reserved for the whole 384 ret = regexec(&suri_re_uri, sh->sh_uri, 10, pm, 0); 387 pmatch_copy(gen_uri->sgu_scheme, sh->sh_uri, pm, 1); 389 pmatch_copy(gen_uri->sgu_authority, sh->sh_uri, pm, 684 regmatch_t pm[6]; local 771 regmatch_t pm[3]; local [all...] |
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_prop.c | 121 prop_method_get(tnode_t *node, topo_propval_t *pv, topo_propmethod_t *pm, argument 130 nvlist_add_nvlist(args, TOPO_PROP_ARGS, pm->tpm_args) != 0) 147 if (topo_method_call(node, pm->tpm_name, pm->tpm_version, 792 topo_propmethod_t *pm = pv->tp_method; local 799 ret = nvlist_add_nvlist(args, TOPO_PROP_ARGS, pm->tpm_args); 825 ret = topo_method_call(node, pm->tpm_name, pm->tpm_version, 847 register_methoderror(tnode_t *node, topo_propmethod_t *pm, int *errp, int l, argument 852 if (pm ! 874 topo_propmethod_t *pm = NULL; local 1301 topo_propmethod_t *pm; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | dump.c | 328 Perl_do_pmop_dump(pTHX_ I32 level, PerlIO *file, PMOP *pm) argument 332 if (!pm) { 338 if (pm->op_pmflags & PMf_ONCE) 342 if (PM_GETRE(pm)) 344 ch, PM_GETRE(pm)->precomp, ch, 345 (pm->op_private & OPpRUNTIME) ? " (RUNTIME)" : ""); 348 if (pm->op_type != OP_PUSHRE && pm->op_pmreplroot) { 350 op_dump(pm->op_pmreplroot); 352 if (pm 388 Perl_pmop_dump(pTHX_ PMOP *pm) argument [all...] |
H A D | pp_hot.c | 1211 register PMOP *pm = cPMOP; local 1214 if (pm->op_pmdynflags & PMdf_TAINTED) 1216 sv_magic(sv,(SV*)ReREFCNT_inc(PM_GETRE(pm)), PERL_MAGIC_qr,0,0); 1223 register PMOP *pm = cPMOP; local 1224 PMOP *dynpm = pm; 1231 register REGEXP *rx = PM_GETRE(pm); 1252 rxtainted = ((pm->op_pmdynflags & PMdf_TAINTED) || 1253 (PL_tainted && (pm->op_pmflags & PMf_RETAINT))); 1259 if (pm->op_pmdynflags & PMdf_USED) { 1268 pm 1960 register PMOP *pm = cPMOP; local [all...] |
H A D | pp.c | 4400 register PMOP *pm; local 4419 Copy(&LvTARGOFF(POPs), &pm, 1, PMOP*); local 4421 pm = (PMOP*)POPs; 4423 if (!pm || !s) 4425 rx = PM_GETRE(pm); 4427 TAINT_IF((pm->op_pmflags & PMf_LOCALE) && 4428 (pm->op_pmflags & (PMf_WHITE | PMf_SKIPWHITE))); 4432 if (pm->op_pmreplroot) { 4434 ary = GvAVn((GV*)PAD_SVl(INT2PTR(PADOFFSET, pm->op_pmreplroot))); 4436 ary = GvAVn((GV*)pm [all...] |
H A D | pp_ctl.c | 69 register PMOP *pm = (PMOP*)cLOGOP->op_other; local 79 if (pm->op_pmflags & PMf_KEEP && PM_GETRE(pm)) 90 ReREFCNT_dec(PM_GETRE(pm)); 91 PM_SETRE(pm, ReREFCNT_inc(re)); 97 if (!PM_GETRE(pm) || !PM_GETRE(pm)->precomp || 98 PM_GETRE(pm)->prelen != (I32)len || 99 memNE(PM_GETRE(pm)->precomp, t, len)) 101 if (PM_GETRE(pm)) { 154 register PMOP *pm = (PMOP*) cLOGOP->op_other; local [all...] |
H A D | regexec.c | 2885 PMOP pm; local 2890 Zero(&pm, 1, PMOP); 2891 if (DO_UTF8(ret)) pm.op_pmdynflags |= PMdf_DYN_UTF8; 2892 re = CALLREGCOMP(aTHX_ t, t + len, &pm);
|
H A D | op.c | 262 /* XXX %! tied to Errno.pm needs to be added here. 1350 case OP_SELECT: /* XXX c.f. SelectSaver.pm */ 1499 #define ATTRSMODULE_PM "attributes.pm" 1540 /* Ensure that attributes.pm is loaded. */ 2673 /* link into pm list */ 2686 PMOP *pm; local 2694 pm = (PMOP*)o; 2703 pm->op_pmflags |= PMf_SKIPWHITE; 2706 pm->op_pmdynflags |= PMdf_UTF8; 2707 PM_SETRE(pm, CALLREGCOM 3295 PMOP *pm = (PMOP*)tmpop; local [all...] |
H A D | regcomp.c | 1737 Perl_pregcomp(pTHX_ char *exp, char *xend, PMOP *pm) argument 1753 RExC_utf8 = RExC_orig_utf8 = pm->op_pmdynflags & PMdf_CMP_UTF8; 1764 RExC_flags = pm->op_pmflags; 1834 r->reganch = pm->op_pmflags & PMf_COMPILETIME; 1853 RExC_flags = pm->op_pmflags; /* don't let top level (?i) bleed */ 1868 r->reganch = pm->op_pmflags & PMf_COMPILETIME; /* Again? */ 1869 pm->op_pmflags = RExC_flags;
|
H A D | toke.c | 487 * # line 500 "foo.pm" 3044 ; /* skip to avoid loading attributes.pm */ 3059 we don't need to do the attributes.pm-based setting 3877 && !hv_fetch(GvHVn(PL_incgv), "Thread.pm", 9, FALSE)) 6366 PMOP *pm; local 6373 pm = (PMOP*)newPMOP(type, 0); 6375 pm->op_pmflags |= PMf_ONCE; 6378 pmflag(&pm->op_pmflags,*s++); 6382 pmflag(&pm->op_pmflags,*s++); 6386 (pm 6402 register PMOP *pm; local [all...] |
H A D | sv.c | 7083 register PMOP *pm; local 7091 for (pm = HvPMROOT(stash); pm; pm = pm->op_pmnext) { 7092 pm->op_pmdynflags &= ~PMdf_USED; 11459 (See F<lib/encoding.pm> and L<Encode>).
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/ |
H A D | bsd_glob.c | 434 const Char *pe, *pm, *pl; local 438 for (lm = patbuf, pm = pattern; pm != ptr; *lm++ = *pm++) 447 for (pm = pe++; *pe != BG_RBRACKET && *pe != BG_EOS; pe++) 454 pe = pm; 470 for (i = 0, pl = pm = ptr; pm <= pe; pm++) { 471 switch (*pm) { [all...] |
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 1085 ns_conn_mt_t *pm, *m; local 1108 pm = cmg->cm_head; 1112 pm = m; 1114 if (pm != cmg->cm_tail) { 1115 pm->next = cm->next; 1116 if (pm->next == NULL) 1117 cmg->cm_tail = pm;
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | tg3.c | 498 int pm = tp->pm_cap; local 505 pci_read_config_word(tp->pdev, pm + PCI_PM_CTRL, &power_control); 510 pci_write_config_word(tp->pdev, pm + PCI_PM_CTRL, power_control);
|