/src/tests/lib/libc/stdio/ |
t_scanf.c | 34 #define NUM -0x1234 35 #define STRNUM ___STRING(NUM) 49 ATF_REQUIRE(i == NUM); 52 ATF_REQUIRE(i == NUM);
|
/src/usr.sbin/sysinst/ |
msg_cmp.sh | 83 NUM=0 89 NUM=$(( $NUM + 1 )) 94 varname=MSGNAME_$NUM 96 printf "%s (%d):\t%s\n" $msg $NUM $l1
|
/src/tests/lib/libc/stdlib/ |
t_div.c | 34 #define NUM 1999236 50 d = div(NUM, DENOM); 67 ld = ldiv(NUM, DENOM); 84 lld = lldiv(NUM, DENOM);
|
/src/share/examples/refuse/ian/libfetch/ |
Makefile | 43 | while read NUM CAT STRING; do \ 44 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \ 54 | while read NUM CAT STRING; do \ 55 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
|
/src/lib/libterminfo/ |
genhash | 103 genent num NUM
|
/src/sys/arch/bebox/stand/boot/ |
pcconstab.US | 49 FUNC, FUNC, FUNC, FUNC, FUNC, NUM,SCROLL, ASCII, /* scan 64-71 */ 68 6, 7, 8, 9, 10, NUM, STP, '7', /* scan 64-71 */ 87 0, 0, 0, 0, 0, NUM, STP, '7', /* scan 64-71 */ 109 0, 0, 033, '7', '4', '1', 0, NUM, /* scan 88-95 */
|
kbd.c | 43 #define NUM 0x0008 /* numeric shift cursors vs. numeric */ 53 u_char shfts, ctls, alts, caps, num, stp; variable in typeref:typename:u_char 105 if (act & NUM) { 107 /* NUM lock */ 109 num = !num; 111 num = brk ? 0 : 1;
|
/src/sys/arch/prep/stand/boot/ |
pcconstab.US | 49 FUNC, FUNC, FUNC, FUNC, FUNC, NUM,SCROLL, ASCII, /* scan 64-71 */ 68 6, 7, 8, 9, 10, NUM, STP, '7', /* scan 64-71 */ 87 0, 0, 0, 0, 0, NUM, STP, '7', /* scan 64-71 */ 109 0, 0, 033, '7', '4', '1', 0, NUM, /* scan 88-95 */
|
kbd.c | 43 #define NUM 0x0008 /* numeric shift cursors vs. numeric */ 53 u_char shfts, ctls, alts, caps, num, stp; variable in typeref:typename:u_char 105 if (act & NUM) { 107 /* NUM lock */ 109 num = !num; 111 num = brk ? 0 : 1;
|
/src/usr.sbin/makefs/ |
makefs.c | 402 #define NUM(type) \ 434 NUM(uint64_t); 436 NUM(uint32_t); 438 NUM(uint16_t); 440 NUM(uint8_t);
|
/src/usr.sbin/npf/npfctl/ |
npf_parse.y | 179 %token <num> ICMP 180 %token <num> ICMP6 182 %token <num> HEX 188 %token <num> NUM 197 %type <num> port opt_final number afamily opt_family 198 %type <num> block_or_pass rule_dir group_dir block_opts 199 %type <num> maybe_not opt_stateful icmp_type table_type 200 %type <num> map_sd map_algo map_flags map_type layer 201 %type <num> param_val op_unary op_binar [all...] |