Symbol: or
bin/sh/arith_yacc.c
275
b = or(token, val, yylex(), noeval | !!a);
bin/sh/arith_yacc.c
282
arith_t a = or(token, val, op, noeval);
crypto/krb5/src/util/verto/ev.c
1780
OVERLAPPED or, ow;
crypto/openssl/include/crypto/sparc_arch.h
110
or %o7, %lo(SYM), %o7; \
crypto/openssl/include/crypto/sparc_arch.h
67
or reg, %lo(_GLOBAL_OFFSET_TABLE_+4), reg;
crypto/openssl/include/crypto/sparc_arch.h
75
or reg,%lo(_GLOBAL_OFFSET_TABLE_+4), reg; \
lib/libkiconv/xlat16_iconv.c
347
size_t ir, or;
lib/libkiconv/xlat16_iconv.c
370
or = 3;
lib/libkiconv/xlat16_iconv.c
372
bzero(olocal, or);
lib/libkiconv/xlat16_iconv.c
377
if ((my_iconv(cd,(char **)&sp, &ir, (char **)&dp, &or)) != -1) {
lib/libkiconv/xlat16_iconv.c
386
*olen = or;
lib/libkiconv/xlat16_iconv.c
390
switch(or) {
lib/libkiconv/xlat16_iconv.c
424
or = 3;
lib/libkiconv/xlat16_iconv.c
426
bzero(olocal, or);
lib/libkiconv/xlat16_iconv.c
431
if ((my_iconv(cd,(char **)&sp, &ir, (char **)&dp, &or)) != -1) {
share/doc/psd/20.ipctut/dgramread.c
11
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/dgramread.c
13
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/dgramread.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/dgramsend.c
11
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/dgramsend.c
13
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/dgramsend.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/pipe.c
11
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/pipe.c
13
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/pipe.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/socketpair.c
11
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/socketpair.c
13
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/socketpair.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/strchkread.c
11
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/strchkread.c
13
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/strchkread.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/streamread.c
11
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/streamread.c
13
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/streamread.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/streamwrite.c
11
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/streamwrite.c
13
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/streamwrite.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/udgramread.c
11
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/udgramread.c
13
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/udgramread.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/udgramsend.c
11
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/udgramsend.c
13
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/udgramsend.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/ustreamread.c
11
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/ustreamread.c
13
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/ustreamread.c
4
.\" Redistribution and use in source and binary forms, with or without
share/doc/psd/20.ipctut/ustreamwrite.c
11
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/ustreamwrite.c
13
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/ustreamwrite.c
4
.\" Redistribution and use in source and binary forms, with or without
sys/compat/linuxkpi/common/include/asm/atomic.h
336
LINUX_ATOMIC_OP(or, |)
sys/compat/linuxkpi/common/include/asm/atomic.h
341
LINUX_ATOMIC_FETCH_OP(or, |)
sys/dev/drm2/drm_crtc.c
2131
struct drm_mode_fb_cmd *or = data;
sys/dev/drm2/drm_crtc.c
2138
r.fb_id = or->fb_id;
sys/dev/drm2/drm_crtc.c
2139
r.width = or->width;
sys/dev/drm2/drm_crtc.c
2140
r.height = or->height;
sys/dev/drm2/drm_crtc.c
2141
r.pitches[0] = or->pitch;
sys/dev/drm2/drm_crtc.c
2142
r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth);
sys/dev/drm2/drm_crtc.c
2143
r.handles[0] = or->handle;
sys/dev/drm2/drm_crtc.c
2165
or->fb_id = fb->base.id;
sys/dev/ena/ena_sysctl.c
94
ena_srd_eligible_tx_pkts, Number of packets transmitted or could
sys/libkern/iconv_ucs.c
172
size_t in, on, ir, or, inlen, outlen, ucslen;
sys/libkern/iconv_ucs.c
181
or = on = *outbytesleft;
sys/libkern/iconv_ucs.c
185
while (ir > 0 && or > 0) {
sys/libkern/iconv_ucs.c
308
if (ucs4_to_utf8(code, q, &outlen, or) == NULL) {
sys/libkern/iconv_ucs.c
316
or -= outlen;
sys/libkern/iconv_ucs.c
320
&or, casetype & (KICONV_LOWER | KICONV_UPPER));
sys/libkern/iconv_ucs.c
329
if (or < ucslen) {
sys/libkern/iconv_ucs.c
335
or -= ucslen;
sys/libkern/iconv_ucs.c
365
*outbuf += on - or;
sys/libkern/iconv_ucs.c
367
*outbytesleft -= on - or;
sys/libkern/iconv_xlat16.c
118
size_t in, on, ir, or, inlen;
sys/libkern/iconv_xlat16.c
126
or = on = *outbytesleft;
sys/libkern/iconv_xlat16.c
130
while(ir > 0 && or > 0) {
sys/libkern/iconv_xlat16.c
214
if (or < 3) {
sys/libkern/iconv_xlat16.c
221
or -= 3;
sys/libkern/iconv_xlat16.c
225
if (or < 2) {
sys/libkern/iconv_xlat16.c
244
or -= 2;
sys/libkern/iconv_xlat16.c
261
or--;
sys/libkern/iconv_xlat16.c
286
*outbuf += on - or;
sys/libkern/iconv_xlat16.c
288
*outbytesleft -= on - or;
sys/riscv/include/encoding.h
787
DECLARE_INSN(or, MATCH_OR, MASK_OR)
sys/sys/queue.h
119
#warn Use QUEUE_MACRO_DEBUG_xxx instead (TRACE, TRASH and/or ASSERTIONS)
tools/tools/netmap/nmreplay.c
1451
Loss is expressed as packet or bit error rate, which is an absolute
usr.bin/diff3/diff3.c
863
struct range or;
usr.bin/diff3/diff3.c
864
or.from = old->from - 1;
usr.bin/diff3/diff3.c
865
or.to = new->to;
usr.bin/diff3/diff3.c
866
printrange(fp[1], &or);