/src/usr.sbin/lpr/lpd/ |
ttcompat.c | 52 /* Macros to clear/set/test flags. */ 53 #define SET(t, f) (t) |= (f) 72 SET(flags, ODDP); 74 SET(flags, EVENP); 76 SET(flags, EVENP|ODDP); 80 SET(flags, PASS8); 82 SET(flags, LITOUT); 89 SET(flags, CBREAK); 91 SET(flags, RAW); 110 SET(iflag, BRKINT|IXON|IMAXBEL) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_md5.cc | 27 #define SET(n) \ 30 SET(n) 58 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) 59 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) 60 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) 61 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) 62 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) 63 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) 64 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) 65 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22 [all...] |
/src/libexec/getty/ |
subr.c | 84 np->set = 0; 86 np->set = 1; 92 fp->set = 0; 94 fp->set = 1; 105 printf("cgetflags: %s='%c' set='%c'\n", fp->field, 106 fp->value + '0', fp->set + '0'); 122 if (np->set) 125 if (fp->set) 142 if (!np->set) 145 if (!fp->set) 686 struct pollfd set[1]; local in function:autobaud [all...] |
/src/usr.bin/audio/ctl/ |
ctl.c | 88 #define SET 4 285 p->flags |= SET; 396 if (fields[i].flags & SET) { 411 "(use -w to set a " 451 err(1, "set failed"); 459 err(1, "set failed");
|
/src/usr.bin/tr/ |
str.c | 55 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state; 58 int equiv[2]; /* equivalence set */ 59 int *set; /* set of characters */ member in struct:str 87 s->set = NULL; 96 if (s->set != NULL && s->set != s->equiv) { 97 free(s->set); 158 case SET: 159 s->lastch = s->set[s->cnt++] [all...] |
/src/usr.bin/vndcompress/ |
common.h | 81 #define SET(t, f) ((t) |= (f)) 115 * n_blocks = (n_offsets + 1) (extra offset to set last block end)
|
/src/lib/libc/gen/ |
fts.c | 103 #define SET(opt) (sp->fts_options |= (opt)) 143 SET(FTS_NOCHDIR); 198 * finished the node before the root(s); set p->fts_info to FTS_INIT 218 SET(FTS_NOCHDIR); 244 * actually enter the directory until after the preorder visit, set 347 /* Set current node pointer. */ 406 * to make the names come out right, and set the parent errno 408 * Set the FTS_DONTCHDIR flag so that when we logically change 437 * We are going to free sp->fts_cur, set it to NULL so 454 SET(FTS_STOP) [all...] |
/src/lib/libc/citrus/modules/ |
citrus_hz.c | 97 escape_list *set; member in struct:escape_t 102 #define SET(escape) ((escape)->set) 104 #define INIT(escape) (TAILQ_FIRST(SET(escape))) 107 find_escape(escape_list *set, int ch) 111 _DIAGASSERT(set != NULL); 113 TAILQ_FOREACH(escape, set, entry) { 283 SET(psenc->inuse), ch); 394 if (SET(psenc->inuse) == SET(candidate)) [all...] |
/src/sys/sys/ |
types.h | 361 #define SET(t, f) ((t) |= (f))
|
/src/sbin/rcorder/ |
rcorder.c | 99 SET = 1, 305 head->head = SET; 492 head->head = SET; 611 if (head->in_progress == SET) { 618 head->in_progress = SET; 681 if (fnode->in_progress == SET) { 689 fnode->in_progress = SET; 764 * executed only once for every strongly connected set of
|
/src/sys/arch/hpc/include/ |
config_hook.h | 84 /* set value and send event */ 192 #define SET CONFIG_HOOK_SET 235 /* set/get */
|
/src/sbin/ping/ |
ping.c | 110 #define F_DF 0x0400 /* set IP DF bit */ 111 #define F_SOURCE_ADDR 0x0800 /* set source IP address/interface */ 136 #define SET(seq) (A(seq) |= B(seq)) 567 err(EXIT_FAILURE, "Can't set special IP header"); 590 err(EXIT_FAILURE, "Can't set multicast time-to-live"); 596 err(EXIT_FAILURE, "Can't set multicast source interface"); 602 err(EXIT_FAILURE, "Can't set source interface/address"); 688 err(EXIT_FAILURE, "Cannot set the receive buffer size"); 700 * Set up two signal masks: 936 err(EXIT_FAILURE, "Can't set special IP header") [all...] |
/src/common/lib/libc/misc/ |
ubsan.c | 77 #define SET(t, f) ((t) |= (f)) 1288 SET(ubsan_flags, UBSAN_ABORT); 1294 SET(ubsan_flags, UBSAN_STDERR); 1300 SET(ubsan_flags, UBSAN_SYSLOG); 1306 SET(ubsan_flags, UBSAN_STDOUT);
|
/src/sbin/ping6/ |
ping6.c | 162 #define SET(bit) (A(bit) |= B(bit)) 600 /* set the source address if specified. */ 606 /* set the gateway (next hop) if specified */ 768 /* set IP6 packet options */ 785 /* set the outgoing interface */ 1367 SET(seq % mx_dup_ck); 1417 SET(seq % mx_dup_ck); 2451 warnx("Unable to set IPsec policy");
|
/src/tests/dev/audio/ |
audiotest.c | 635 /* Set device name */ 671 /* Set this thread's name */ 745 /* Set testname */ 1344 const char * const typename[] = { "CLASS", "ENUM", "SET", "VALUE" }; 2274 /* Set pause not to play noise */ 2541 /* Set pause */ 3093 /* Set pause and hiwat */ 3100 /* Get the set hiwat again */ 3163 /* and also set encoding */ 3182 /* Anyway, set the parameters * [all...] |
/src/sys/dev/pci/qat/ |
qatvar.h | 80 #if !defined(SET) 81 #define SET(t, f) ((t) |= (f))
|