| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| subst.c | 42 int nsub = 0, l; local 71 sizeof( struct berval )*( nsub + 1 ) ); 76 subs[ nsub ].bv_val = NULL; 79 sizeof( struct rewrite_submatch )*( nsub + 1 ) ); 84 submatch[ nsub ].ls_map = NULL; 93 subs[ nsub ].bv_len = l; 94 subs[ nsub ].bv_val = malloc( l + 1 ); 95 if ( subs[ nsub ].bv_val == NULL ) { 98 AC_MEMCPY( subs[ nsub ].bv_val, begin, l ); 99 subs[ nsub ].bv_val[ l ] = '\0' [all...] |
| /src/external/bsd/nvi/dist/regex/ |
| regex2.h | 162 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| naptr_35.c | 31 unsigned int nsub = 0; local 112 if (nsub < 1) { 113 nsub = 1; 117 if (nsub < 2) { 118 nsub = 2; 122 if (nsub < 3) { 123 nsub = 3; 127 if (nsub < 4) { 128 nsub = 4; 132 if (nsub < 5) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| naptr_35.c | 31 unsigned int nsub = 0; local 112 if (nsub < 1) { 113 nsub = 1; 117 if (nsub < 2) { 118 nsub = 2; 122 if (nsub < 3) { 123 nsub = 3; 127 if (nsub < 4) { 128 nsub = 4; 132 if (nsub < 5) [all...] |
| /src/lib/libc/regex/ |
| regex2.h | 196 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regex2.h | 154 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
|
| /src/external/bsd/tre/dist/python/ |
| tre-python.c | 334 size_t nsub; local 357 nsub = self->rgx.re_nsub + 1; 358 pm = PyMem_New(regmatch_t, nsub); 365 mo->am.nmatch = nsub; 423 { "nsub", T_INT, offsetof(TrePatternObject, rgx.re_nsub), READONLY,
|
| /src/external/bsd/jemalloc/dist/src/ |
| extent.c | 315 size_t nsub = edata_size_get(edata) >> LG_PAGE; local 316 assert(atomic_load_zu(&curpages, ATOMIC_RELAXED) >= nsub); 317 atomic_fetch_sub_zu(&curpages, nsub, ATOMIC_RELAXED);
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| translucent.c | 1025 SubstringsAssertion *nsub; local 1030 nsub = op->o_tmpalloc( sizeof(SubstringsAssertion), op->o_tmpmemctx ); 1031 *nsub = *f->f_sub; 1032 n->f_sub = nsub;
|
| /src/sys/dev/sdmmc/ |
| if_bwfm_sdio.c | 1780 int nsub; local 1936 nsub = flen / sizeof(uint16_t); 1937 subsize = nsub * sizeof(uint16_t); 1944 bwfm_sdio_rx_glom(sc, sublen, nsub, &nextlen); 1947 sc->sc_rx_seq += nsub; 1958 bwfm_sdio_rx_glom(struct bwfm_sdio_softc *sc, uint16_t *sublen, int nsub, 1969 if (nsub == 0) { 1970 printf("%s: rx_glom nsub == 0\n", DEVNAME(sc)); 1975 for (i = 0; i < nsub; i++) {
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| extent.c | 731 size_t nsub = extent_size_get(extent) >> LG_PAGE; local 732 assert(atomic_load_zu(&curpages, ATOMIC_RELAXED) >= nsub); 733 atomic_fetch_sub_zu(&curpages, nsub, ATOMIC_RELAXED);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| intrinsic.cc | 46 static int nfunc, nsub, nargs, nconv, ncharconv; variable 394 nsub++; 1047 int n = nsub; 1102 sym = find_sym (subroutines, nsub, name); 1260 nsub++; 4183 nargs = nfunc = nsub = nconv = 0; 4196 sizeof (gfc_intrinsic_sym) * (nfunc + nsub) 4204 next_arg = ((gfc_intrinsic_arg *) (subroutines + nsub)) - 1;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| intrinsic.cc | 45 static int nfunc, nsub, nargs, nconv, ncharconv; variable 393 nsub++; 1046 int n = nsub; 1101 sym = find_sym (subroutines, nsub, name); 1259 nsub++; 4179 nargs = nfunc = nsub = nconv = 0; 4192 sizeof (gfc_intrinsic_sym) * (nfunc + nsub) 4200 next_arg = ((gfc_intrinsic_arg *) (subroutines + nsub)) - 1;
|
| /src/external/historical/nawk/dist/ |
| run.c | 486 size_t nsub = p->nnext ? seplen : 0; local 488 size_t tlen = blen + slen + nsub; 495 if (nsub) { 496 memcpy(buf + blen + slen, *SUBSEP, nsub);
|
| /src/usr.bin/make/ |
| var.c | 1603 const regmatch_t *m, size_t nsub) 1607 if (n >= nsub) 1625 const regmatch_t *m, size_t nsub) 1635 RegexReplaceBackref(*++rp, buf, wp, m, nsub); 1647 size_t nsub; member in struct:ModifyWord_SubstRegexArgs 1668 xrv = regexec(&args->re, wp, args->nsub, m, flags); 1681 RegexReplace(args->replace, buf, wp, m, args->nsub); 3048 args.nsub = args.re.re_nsub + 1; 3049 if (args.nsub > 10) 3050 args.nsub = 10 [all...] |
| /src/external/bsd/tmux/dist/ |
| format.c | 4960 u_int i, count, nsub = 0, nrep; local 4993 sub = xreallocarray(sub, nsub + 1, sizeof *sub); 4994 sub[nsub++] = fm; 5410 for (i = 0; i < nsub; i++) {
|