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

/illumos-gate/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))))
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.h117 nss_dbop_t nops; member in struct:ldap_backend
138 nss_backend_t *_nss_ldap_constr(ldap_backend_op_t ops[], int nops,
H A Dldap_common.c533 _nss_ldap_constr(ldap_backend_op_t ops[], int nops, char *tablename, argument
545 be->nops = (nss_dbop_t)nops;
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Deditmap.c87 unsigned int nops = 0; local
151 nops++;
156 nops++;
161 nops++;
187 if ((nops != 1) ||
/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c519 _nss_ad_constr(ad_backend_op_t ops[], int nops, char *tablename, argument
531 be->nops = (nss_dbop_t)nops;
H A Dad_common.h79 nss_dbop_t nops; member in struct:ad_backend
113 nss_backend_t *_nss_ad_constr(ad_backend_op_t ops[], int nops,

Completed in 60 milliseconds