| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | mep-relocs.pl | 142 printf(NEW " MEPREL (R_MEP_%-10s%d,%3d,%2d,%2d,%2d,%2s, 0x%s),\n", 158 print NEW " case R_MEP_$relocs[$i]: /* $pattern[$i] */\n"; 160 print NEW " u += 0x8000;\n" 163 print NEW " u -= mep_tpoff_base(rel->r_offset);\n"; 166 print NEW " u -= mep_sdaoff_base(rel->r_offset);\n"; 171 print NEW " if (u > $max) r = bfd_reloc_overflow;\n"; 175 print NEW " if (u + $min > $max) r = bfd_reloc_overflow;\n"; 186 print NEW " byte[$bb$e] = "; 187 print NEW "(byte[$bb$e] & 0x$rmask) | " if $rmask ne "00"; 189 print NEW "((u << $left) & 0x$mask)"; [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | mep-relocs.pl | 142 printf(NEW " MEPREL (R_MEP_%-10s%d,%3d,%2d,%2d,%2d,%2s, 0x%s),\n", 158 print NEW " case R_MEP_$relocs[$i]: /* $pattern[$i] */\n"; 160 print NEW " u += 0x8000;\n" 163 print NEW " u -= mep_tpoff_base(rel->r_offset);\n"; 166 print NEW " u -= mep_sdaoff_base(rel->r_offset);\n"; 171 print NEW " if (u > $max) r = bfd_reloc_overflow;\n"; 175 print NEW " if (u + $min > $max) r = bfd_reloc_overflow;\n"; 186 print NEW " byte[$bb$e] = "; 187 print NEW "(byte[$bb$e] & 0x$rmask) | " if $rmask ne "00"; 189 print NEW "((u << $left) & 0x$mask)"; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/frv/ |
| H A D | frv-abi.h | 32 #define RENAME_LIBRARY(OLD,NEW) \ argument 33 __asm__ (".globl\t_" #NEW "\n" \ 34 "_" #NEW "=_" #OLD "\n" \ 35 "\t.type\t_" #NEW ",@function\n"); 38 #define RENAME_LIBRARY(OLD,NEW) \ argument 39 __asm__ (".globl\t" #NEW "\n" \ 40 #NEW "=" #OLD "\n" \ 41 "\t.type\t" #NEW ",@function\n"); 44 #define CREATE_DOUBLE_SHIFT(OLD,NEW) \ argument 46 "\t.globl\t" #NEW "\n" \ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/frv/ |
| H A D | frv-abi.h | 32 #define RENAME_LIBRARY(OLD,NEW) \ argument 33 __asm__ (".globl\t_" #NEW "\n" \ 34 "_" #NEW "=_" #OLD "\n" \ 35 "\t.type\t_" #NEW ",@function\n"); 38 #define RENAME_LIBRARY(OLD,NEW) \ argument 39 __asm__ (".globl\t" #NEW "\n" \ 40 #NEW "=" #OLD "\n" \ 41 "\t.type\t" #NEW ",@function\n"); 44 #define CREATE_DOUBLE_SHIFT(OLD,NEW) \ argument 46 "\t.globl\t" #NEW "\n" \ [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | bits.h | 201 #define _SHUFFLEDn(N, WORD, OLD, NEW) \ argument 202 ((OLD) < (NEW) \ 204 >> (((NEW) > (OLD)) ? ((NEW) - (OLD)) : 0)) \ 205 & MASK32((NEW), (NEW))) \ 207 << (((OLD) > (NEW)) ? ((OLD) - (NEW)) : 0)) \ 208 & MASK32((NEW), (NEW)))) 210 #define SHUFFLED32(WORD, OLD, NEW) _SHUFFLEDn(32, WORD, OLD, NEW) argument 211 #define SHUFFLED64(WORD, OLD, NEW) _SHUFFLEDn(64, WORD, OLD, NEW) argument 213 #define SHUFFLED(WORD, OLD, NEW) _SHUFFLEDn(_word, WORD, OLD, NEW) argument
|
| /netbsd-src/sys/arch/arm/samsung/ |
| H A D | exynos5_reg.h | 292 #define EXYNOS5_AES0&EF0 (NEW) 0x08000000 293 #define EXYNOS5_AES0&EF0 (NEW) 0x08010000 294 #define EXYNOS5_AES0&EF0 (NEW) 0x08020000 295 #define EXYNOS5_AES0&EF0 (NEW) 0x08030000 296 #define EXYNOS5_AES0&EF0 (NEW) 0x08040000 297 #define EXYNOS5_AES0&EF0 (NEW) 0x08050000 298 #define EXYNOS5_AES0&EF0 (NEW) 0x08060000 299 #define EXYNOS5_AES0&EF0 (NEW) 0x08070000 326 #define EXYNOS5_AES1&EF1 (NEW) 0x08400000 327 #define EXYNOS5_AES1&EF1 (NEW) 0x08410000 [all …]
|
| /netbsd-src/sbin/restore/ |
| H A D | restore.c | 99 ep->e_flags |= NEW; in addfile() 107 ep->e_flags |= NEW; in addfile() 126 ep->e_flags &= ~NEW; in deletefile() 337 ep->e_flags |= NEW|KEEP; in nodeupdates() 374 ep->e_flags |= NEW; in nodeupdates() 391 ep->e_flags |= NEW|KEEP; in nodeupdates() 441 ip->e_flags |= NEW|KEEP; in nodeupdates() 622 ep->e_flags &= ~(NEW|EXTRACT); in createleaves() 642 if ((ep->e_flags & (NEW|EXTRACT)) == 0) in createleaves() 654 ep->e_flags &= ~(NEW|EXTRACT); in createleaves() [all …]
|
| H A D | utilities.c | 80 ep->e_flags |= NEW|KEEP; in pathcheck() 277 if (ep->e_flags & (NEW|EXTRACT)) in lowerbnd() 295 if (ep->e_flags & (NEW|EXTRACT)) in upperbnd() 342 if (ep->e_flags & NEW) in flagvalues()
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
| H A D | autoupdate.m4 | 45 # AU_DEFUN(NAME, NEW-CODE, [MESSAGE]) 48 # by NEW-CODE. Tell the user she should run autoupdate, and when 52 # Also define NAME as a macro which code is NEW-CODE. 87 # AU_ALIAS(OLD-NAME, NEW-NAME) 89 # The OLD-NAME is no longer used, just use NEW-NAME instead. There is 91 # interest in running the test suite on both OLD-NAME and NEW-NAME. 106 # [m4_if($#, 0, [NEW-NAME], [NEW-NAME($@)])]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kdfs/ |
| H A D | k5dfspag.c | 70 #define handler_swap(S,NEW,OLD) sigaction(S, &NEW, &OLD) argument 75 #define handler_swap(S,NEW,OLD) ((OLD) = signal ((S), (NEW))) argument
|
| /netbsd-src/sys/dev/rcons/ |
| H A D | raster_text.c | 51 #define NEW(size) malloc(size, M_DEVBUF, M_NOWAIT) macro 58 #define NEW(size) malloc(size) macro 153 NEW( sizeof(struct raster_fontcache) ); in raster_textn() 240 NEW( sizeof(struct raster) + height * linelongs * sizeof(u_int32_t)); in raster_alloc()
|
| /netbsd-src/external/bsd/ipf/dist/FWTK/ |
| H A D | fwtkp | 1 diff -c -r ./ftp-gw/ftp-gw.c ../../NEW/fwtk/ftp-gw/ftp-gw.c 3 --- ../../NEW/fwtk/ftp-gw/ftp-gw.c Wed Oct 9 02:51:35 1996 352 diff -c -r ./http-gw/http-gw.c ../../NEW/fwtk/http-gw/http-gw.c 354 --- ../../NEW/fwtk/http-gw/http-gw.c Wed Oct 9 02:51:57 1996 412 diff -c -r ./lib/hnam.c ../../NEW/fwtk/lib/hnam.c 414 --- ../../NEW/fwtk/lib/hnam.c Wed Oct 9 02:34:13 1996 500 diff -c -r ./plug-gw/plug-gw.c ../../NEW/fwtk/plug-gw/plug-gw.c 502 --- ../../NEW/fwtk/plug-gw/plug-gw.c Wed Oct 9 02:46:48 1996 554 diff -c -r ./rlogin-gw/rlogin-gw.c ../../NEW/fwtk/rlogin-gw/rlogin-gw.c 556 --- ../../NEW/fwtk/rlogin-gw/rlogin-gw.c Wed Oct 9 02:49:04 1996 [all …]
|
| /netbsd-src/usr.bin/locate/locate/ |
| H A D | locate.c | 98 #ifndef NEW 99 # define NEW(type) (type *) malloc(sizeof (type)) macro 124 dbp = NEW(struct locate_db); in add_db()
|
| /netbsd-src/sys/arch/sun3/dev/ |
| H A D | xyvar.h | 73 #define XY_NEWSTATE(OLD, NEW) (((OLD) & ~XY_SUB_MASK) |(NEW)) /* new state */ argument
|
| H A D | xdvar.h | 73 #define XD_NEWSTATE(OLD, NEW) (((OLD) & ~XD_SUB_MASK) |(NEW)) /* new state */ argument
|
| /netbsd-src/sys/dev/vme/ |
| H A D | xdvar.h | 74 #define XD_NEWSTATE(OLD, NEW) (((OLD) & ~XD_SUB_MASK) |(NEW)) /* new state */ argument
|
| H A D | xyvar.h | 72 #define XY_NEWSTATE(OLD, NEW) (((OLD) & ~XY_SUB_MASK) |(NEW)) /* new state */ argument
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | cmp_ctx_test.c | 337 DEFAULT, NEW, FREE) \ argument 346 TYPE val1_to_free = NEW; \ 349 TYPE val2_to_free = NEW; \ 518 DEFAULT, NEW, FREE) \ argument 520 STACK_OF(ELEM_TYPE)*, NULL, DEFAULT, NEW, FREE) 612 DEFAULT, NEW, FREE) \ argument 628 TYPE val1_to_free = NEW; \ 631 TYPE val2_to_free = NEW; \
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mom/ |
| H A D | NEWS | 226 ***NEW*** 241 ***NEW*** 272 ***NEW*** 295 ***NEW*** 314 ***NEW*** 318 ***NEW*** 363 ***NEW*** 397 ***NEW*** 402 ***NEW*** 409 ***NEW*** [all …]
|
| /netbsd-src/usr.sbin/ac/ |
| H A D | ac.c | 86 #define NEW(type) (type *)malloc(sizeof (type)) macro 145 if ((tp = NEW(struct tty_list)) == NULL) in add_tty() 261 if ((up = NEW(struct user_list)) == NULL) in update_user() 440 if ((lp = NEW(struct utmp_list)) == NULL) in log_in()
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | diff.h | 40 NEW, enumerator 169 XTERN char const *line_format[NEW + 1];
|
| H A D | side.c | 265 changes = (i <= last0 ? OLD : 0) + (j <= last1 ? NEW : 0); in print_sdiff_hunk() 271 if (changes & NEW) in print_sdiff_hunk()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | securitycerts | 5 0 search/1 -----BEGIN\ NEW\ CERTIFICATE RFC1421 Security Certificate Signing Request text
|
| /netbsd-src/external/bsd/ntp/dist/scripts/build/ |
| H A D | VersionName | 41 NEW) ;;
|
| /netbsd-src/usr.sbin/user/ |
| H A D | defs.h | 47 #define NEW(type, ptr, action) NEWARRAY(type, ptr, 1, action) macro
|