Searched defs:nops (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libast/common/regex/
H A Dregsubcomp.c122 int nops; local
132 if (!(sub = (regsub_t*)alloc(p->env->disc, 0, sizeof(regsub_t) + strlen(s))) || !(sub->re_ops = (regsubop_t*)alloc(p->env->disc, 0, (nops = 8) * sizeof(regsubop_t))))
289 if ((op->len = (t - sub->re_rhs) - op->off) && (n = ++op - sub->re_ops) >= nops)
291 if (!(sub->re_ops = (regsubop_t*)alloc(p->env->disc, sub->re_ops, (nops *= 2) * sizeof(regsubop_t))))
325 if ((n = op - sub->re_ops) >= (nops - 2))
327 if (!(sub->re_ops = (regsubop_t*)alloc(p->env->disc, sub->re_ops, (nops *= 2) * sizeof(regsubop_t))))
343 if ((op->len = (t - sub->re_rhs) - op->off) && (n = ++op - sub->re_ops) >= nops)
345 if (!(sub->re_ops = (regsubop_t*)alloc(p->env->disc, sub->re_ops, (nops *= 2) * sizeof(regsubop_t))))
/osnet-11/usr/src/cmd/sendmail/aux/
H A Deditmap.c87 unsigned int nops = 0; local
151 nops++;
156 nops++;
161 nops++;
187 if ((nops != 1) ||
/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c517 _nss_ad_constr(ad_backend_op_t ops[], int nops, char *tablename, argument
529 be->nops = (nss_dbop_t)nops;
H A Dad_common.h78 nss_dbop_t nops; member in struct:ad_backend
112 nss_backend_t *_nss_ad_constr(ad_backend_op_t ops[], int nops,
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.h156 nss_dbop_t nops; member in struct:ldap_backend
180 nss_backend_t *_nss_ldap_constr(ldap_backend_op_t ops[], int nops,
H A Dldap_common.c612 _nss_ldap_constr(ldap_backend_op_t ops[], int nops, char *tablename, argument
624 be->nops = (nss_dbop_t)nops;

Completed in 53 milliseconds