| /src/external/bsd/libbind/dist/irs/ |
| gen_gr.c | 336 int n, ndst, nnew; local 353 nnew = countnew(pvt->group.gr_mem, src->gr_mem); 359 n = ndst + nnew + 1; 375 INSIST((nnew == 0) == (n == 0));
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| value.c | 711 BerVarray new, nnew = NULL; local 743 nnew = ch_malloc( (anum+vnum+1) * sizeof(struct berval)); 749 if ( nnew && a->a_nvals ) 750 AC_MEMCPY( nnew, a->a_nvals, anum * sizeof(struct berval)); 764 ch_free( nnew ); 775 if ( nnew ) ber_dupbv( nnew+anum, nvals+i ); 781 if ( nnew ) nnew[j] = nnew[j-1] [all...] |
| /src/sbin/resize_ffs/ |
| resize_ffs.c | 824 int nnew; /* ntot-nold */ local 834 nnew = ntot - nold; 836 if (nnew == 0) 840 if (nnew < 0) { 841 for ((i = newsb->fs_csaddr + ntot - 1), (j = nnew); 858 for ((i = newsb->fs_csaddr + nold), (j = nnew); 869 for ((i = newsb->fs_csaddr + ntot - nnew), 870 (j = nnew); j > 0; i++, j--) {
|
| /src/crypto/external/bsd/openssh/dist/ |
| clientloop.c | 2068 size_t nkeys, nnew, nincomplete; /* total, new keys, incomplete match */ member in struct:hostkeys_update_ctx 2383 if (ctx->nnew == 0) 2384 fatal_f("ctx->nnew == 0"); /* sanity */ 2397 * Expect a signature for each of the ctx->nnew private keys we 2454 if (ndone != ctx->nnew) 2455 fatal_f("ndone != ctx->nnew (%zu / %zu)", ndone, ctx->nnew); 2579 ctx->nnew = ctx->nincomplete = 0; 2583 ctx->nnew++; 2589 "%zu incomplete match. %zu to remove", ctx->nkeys, ctx->nnew, [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| rcs.c | 6872 unsigned int nnew; local 6885 nnew = 1; 6888 ++nnew; 6891 if (vec->nlines + nnew >= vec->lines_alloced) 6895 while (vec->nlines + nnew >= vec->lines_alloced) 6902 for (i = vec->nlines + nnew - 1; i >= pos + nnew; --i) 6903 vec->vector[i] = vec->vector[i - nnew]; 6943 vec->nlines += nnew;
|