Searched refs:NEW (Results 26 - 50 of 50) sorted by relevance

12

/freebsd-current/contrib/diff/src/
H A Dside.c261 changes = (i <= last0 ? OLD : 0) + (j <= last1 ? NEW : 0);
267 if (changes & NEW)
H A Difdef.c188 print_ifdef_lines (out, line_format[NEW], &groups[1]);
H A Dcontext.c233 if (changes & NEW)
H A Ddiff.c712 if (!group_format[NEW])
713 group_format[NEW]
719 group_format[NEW], "");
H A Dutil.c658 NEW if lines of file 1 are inserted,
734 return (show_from ? OLD : UNCHANGED) | (show_to ? NEW : UNCHANGED);
/freebsd-current/contrib/ntp/scripts/build/
H A DUpdatePoint99 # if we are not in a beta or RC state, enter beta unless point is NEW.
132 *::*::NEW)
/freebsd-current/crypto/openssl/test/
H A Dcmp_ctx_test.c337 DEFAULT, NEW, FREE) \
346 TYPE val1_to_free = NEW; \
349 TYPE val2_to_free = NEW; \
518 DEFAULT, NEW, FREE) \
520 STACK_OF(ELEM_TYPE)*, NULL, DEFAULT, NEW, FREE)
612 DEFAULT, NEW, FREE) \
628 TYPE val1_to_free = NEW; \
631 TYPE val2_to_free = NEW; \
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DX86CompressEVEXTablesEmitter.cpp29 #define ENTRY(OLD, NEW) {#OLD, #NEW},
/freebsd-current/contrib/byacc/
H A Dmkpar.c94 temp = NEW(action);
155 temp = NEW(action);
H A Dmain.c775 item = NEW(MY_TMPFILES);
H A Dlalr.c459 sp = NEW(shorts);
/freebsd-current/tests/atf_python/sys/netlink/
H A Dmessage.py25 NEW = 2 variable in class:NlMsgCategory
100 elif category == NlMsgCategory.NEW:
H A Dnetlink_route.py692 NlMsgProps(NlRtMsgType.RTM_NEWROUTE, NlMsgCategory.NEW),
732 NlMsgProps(NlRtMsgType.RTM_NEWLINK, NlMsgCategory.NEW),
764 NlMsgProps(NlRtMsgType.RTM_NEWADDR, NlMsgCategory.NEW),
796 NlMsgProps(NlRtMsgType.RTM_NEWNEIGH, NlMsgCategory.NEW),
/freebsd-current/lib/libc/isc/
H A Deventlib_p.h55 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/freebsd-current/sbin/restore/
H A Dinteractive.c154 if (np == NULL || (np->e_flags & NEW) == 0) {
584 else if ((np = lookupname(name)) != NULL && (np->e_flags & NEW))
H A Ddirs.c627 ep->e_flags &= ~NEW;
658 ep->e_flags &= ~NEW;
H A Dsymtab.c536 ep->e_flags |= NEW;
/freebsd-current/crypto/openssl/util/
H A Dcheck-format-test-negatives.c423 DEFAULT, NEW, FREE) \
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.h62 return Version == CudaVersion::NEW ? CudaVersion::PARTIALLY_SUPPORTED
H A DCuda.cpp85 return CudaVersion::NEW;
214 ? CudaVersion::NEW
/freebsd-current/lib/libsecureboot/openpgp/
H A Dopgp_sig.c306 sig = NEW(OpenPGP_sig);
/freebsd-current/libexec/rtld-elf/
H A Drtld.h45 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro
H A Drtld.c1407 Needed_Entry *nep = NEW(Needed_Entry);
1419 Needed_Entry *nep = NEW(Needed_Entry);
1434 Needed_Entry *nep = NEW(Needed_Entry);
3187 elm = NEW(Objlist_Entry);
3197 elm = NEW(Objlist_Entry);
3211 elm = NEW(Objlist_Entry);
/freebsd-current/contrib/tcpdump/
H A DMakefile.in450 rm -rf autom4te.cache tests/DIFF tests/NEW
/freebsd-current/sys/ufs/ffs/
H A Dffs_alloc.c2403 #define NEW 1 /* if found, error else allocate and hash it */ macro
2489 * Allocate if requested (NEW, REPLACE, SINGLE).
2513 case NEW:
2599 (void) trim_lookup(ump, devvp, 0, 0, inum, key, NEW);

Completed in 416 milliseconds

12