HomeSort by: relevance | last modified time | path
    Searched defs:NEW (Results 1 - 13 of 13) sorted by relevancy

  /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/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)
440 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/lib/libc/isc/
eventlib_p.h 54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \
  /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/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/libexec/ld.elf_so/
rtld.h 65 #define NEW(type) ((type *) xmalloc(sizeof(type)))
88 * C++ has mandated the use of the following keywords for its new boolean

Completed in 18 milliseconds