Home
last modified time | relevance | path

Searched defs:snewn (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/agedu/agedu-20211129.8cd63c5/
H A Dalloc.h63 #define snewn(number, type) \ macro
H A Dwinscan.c11 #define snewn(number, type) \ macro
/dports/security/putty-nogtk/putty-0.76/contrib/cygtermd/
H A Dmalloc.h44 #define snewn(number, type) \ macro
/dports/security/putty/putty-0.76/contrib/cygtermd/
H A Dmalloc.h44 #define snewn(number, type) \ macro
/dports/misc/ipbt/ipbt-r8765/
H A Dputtymem.h39 #define snewn(n, type) ((type *)snmalloc((n), sizeof(type))) macro
/dports/security/putty/putty-0.76/
H A Dputtymem.h32 #define snewn(n, type) ((type *)snmalloc((n), sizeof(type), 0)) macro
H A Dtree234.c38 #define snewn(n, type) ((type *)malloc((n) * sizeof(type))) macro
/dports/security/putty-nogtk/putty-0.76/
H A Dputtymem.h32 #define snewn(n, type) ((type *)snmalloc((n), sizeof(type), 0)) macro
H A Dtree234.c38 #define snewn(n, type) ((type *)malloc((n) * sizeof(type))) macro
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dputtymem.h32 #define snewn(n, type) ((type *)snmalloc((n), sizeof(type), 0)) macro
H A Dtree234.c38 #define snewn(n, type) ((type *)malloc((n) * sizeof(type))) macro
/dports/textproc/halibut/halibut-1.2/
H A Dhalibut.h349 #define snewn(number, type) ( (type *) smalloc ((number) * sizeof (type)) ) macro
H A Dwinhelp.c87 #define snewn(number, type) ( (type *) smalloc ((number) * sizeof (type)) ) macro
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dpuzzles.h357 #define snewn(number, type) \ macro