| /src/share/examples/refuse/fanoutfs/ |
| defs.h | 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 71 NEWARRAY(type, v, _newsize, where ": new", action); \
|
| /src/share/examples/refuse/id3fs/ |
| defs.h | 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 71 NEWARRAY(type, v, _newsize, where ": new", action); \
|
| /src/share/examples/refuse/virtdir/ |
| defs.h | 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 71 NEWARRAY(type, v, _newsize, where ": new", action); \
|
| /src/usr.sbin/user/ |
| defs.h | 47 #define NEW(type, ptr, action) NEWARRAY(type, ptr, 1, action)
|
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| defs.h | 69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 77 NEWARRAY(type, v, _newsize, where ": new", action); \
|
| /src/crypto/external/bsd/netpgp/dist/src/libmj/ |
| defs.h | 72 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 80 NEWARRAY(type, v, _newsize, where ": new", action); \
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| defs.h | 69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 77 NEWARRAY(type, v, _newsize, where ": new", action); \
|
| /src/external/bsd/iscsi/dist/include/ |
| defs.h | 65 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 73 NEWARRAY(type, v, _newsize, where ": new", action); \
|
| /src/external/gpl2/diffutils/dist/lib/ |
| xalloc.h | 67 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1)
|
| /src/external/gpl2/grep/dist/lib/ |
| xalloc.h | 72 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1)
|
| /src/external/gpl2/texinfo/dist/lib/ |
| xalloc.h | 80 # define NEW(type, var) type *var = xmalloc (sizeof (type))
|
| /src/sys/dev/rcons/ |
| raster_text.c | 51 #define NEW(size) malloc(size, M_DEVBUF, M_NOWAIT) 58 #define NEW(size) malloc(size) 153 NEW( sizeof(struct raster_fontcache) ); 240 NEW( sizeof(struct raster) + height * linelongs * sizeof(u_int32_t));
|
| /src/usr.bin/locate/locate/ |
| locate.c | 98 #ifndef NEW 99 # define NEW(type) (type *) malloc(sizeof (type)) 124 dbp = NEW(struct locate_db); 245 * '\0' for backwards match; return end of new pattern
|
| /src/sbin/restore/ |
| restore.h | 42 extern int cvtflag; /* convert from old to new tape format */ 107 #define NEW 0x0002 /* a new entry to be extracted */
|
| /src/usr.sbin/ac/ |
| ac.c | 86 #define NEW(type) (type *)malloc(sizeof (type)) 145 if ((tp = NEW(struct tty_list)) == NULL) 256 * not found so add new user unless specified users only 261 if ((up = NEW(struct user_list)) == NULL) 441 if ((lp = NEW(struct utmp_list)) == NULL)
|
| /src/usr.sbin/netgroup_mkdb/ |
| netgroup_mkdb.c | 55 #define NEW(a) (a *) emalloc(sizeof(a)) 256 e = NEW(struct nentry); 276 e = NEW(struct nentry);
|
| /src/external/gpl2/diffutils/dist/src/ |
| diff.h | 40 NEW, 42 /* Both deletes and inserts: a hunk containing both old and new lines. */ 166 /* Line group formats for unchanged, old, new, and changed groups. */ 169 /* Line formats for unchanged, old, and new lines. */ 170 XTERN char const *line_format[NEW + 1];
|
| /src/external/gpl2/xcvs/dist/diff/ |
| diff.h | 131 /* If a file is new (appears in only one dir) 136 /* If a file is new (appears in only the second dir) 148 NEW, 151 /* A hunk containing both old and new lines (line groups only). */ 155 /* Line group formats for old, new, unchanged, and changed groups. */ 158 /* Line formats for old, new, and unchanged lines. */
|
| /src/lib/libc/isc/ |
| eventlib_p.h | 54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \
|
| /src/external/bsd/libbind/dist/isc/ |
| eventlib_p.h | 54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \
|
| /src/external/bsd/byacc/dist/ |
| defs.h | 190 #define NEW(t) ((t*)allocate(sizeof(t)))
|
| /src/sys/arch/vax/include/ |
| qdreg.h | 207 #define NEW 2 255 u_short x_index_new; /* new x index */ 256 u_short y_index_new; /* new y index */
|
| /src/sys/dev/qbus/ |
| qdreg.h | 205 #define NEW 2 253 u_short x_index_new; /* new x index */ 254 u_short y_index_new; /* new y index */
|
| /src/libexec/ld.elf_so/ |
| rtld.h | 66 #define NEW(type) ((type *) xmalloc(sizeof(type))) 89 * C++ has mandated the use of the following keywords for its new boolean
|