| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | ccbase.c | 45 #define NEXT NULL macro 49 static struct krb5_cc_typelist cc_lcc_entry = { &krb5_lcc_ops, NEXT }; 50 #undef NEXT 51 #define NEXT &cc_lcc_entry macro 56 static struct krb5_cc_typelist cc_stdcc_entry = { &krb5_cc_stdcc_ops, NEXT }; 57 #undef NEXT 58 #define NEXT &cc_stdcc_entry macro 61 static struct krb5_cc_typelist cc_mcc_entry = { &krb5_mcc_ops, NEXT }; 62 #undef NEXT 63 #define NEXT &cc_mcc_entry macro [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | counter-append.mk | 15 NEXT= ${COUNTER::+=a}${COUNTER:[#]} 19 A:= ${NEXT} 20 B:= ${NEXT} 21 C:= ${NEXT}
|
| H A D | counter.mk | 15 NEXT= ${COUNTER::=${COUNTER} a}${COUNTER:[#]} 19 A:= ${NEXT} 20 B:= ${NEXT} 21 C:= ${NEXT}
|
| /freebsd/sys/contrib/vchiq/interface/compat/ |
| H A D | list.h | 216 #define list_for_each_safe(VAR, NEXT, HEAD) \ argument 218 ((VAR) != (HEAD)) && ((NEXT) = list_next((VAR)), 1); \ 219 (VAR) = (NEXT)) 233 #define list_for_each_entry_safe(VAR, NEXT, HEAD, FIELD) \ argument 236 ((NEXT) = list_entry(list_next(&(VAR)->FIELD), \ 238 (VAR) = (NEXT)) 250 #define list_for_each_entry_safe_from(VAR, NEXT, HEAD, FIELD) \ argument 253 ((NEXT) = list_next_entry((VAR), FIELD)); \ 254 (VAR) = (NEXT))
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade_008_pos.ksh | 87 NEXT=$(random $config $MAX_VER) 88 log_must $ZPOOL upgrade -V $NEXT $pool 89 check_poolversion $pool $NEXT
|
| /freebsd/sbin/hastd/ |
| H A D | lzf.c | 51 # define NEXT(v,p) (((v) << 8) | p[2]) macro 72 # define NEXT(v,p) ((v) << 5) ^ p[2] 149 hval = NEXT (hval, ip); in lzf_compress() 242 hval = NEXT (hval, ip); in lzf_compress() 247 hval = NEXT (hval, ip); in lzf_compress() 256 hval = NEXT (hval, ip); in lzf_compress()
|
| /freebsd/sys/netinet6/ |
| H A D | in6_src.c | 161 #define NEXT(r) do {\ macro 346 NEXT(2); in in6_selectsrc() 349 NEXT(2); in in6_selectsrc() 358 NEXT(3); in in6_selectsrc() 371 NEXT(5); in in6_selectsrc() 386 NEXT(6); in in6_selectsrc() 411 NEXT(7); in in6_selectsrc() 416 NEXT(7); in in6_selectsrc() 427 NEXT(8); in in6_selectsrc() 438 NEXT(9); in in6_selectsrc() [all …]
|
| /freebsd/usr.sbin/mptable/ |
| H A D | mptable.c | 254 #define NEXT(X) ((X) += 4) macro 282 for ( x = 0; x < ONE_KBYTE / (int)sizeof ( unsigned int ); NEXT(x) ) { in apic_probe() 306 for ( x = 0; x < ONE_KBYTE / (int)sizeof ( unsigned int ); NEXT(x) ) { in apic_probe() 323 for ( x = 0; x < ONE_KBYTE / (int)sizeof ( unsigned int ); NEXT(x) ) { in apic_probe() 338 for ( x = 0; x < BIOS_SIZE / (int)sizeof( unsigned int ); NEXT(x) ) { in apic_probe() 352 for ( x = 0; x < BIOS_SIZE / (int)sizeof( unsigned int ); NEXT(x) ) { in apic_probe() 368 for ( x = 0; x < GROPE_SIZE / (int)sizeof( unsigned int ); NEXT(x) ) { in apic_probe() 382 for ( x = 0; x < GROPE_SIZE / (int)sizeof( unsigned int ); NEXT(x) ) { in apic_probe()
|
| /freebsd/contrib/libcbor/misc/ |
| H A D | update_version.py | 28 NEXT = f'Next\n{SEP}' variable 30 replace('CHANGELOG.md', NEXT, changelog_header)
|
| /freebsd/lib/libc/resolv/ |
| H A D | res_update.c | 111 rrecp = LINKED(rrecp, r_link) ? NEXT(rrecp, r_link) : NULL) { in res_nupdate() 125 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) in res_nupdate() 146 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) { in res_nupdate()
|
| H A D | res_findzonecut.c | 240 nsrr = NEXT(nsrr, link)) in satisfy() 258 for (arr = HEAD(nsrr->addrs); arr != NULL; arr = NEXT(arr, link)) { in add_addrs() 456 nsrr_n = NEXT(nsrr, link); in get_glue() 664 for (nsrr = HEAD(*nsrrsp); nsrr != NULL; nsrr = NEXT(nsrr, link)) in find_ns()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 194 #undef NEXT 195 #define NEXT(ep) ((ep >= LastEV(SP_PARM)) \ macro 877 sp->_mouse_writep = NEXT(eventp); in _nc_mouse_event() 902 sp->_mouse_writep = eventp = NEXT(eventp); in _nc_mouse_event() 924 sp->_mouse_writep = eventp = NEXT(eventp); in _nc_mouse_event() 1388 sp->_mouse_writep = NEXT(eventp); in _nc_mouse_inline() 1560 ep = NEXT(ep); in _nc_mouse_parse() 1576 next = NEXT(ep); in _nc_mouse_parse() 1626 first_invalid = NEXT(first_invalid); in _nc_mouse_parse() 1669 next = NEXT(ep); in _nc_mouse_parse() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regcomp.c | 250 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) 252 #define NEXT() (p->next++) macro 546 NEXT(); in p_ere_exp() 583 NEXT(); in p_ere_exp() 751 NEXT(); in p_simp_re() 907 NEXT(); in p_b_term() 934 NEXT(); in p_b_cclass() 992 NEXT(); in p_b_coll_elem()
|
| /freebsd/contrib/nvi/regex/ |
| H A D | regcomp.c | 143 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) 145 #define NEXT() (p->next++) macro 427 NEXT(); in p_ere_exp() 464 NEXT(); in p_ere_exp() 651 NEXT(); in p_simp_re() 808 NEXT(); in p_b_term() 836 NEXT(); in p_b_cclass() 899 NEXT(); in p_b_coll_elem()
|
| /freebsd/contrib/one-true-awk/ |
| H A D | awkgram.y | 56 %token <i> GENSUB SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE 84 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER 332 | NEXT st { if (infunc) 334 $$ = stat1(NEXT, NIL); }
|
| H A D | maketab.c | 96 { NEXT, "jump", "next" },
|
| H A D | lex.c | 78 { "next", NEXT, NEXT },
|
| /freebsd/lib/libc/regex/ |
| H A D | regcomp.c | 177 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) 180 #define NEXT() (p->next++) macro 572 NEXT(); in p_ere_exp() 609 NEXT(); in p_ere_exp() 986 NEXT(); in p_simp_re() 1136 NEXT(); 1214 NEXT(); 1289 NEXT();
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | rpi | 44 #>(4.L) ubelong x NEXT=%8.8x
|
| /freebsd/sys/sys/ |
| H A D | kbio.h | 155 #define NEXT 0x0a /* switch to next screen */ macro
|
| /freebsd/lib/libc/include/isc/ |
| H A D | list.h | 94 #define NEXT(elt, link) ((elt)->link.next) macro
|
| /freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
| H A D | util.h | 197 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link) macro
|
| /freebsd/usr.bin/msgs/ |
| H A D | msgs.c | 88 #define NEXT "Next message? [yq]" macro 518 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT)); in main()
|
| /freebsd/contrib/ntp/libntp/lib/isc/ |
| H A D | task.c | 661 next_event = NEXT(event, ev_link); in dequeue_events() 698 next_event = NEXT(event, ev_link); in isc__task_purgerange() 749 next_event = NEXT(curr_event, ev_link); in isc__task_purgeevent() 1518 task = NEXT(task, link)) { in isc__taskmgr_destroy()
|
| /freebsd/usr.sbin/kbdcontrol/ |
| H A D | kbdcontrol.c | 220 return NEXT | SPECIAL; in get_entry() 439 case NEXT | SPECIAL: in print_entry() 641 case NEXT: in dump_entry()
|