Home
last modified time | relevance | path

Searched refs:newn (Results 76 – 100 of 638) sorted by relevance

12345678910>>...26

/dports/devel/elftoolchain/elftoolchain-0.7.1/test/libelf/tset/elf_newscn/
H A Dnewscn.m4104 size_t oldn, newn;
129 if (elf_getshnum(e, &newn) == 0) {
136 if (newn != (oldn + 1))
137 TP_FAIL("newn %d != oldn %d + 1.", newn, oldn);
/dports/www/apache24/httpd-2.4.53/server/
H A Dcore_filters.c720 apr_size_t newn = nvec * 2; in send_brigade_nonblocking() local
721 if (newn < NVEC_MIN) { in send_brigade_nonblocking()
722 newn = NVEC_MIN; in send_brigade_nonblocking()
724 else if (newn > NVEC_MAX) { in send_brigade_nonblocking()
725 newn = NVEC_MAX; in send_brigade_nonblocking()
727 newvec = apr_palloc(c->pool, newn * sizeof(struct iovec)); in send_brigade_nonblocking()
732 ctx->nvec = newn; in send_brigade_nonblocking()
/dports/science/fastjet/fastjet-3.3.4/src/
H A DClusterSequence_DumbN3.cc97 int newn = 2*jetsp.size() - n; in _really_dumb_cluster() local
109 indices[ii] = newn; in _really_dumb_cluster()
/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/nauty22/
H A Ddreadnaut.c220 int m,n,newm,newn; in main() local
590 newn = 2 * (n + 1); in main()
591 newm = (newn + WORDSIZE - 1) / WORDSIZE; in main()
600 DYNALLOC2(graph,g,g_sz,newn,newm,"dreadnaut"); in main()
601 DYNALLOC1(int,lab,lab_sz,newn,"dreadnaut"); in main()
602 DYNALLOC1(int,ptn,ptn_sz,newn,"dreadnaut"); in main()
606 DYNALLOC1(int,orbits,orbits_sz,newn,"dreadnaut"); in main()
607 DYNALLOC1(permutation,perm,perm_sz,newn,"dreadnaut"); in main()
610 mathon(canong,m,n,g,newm,newn); in main()
612 n = newn; in main()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-gih.c442 gint newn; in size_adjustment_callback() local
457 newn = size / *(adj->value); in size_adjustment_callback()
458 adj->nguides = newn - 1; in size_adjustment_callback()
467 newn = size / *(adj->value); in size_adjustment_callback()
468 adj->nguides = newn - 1; in size_adjustment_callback()
475 g_snprintf (buf, sizeof (buf), "%2d", newn); in size_adjustment_callback()
478 *(adj->count) = newn; in size_adjustment_callback()
481 newn * *(adj->value) != size); in size_adjustment_callback()
/dports/converters/asr10/asr10-1.0/
H A Dwav2asr.c470 static char newn[FILE_NAME_SIZE+1]; in insertfilename() local
473 bcopy(name,newn,FILE_NAME_SIZE); in insertfilename()
474 convert_name(newn); in insertfilename()
477 inshdr[(i<<1)+FILE_NAME_ADDR]=newn[i]; in insertfilename()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dglob.c790 size_t i, newn, len; in globextend() local
795 newn = 2 + pglob->gl_pathc + pglob->gl_offs; in globextend()
798 newn >= SSIZE_MAX || in globextend()
799 SIZE_MAX / sizeof(*pathv) <= newn || in globextend()
800 SIZE_MAX / sizeof(*statv) <= newn) { in globextend()
802 for (i = pglob->gl_offs; i < newn - 2; i++) { in globextend()
816 pathv = reallocarray(pglob->gl_pathv, newn, sizeof(*pathv)); in globextend()
828 statv = reallocarray(pglob->gl_statv, newn, sizeof(*statv)); in globextend()
870 (newn * sizeof(*pathv)) + limitp->glim_malloc > in globextend()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/
H A Dglob.c800 size_t newn, len; local
805 newn = 2 + pglob->gl_pathc + pglob->gl_offs;
808 newn >= INT_MAX ||
809 SIZE_MAX / sizeof(*pathv) <= newn ||
810 SIZE_MAX / sizeof(*statv) <= newn) {
812 for (i = pglob->gl_offs; i < (ssize_t)(newn - 2); i++) {
830 pathv = realloc(pglob->gl_pathv, newn * sizeof(*pathv));
842 statv = realloc(pglob->gl_statv, newn * sizeof(*statv));
884 (newn * sizeof(*pathv)) + limitp->glim_malloc >
/dports/security/pam_ssh/pam_ssh-8.0/openbsd-compat/
H A Dglob.c801 size_t newn, len;
806 newn = 2 + pglob->gl_pathc + pglob->gl_offs;
809 newn >= INT_MAX ||
810 SIZE_MAX / sizeof(*pathv) <= newn ||
811 SIZE_MAX / sizeof(*statv) <= newn) {
813 for (i = pglob->gl_offs; i < (ssize_t)(newn - 2); i++) {
831 pathv = realloc(pglob->gl_pathv, newn * sizeof(*pathv));
843 statv = realloc(pglob->gl_statv, newn * sizeof(*statv));
885 (newn * sizeof(*pathv)) + limitp->glim_malloc >
/dports/security/openssh-portable/openssh-8.8p1/openbsd-compat/
H A Dglob.c804 size_t i, newn, len; local
809 newn = 2 + pglob->gl_pathc + pglob->gl_offs;
812 newn >= SSIZE_MAX ||
813 SIZE_MAX / sizeof(*pathv) <= newn ||
814 SIZE_MAX / sizeof(*statv) <= newn) {
816 for (i = pglob->gl_offs; i < newn - 2; i++) {
830 pathv = reallocarray(pglob->gl_pathv, newn, sizeof(*pathv));
842 statv = reallocarray(pglob->gl_statv, newn, sizeof(*statv));
884 (newn * sizeof(*pathv)) + limitp->glim_malloc >
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/common/
H A Dxf86Option.c658 char *n, *newn; in ParseOptionValue() local
667 newn = n + 2; in ParseOptionValue()
675 newn = n; in ParseOptionValue()
677 if ((s = xf86findOptionValue(options, newn)) != NULL) { in ParseOptionValue()
679 xf86MarkOptionUsedByName(options, newn); in ParseOptionValue()
686 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
694 xf86DrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Option.c658 char *n, *newn; in ParseOptionValue() local
667 newn = n + 2; in ParseOptionValue()
675 newn = n; in ParseOptionValue()
677 if ((s = xf86findOptionValue(options, newn)) != NULL) { in ParseOptionValue()
679 xf86MarkOptionUsedByName(options, newn); in ParseOptionValue()
686 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
694 xf86DrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/common/
H A Dxf86Option.c658 char *n, *newn; in ParseOptionValue() local
667 newn = n + 2; in ParseOptionValue()
675 newn = n; in ParseOptionValue()
677 if ((s = xf86findOptionValue(options, newn)) != NULL) { in ParseOptionValue()
679 xf86MarkOptionUsedByName(options, newn); in ParseOptionValue()
686 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
694 xf86DrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Option.c658 char *n, *newn; in ParseOptionValue() local
667 newn = n + 2; in ParseOptionValue()
675 newn = n; in ParseOptionValue()
677 if ((s = xf86findOptionValue(options, newn)) != NULL) { in ParseOptionValue()
679 xf86MarkOptionUsedByName(options, newn); in ParseOptionValue()
686 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
694 xf86DrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Option.c658 char *n, *newn; in ParseOptionValue() local
667 newn = n + 2; in ParseOptionValue()
675 newn = n; in ParseOptionValue()
677 if ((s = xf86findOptionValue(options, newn)) != NULL) { in ParseOptionValue()
679 xf86MarkOptionUsedByName(options, newn); in ParseOptionValue()
686 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
694 xf86DrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Option.c658 char *n, *newn; in ParseOptionValue() local
667 newn = n + 2; in ParseOptionValue()
675 newn = n; in ParseOptionValue()
677 if ((s = xf86findOptionValue(options, newn)) != NULL) { in ParseOptionValue()
679 xf86MarkOptionUsedByName(options, newn); in ParseOptionValue()
686 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
694 xf86DrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Option.c658 char *n, *newn; in ParseOptionValue() local
667 newn = n + 2; in ParseOptionValue()
675 newn = n; in ParseOptionValue()
677 if ((s = xf86findOptionValue(options, newn)) != NULL) { in ParseOptionValue()
679 xf86MarkOptionUsedByName(options, newn); in ParseOptionValue()
686 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
694 xf86DrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/common/
H A Dxf86Option.c658 char *n, *newn; in ParseOptionValue() local
667 newn = n + 2; in ParseOptionValue()
675 newn = n; in ParseOptionValue()
677 if ((s = xf86findOptionValue(options, newn)) != NULL) { in ParseOptionValue()
679 xf86MarkOptionUsedByName(options, newn); in ParseOptionValue()
686 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
694 xf86DrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Option.c658 char *n, *newn; in ParseOptionValue() local
667 newn = n + 2; in ParseOptionValue()
675 newn = n; in ParseOptionValue()
677 if ((s = xf86findOptionValue(options, newn)) != NULL) { in ParseOptionValue()
679 xf86MarkOptionUsedByName(options, newn); in ParseOptionValue()
686 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
694 xf86DrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsmemraw.h127 #define gs_resize_object(mem, obj, newn, cname)\
128 ((mem)->procs.resize_object(mem, obj, newn, cname))
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsmemraw.h126 #define gs_resize_object(mem, obj, newn, cname)\
127 ((mem)->procs.resize_object(mem, obj, newn, cname))
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsmemraw.h127 #define gs_resize_object(mem, obj, newn, cname)\
128 ((mem)->procs.resize_object(mem, obj, newn, cname))
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsmemraw.h129 #define gs_resize_object(mem, obj, newn, cname)\
130 ((mem)->procs.resize_object(mem, obj, newn, cname))
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsmemraw.h129 #define gs_resize_object(mem, obj, newn, cname)\
130 ((mem)->procs.resize_object(mem, obj, newn, cname))
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsmemraw.h126 #define gs_resize_object(mem, obj, newn, cname)\
127 ((mem)->procs.resize_object(mem, obj, newn, cname))

12345678910>>...26