Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/freebsd-10-stable/contrib/llvm/lib/IR/
DConstantsContext.h39 void *operator new(size_t s) { in new() function
56 void *operator new(size_t s) { in new() function
77 void *operator new(size_t s) { in new() function
98 void *operator new(size_t s) { in new() function
119 void *operator new(size_t s) { in new() function
141 void *operator new(size_t s) { in new() function
166 void *operator new(size_t s) { in new() function
192 void *operator new(size_t s) { in new() function
240 void *operator new(size_t s) { in new() function
/freebsd-10-stable/contrib/sendmail/contrib/
Dqtool.pl486 sub new subroutine
737 sub new subroutine
815 sub new subroutine
999 sub new subroutine
1201 sub new subroutine
1241 sub new subroutine
1294 sub new subroutine
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_list.c43 dt_list_append(dt_list_t *dlp, void *new) in dt_list_append()
62 dt_list_prepend(dt_list_t *dlp, void *new) in dt_list_prepend()
81 dt_list_insert(dt_list_t *dlp, void *after_me, void *new) in dt_list_insert()
/freebsd-10-stable/lib/libc/locale/
Dxlocale.c205 locale_t new = calloc(sizeof(struct _xlocale), 1); in alloc_locale() local
213 copyflags(locale_t new, locale_t old) in copyflags()
221 static int dupcomponent(int type, locale_t base, locale_t new) in dupcomponent()
259 locale_t new = alloc_locale(); in newlocale() local
305 locale_t new = alloc_locale(); in duplocale() local
/freebsd-10-stable/usr.bin/find/
Dfunction.c92 PLAN *new; in palloc() local
275 PLAN *new; in c_Xmin() local
322 PLAN *new; in c_Xtime() local
348 PLAN *new; in c_mXXdepth() local
520 PLAN *new; in c_depth() local
686 PLAN *new; /* node returned */ in c_exec() local
822 PLAN *new; in c_flags() local
930 PLAN *new; in c_fstype() local
975 PLAN *new; in c_group() local
1033 PLAN *new; in c_inum() local
[all …]
/freebsd-10-stable/contrib/binutils/ld/
Dldexp.c153 etree_type *new = stat_alloc (sizeof (new->value)); in exp_intop() local
165 etree_type *new = stat_alloc (sizeof (new->value)); in exp_bigintop() local
179 etree_type *new = stat_alloc (sizeof (new->rel)); in exp_relop() local
843 etree_type value, *new; in exp_binop() local
862 etree_type value, *new; in exp_trinop() local
882 etree_type value, *new; in exp_unop() local
900 etree_type value, *new; in exp_nameop() local
920 etree_type *new; in exp_assop() local
/freebsd-10-stable/sys/dev/drm/
Ddrm_lock.c139 unsigned int old, new; in drm_lock_take() local
170 unsigned int old, new; in drm_lock_transfer() local
184 unsigned int old, new; in drm_lock_free() local
/freebsd-10-stable/sys/netinet/cc/
Dcc_hd.c185 uint32_t new; in hd_pmax_handler() local
204 uint32_t new; in hd_qmin_handler() local
222 uint32_t new; in hd_qthresh_handler() local
Dcc_chd.c419 uint32_t new; in chd_loss_fair_handler() local
437 uint32_t new; in chd_pmax_handler() local
456 uint32_t new; in chd_qthresh_handler() local
/freebsd-10-stable/sys/dev/drm2/
Ddrm_lock.c188 unsigned int old, new, prev; in drm_lock_take() local
237 unsigned int old, new, prev; in drm_lock_transfer() local
262 unsigned int old, new, prev; in drm_lock_free() local
304 unsigned int old, new, prev; in drm_notifier() local
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
Dt_cond.c77 pthread_t new; in ATF_TC_BODY() local
138 pthread_t new; in ATF_TC_BODY() local
200 pthread_t new; in ATF_TC_BODY() local
260 pthread_t new; in ATF_TC_BODY() local
391 pthread_t new; in ATF_TC_BODY() local
446 pthread_t new; in ATF_TC_BODY() local
Dt_mutex.c105 pthread_t new; in ATF_TC_BODY() local
160 pthread_t new; in ATF_TC_BODY() local
237 pthread_t new; in ATF_TC_BODY() local
308 pthread_t new; in ATF_TC_BODY() local
678 pthread_t new; in ATF_TC_BODY() local
706 pthread_t new; in ATF_TC_BODY() local
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_rlock.c104 zfs_range_lock_writer(znode_t *zp, rl_t *new) in zfs_range_lock_writer()
271 zfs_range_add_reader(avl_tree_t *tree, rl_t *new, rl_t *prev, avl_index_t where) in zfs_range_add_reader()
356 zfs_range_lock_reader(znode_t *zp, rl_t *new) in zfs_range_lock_reader()
428 rl_t *new; in zfs_range_lock() local
/freebsd-10-stable/contrib/netbsd-tests/lib/libobjc/
Dt_threads.m54 +new; class in init
74 {
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DConstants.h59 void *operator new(size_t s) { in new() function
242 void *operator new(size_t s) { in new() function
305 void *operator new(size_t s) { in new() function
/freebsd-10-stable/contrib/apr/network_io/unix/
Dsockets.c67 static void alloc_socket(apr_socket_t **new, apr_pool_t *p) in alloc_socket()
91 apr_status_t apr_socket_create(apr_socket_t **new, int ofamily, int type, in apr_socket_create()
210 apr_status_t apr_socket_accept(apr_socket_t **new, apr_socket_t *sock, in apr_socket_accept()
441 sock_userdata_t *new = apr_palloc(sock->pool, sizeof(sock_userdata_t)); in apr_socket_data_set() local
/freebsd-10-stable/contrib/dtc/
Dutil.h42 void *new = malloc(len); in xmalloc() local
52 void *new = realloc(p, len); in xrealloc() local
Dlivetree.c29 struct label *new; in add_label() local
55 struct property *new = xmalloc(sizeof(*new)); in build_property() local
67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local
102 struct node *new = xmalloc(sizeof(*new)); in build_node() local
119 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local
301 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local
321 struct reserve_info *new) in add_reserve_entry()
/freebsd-10-stable/libexec/revnetgroup/
Dhash.c149 struct group_entry *new; in store() local
178 struct member_entry *cur, *new; in mstore() local
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dmerge.c722 tdesc_t *new = xcalloc(sizeof (tdesc_t)); in conjure_template() local
737 tdesc_t *new = conjure_template(old, newselfid); in conjure_intrinsic() local
748 tdesc_t *new = conjure_template(old, newselfid); in conjure_plain() local
758 tdesc_t *new = conjure_template(old, newselfid); in conjure_function() local
784 tdesc_t *new = conjure_template(old, newselfid); in conjure_array() local
803 tdesc_t *new = conjure_template(old, newselfid); in conjure_su() local
824 tdesc_t *new = conjure_template(old, newselfid); in conjure_enum() local
842 tdesc_t *new = conjure_template(old, newselfid); in conjure_forward() local
860 iidesc_t *new = iidesc_dup(old); in conjure_iidesc() local
956 iidesc_t *new; in add_iitba_cb() local
/freebsd-10-stable/cddl/contrib/opensolaris/common/ctf/
Dctf_util.c39 ctf_list_append(ctf_list_t *lp, void *new) in ctf_list_append()
59 ctf_list_prepend(ctf_list_t *lp, void *new) in ctf_list_prepend()
/freebsd-10-stable/sys/kern/
Dsysv_ipc.c155 ipcperm_old2new(struct ipc_perm_old *old, struct ipc_perm *new) in ipcperm_old2new()
168 ipcperm_new2old(struct ipc_perm *new, struct ipc_perm_old *old) in ipcperm_new2old()
/freebsd-10-stable/sys/netinet/
Dsctp_sysctl.c565 uint32_t old, new; local
601 uint32_t new; local
627 uint32_t new; local
/freebsd-10-stable/lib/libc/mips/gen/hardfloat/
Dfpsetsticky.c27 fp_except new; variable
Dfpsetmask.c27 fp_except_t new; variable

12345678910>>...22