Symbol: any
bin/csh/dol.c
545
if ((i < 0 || i > upb) && !any("-*", *np)) {
bin/csh/dol.c
646
|| Isdigit(delim) || any(" \t\n", delim)) {
bin/csh/dol.c
661
if (!any("htrqxes", c))
bin/csh/dol.c
695
|| Isdigit(delim) || any(" \t\n", delim)) {
bin/csh/dol.c
914
if (!any("$\\`", c))
bin/csh/dol.c
931
if (any(short2str(mbp), '`')) {
bin/csh/exec.c
150
slash = any(short2str(expath), '/');
bin/csh/exec.c
515
slash = any(short2str(name), '/');
bin/csh/exec.c
703
int slash = any(short2str(sp->word), '/');
bin/csh/exp.c
300
if (op && any("<>", op[0]) && op[0] == op[1]) {
bin/csh/exp.c
473
if (*cp == '-' && any("erwxfdzopls", cp[1])) {
bin/csh/extern.h
205
int any(const char *, int);
bin/csh/lex.c
1107
if (any("-$*", c))
bin/csh/lex.c
1159
if (any("(=~", c)) {
bin/csh/lex.c
1166
while (!cmap(c, _ESC | _META | _QF | _QB) && !any("${}:", c)) {
bin/csh/lex.c
443
if (any("\t \n", c)) {
bin/csh/lex.c
593
|| Isdigit(delim) || any(" \t\n", delim)) {
bin/csh/lex.c
608
if (!any("htrqxes", c)) {
bin/csh/lex.c
693
if (!any(":^$*-%", c))
bin/csh/lex.c
785
if (letter(delim) || Isdigit(delim) || any(" \t\n", delim)) {
bin/csh/parse.c
218
if (any(";&\n", p1->word[0]))
bin/csh/parse.c
499
if (any(RELPAR, p->next->word[0]))
bin/csh/parse.c
556
if (any(RELPAR, p->word[0])) {
bin/csh/parse.c
575
if (any(RELPAR, p->word[0])) {
bin/csh/parse.c
95
if (any(";&\n", p1->word[0]))
bin/csh/set.c
305
if (any("+-", c)) {
bin/csh/set.c
311
if (any("<>", op)) {
bin/csh/time.c
100
else if (*v == 0 && any("+-", cp[0]))
bin/ksh/vi.c
705
int any;
bin/ksh/vi.c
851
any = 0;
bin/ksh/vi.c
853
any = 1;
bin/ksh/vi.c
854
if (any && es->cursor != 0)
bin/mt/mt.c
294
int any, i;
bin/mt/mt.c
297
any = 0;
bin/mt/mt.c
306
if (any)
bin/mt/mt.c
308
any = 1;
bin/sh/eval.c
1397
case any others similar:
bin/sh/eval.c
221
int any;
bin/sh/eval.c
229
any = 0; /* to determine if exitstatus will have been set */
bin/sh/eval.c
237
any = 1;
bin/sh/eval.c
245
if (!any)
bin/sh/jobs.c
722
int any = 0;
bin/sh/jobs.c
732
any = 1;
bin/sh/jobs.c
742
if (!any && *argptr == 0)
bin/sh/jobs.c
762
any ? " -n" : "", *argptr ? " pid..." : ""));
bin/sh/jobs.c
771
if (any && *argptr == NULL)
bin/sh/jobs.c
779
("builtin wait%s%s\n", any ? " -n" : "", *argptr ? " pid..." : ""));
bin/sh/jobs.c
798
if (any && jp->state == JOBDONE) {
bin/sh/jobs.c
827
any ? "-n " : "", *argptr ? *argptr : "",
bin/sh/jobs.c
847
retval = any || *argptr ? 127 : 0;
bin/sh/jobs.c
907
if (any || job == last) {
bin/sh/jobs.c
936
if (any || (found > 0 && --found == 0)) {
common/lib/libc/stdlib/_strtol.h
149
for (acc = 0, any = 0;; c = *s++) {
common/lib/libc/stdlib/_strtol.h
160
if (any < 0)
common/lib/libc/stdlib/_strtol.h
166
any = -1;
common/lib/libc/stdlib/_strtol.h
169
any = 0;
common/lib/libc/stdlib/_strtol.h
173
any = 1;
common/lib/libc/stdlib/_strtol.h
181
any = -1;
common/lib/libc/stdlib/_strtol.h
184
any = 0;
common/lib/libc/stdlib/_strtol.h
188
any = 1;
common/lib/libc/stdlib/_strtol.h
196
*endptr = __UNCONST(any ? s - 1 : nptr);
common/lib/libc/stdlib/_strtol.h
61
int i, neg, any, cutlim;
common/lib/libc/stdlib/_strtoul.h
127
for (acc = 0, any = 0;; c = *s++) {
common/lib/libc/stdlib/_strtoul.h
138
if (any < 0)
common/lib/libc/stdlib/_strtoul.h
143
any = -1;
common/lib/libc/stdlib/_strtoul.h
146
any = 0;
common/lib/libc/stdlib/_strtoul.h
150
any = 1;
common/lib/libc/stdlib/_strtoul.h
155
if (neg && any > 0)
common/lib/libc/stdlib/_strtoul.h
159
*endptr = __UNCONST(any ? s - 1 : nptr);
common/lib/libc/stdlib/_strtoul.h
61
int i, neg, any, cutlim;
games/hack/hack.invent.c
733
char any[BUFSZ];
games/hack/hack.invent.c
748
any[ct++] = ilet;
games/hack/hack.invent.c
754
any[ct] = 0;
games/hack/hack.invent.c
755
assert(ct < sizeof(any));
games/hack/hack.invent.c
756
cornline(2, any);
games/hack/hack.objnam.c
618
goto any;
games/hack/hack.objnam.c
638
any:
lib/libc/locale/_wcstol.h
114
for (acc = 0, any = 0;; wc = (wchar_t) *s++) {
lib/libc/locale/_wcstol.h
120
if (any < 0)
lib/libc/locale/_wcstol.h
124
any = -1;
lib/libc/locale/_wcstol.h
128
any = 1;
lib/libc/locale/_wcstol.h
134
any = -1;
lib/libc/locale/_wcstol.h
138
any = 1;
lib/libc/locale/_wcstol.h
145
*endptr = __UNCONST(any ? s - 1 : nptr);
lib/libc/locale/_wcstol.h
60
int neg, any, cutlim;
lib/libc/locale/_wcstoul.h
100
for (acc = 0, any = 0;; wc = (wchar_t) *s++) {
lib/libc/locale/_wcstoul.h
106
if (any < 0)
lib/libc/locale/_wcstoul.h
109
any = -1;
lib/libc/locale/_wcstoul.h
113
any = 1;
lib/libc/locale/_wcstoul.h
118
if (neg && any > 0)
lib/libc/locale/_wcstoul.h
121
*endptr = __UNCONST(any ? s - 1 : nptr);
lib/libc/locale/_wcstoul.h
59
int neg, any, cutlim;
sbin/brconfig/brconfig.c
300
int i, any = 0;
sbin/brconfig/brconfig.c
312
if (any)
sbin/brconfig/brconfig.c
314
any = 1;
sbin/canconfig/canconfig.c
265
int i, any = 0;
sbin/canconfig/canconfig.c
277
if (any)
sbin/canconfig/canconfig.c
279
any = 1;
sbin/ifconfig/af_inet6.c
230
} any = {.sin6 = {.sin6_family = AF_INET6}};
sbin/ifconfig/af_inet6.c
231
memcpy(&any.sin6.sin6_addr, &in6addr_any,
sbin/ifconfig/af_inet6.c
232
sizeof(any.sin6.sin6_addr));
sbin/ifconfig/af_inet6.c
234
&any.sa);
sys/arch/amiga/dev/ms.c
264
int mb, ub, d, get, put, any, port;
sys/arch/amiga/dev/ms.c
347
any = 0;
sys/arch/amiga/dev/ms.c
375
any = 1;
sys/arch/amiga/dev/ms.c
394
any = 1;
sys/arch/amiga/dev/ms.c
413
any = 1;
sys/arch/amiga/dev/ms.c
418
if (any) {
sys/arch/ia64/stand/common/strtol.c
112
for (acc = 0, any = 0;; c = *s++) {
sys/arch/ia64/stand/common/strtol.c
123
if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
sys/arch/ia64/stand/common/strtol.c
124
any = -1;
sys/arch/ia64/stand/common/strtol.c
126
any = 1;
sys/arch/ia64/stand/common/strtol.c
131
if (any < 0) {
sys/arch/ia64/stand/common/strtol.c
137
*endptr = (char *)(any ? s - 1 : nptr);
sys/arch/ia64/stand/common/strtol.c
63
int neg = 0, any, cutlim;
sys/arch/m68k/fpsp/fpsp.h
14
* PARTICULAR PURPOSE and any warranty against infringement with
sys/arch/m68k/fpsp/fpsp.h
16
* and any accompanying written materials.
sys/arch/m68k/fpsp/fpsp.h
28
* without alteration in any modified and/or redistributed versions,
sys/arch/m68k/fpsp/fpsp.h
31
* under any patents or trademarks of Motorola, Inc.
sys/arch/m68k/fpsp/fpsp.h
40
* frame and any local variables needed by the FPSP package.
sys/arch/m68k/fpsp/fpsp.h
97
* temporaries. If a routine needs to change any
sys/arch/m68k/fpsp/l_fpsp.h
110
* the final result will be correctly rounded and any specified
sys/arch/m68k/fpsp/l_fpsp.h
14
* PARTICULAR PURPOSE and any warranty against infringement with
sys/arch/m68k/fpsp/l_fpsp.h
16
* and any accompanying written materials.
sys/arch/m68k/fpsp/l_fpsp.h
28
* without alteration in any modified and/or redistributed versions,
sys/arch/m68k/fpsp/l_fpsp.h
31
* under any patents or trademarks of Motorola, Inc.
sys/arch/m68k/fpsp/l_fpsp.h
50
* work variables that are needed, and save any registers that
sys/arch/sparc/dev/ms_pckbport.c
198
int mb, ub, d, get, put, any;
sys/arch/sparc/dev/ms_pckbport.c
234
any = 0;
sys/arch/sparc/dev/ms_pckbport.c
254
any = 1; \
sys/arch/sparc/dev/ms_pckbport.c
292
if (any) {
sys/arch/x68k/dev/ms.c
368
int mb, ub, d, get, put, any;
sys/arch/x68k/dev/ms.c
420
any = 0;
sys/arch/x68k/dev/ms.c
453
any++;
sys/arch/x68k/dev/ms.c
462
any++;
sys/arch/x68k/dev/ms.c
480
any++;
sys/arch/x68k/dev/ms.c
483
if (any) {
sys/compat/common/vfs_syscalls_30.c
222
bool any = false;
sys/compat/common/vfs_syscalls_30.c
289
any = true;
sys/compat/common/vfs_syscalls_30.c
309
any = true;
sys/compat/common/vfs_syscalls_30.c
313
if (!any) {
sys/dev/gpio/gpioirq.c
307
int error = 0,any;
sys/dev/gpio/gpioirq.c
319
any = 0;
sys/dev/gpio/gpioirq.c
323
while (any == 0) {
sys/dev/gpio/gpioirq.c
327
any = 1;
sys/dev/gpio/gpioirq.c
343
if (any == 1 && error == 0) {
sys/dev/i2c/sht3x.c
1488
int error,any;
sys/dev/i2c/sht3x.c
1495
any = 0;
sys/dev/i2c/sht3x.c
1499
while (any == 0) {
sys/dev/i2c/sht3x.c
1503
any = 1;
sys/dev/i2c/sht3x.c
1515
if (any == 1 && error == 0) {
sys/dev/random.c
252
bool privileged = false, any = false;
sys/dev/random.c
283
any = true;
sys/dev/random.c
301
if (any && error == 0)
sys/dev/sun/ms.c
235
int mb, ub, d, get, put, any;
sys/dev/sun/ms.c
329
any = 0;
sys/dev/sun/ms.c
347
any = 1
sys/dev/sun/ms.c
381
if (any) {
sys/dist/pf/net/pf.c
3349
m_copyback(m, off, hdrlen, pd->hdr.any);
sys/dist/pf/net/pf.c
3732
m_copyback(m, off, hdrlen, pd->hdr.any);
sys/dist/pf/net/pfvar.h
1091
void *any;
sys/kern/kern_exec.c
1938
SLIST_HEAD(,exec_entry) any;
sys/kern/kern_exec.c
1958
SLIST_INIT(&any);
sys/kern/kern_exec.c
1967
SLIST_INSERT_HEAD(&any, ex, ex_slist);
sys/kern/kern_exec.c
1988
SLIST_FOREACH(ex, &any, ex_slist) {
sys/kern/uipc_domain.c
271
const struct sockaddr *any;
sys/kern/uipc_domain.c
273
if ((any = sockaddr_any(sa)) == NULL)
sys/kern/uipc_domain.c
276
return sockaddr_const_addr(any, slenp);
sys/net/if.c
3338
const struct sockaddr *any, *sa;
sys/net/if.c
3370
if ((any = sockaddr_any(sa)) == NULL || sa->sa_len != any->sa_len)
sys/net/if_gre.c
283
const struct sockaddr *any;
sys/net/if_gre.c
285
if ((any = sockaddr_any_by_family(AF_INET)) == NULL &&
sys/net/if_gre.c
286
(any = sockaddr_any_by_family(AF_INET6)) == NULL)
sys/net/if_gre.c
305
sockaddr_copy(sstosa(&sp->sp_dst), sizeof(sp->sp_dst), any);
sys/net/if_gre.c
306
sockaddr_copy(sstosa(&sp->sp_src), sizeof(sp->sp_src), any);
sys/netbt/rfcomm_dlc.c
109
any = dlc;
sys/netbt/rfcomm_dlc.c
114
dlc = best ? best : any;
sys/netbt/rfcomm_dlc.c
76
struct rfcomm_dlc *new, *dlc, *any, *best;
sys/netbt/rfcomm_dlc.c
92
any = best = NULL;
sys/netinet/tcp_vtw.c
1958
struct in_addr any;
sys/netinet/tcp_vtw.c
1961
any.s_addr = htonl(INADDR_ANY);
sys/netinet/tcp_vtw.c
1963
it = tcp_init_ports_v4(any, inp->inp_lport, 1);
sys/netinet/tcp_vtw.c
2028
static struct in6_addr any = IN6ADDR_ANY_INIT;
sys/netinet/tcp_vtw.c
2031
it = tcp_init_ports_v6(&any
tests/net/inpcb/inpcb_bind.c
118
unicast_testsuite(struct addrinfo *local, struct addrinfo *any)
tests/net/inpcb/inpcb_bind.c
126
rc |= runtest(s++, any, 0, 0, NULL, EADDRINUSE);
tests/net/inpcb/inpcb_bind.c
127
rc |= runtest(s++, any, 1, 0, NULL, 0);
tests/net/inpcb/inpcb_bind.c
134
rc |= runtest(s++, any, 0, 0, NULL, 0);
tests/net/inpcb/inpcb_bind.c
153
rc |= runtest(s++, any, 0, 1, NULL, 0);
tests/net/inpcb/inpcb_bind.c
154
rc |= runtest(s++, any, 0, 1, NULL, 0);
tests/net/inpcb/inpcb_bind.c
155
rc |= runtest(s++, any, 1, 0, NULL, EADDRINUSE);
tests/net/inpcb/inpcb_bind.c
156
rc |= runtest(s++, any, 0, 0, NULL, EADDRINUSE);
tests/net/inpcb/inpcb_bind.c
172
rc |= runtest(s++, any, 1, 0, NULL, 0);
tests/net/inpcb/inpcb_bind.c
173
rc |= runtest(s++, any, 1, 0, NULL, EADDRINUSE);
tests/net/inpcb/inpcb_bind.c
174
rc |= runtest(s++, any, 0, 1, NULL, EADDRINUSE);
tests/net/inpcb/inpcb_bind.c
270
struct addrinfo *any, struct ipv6_mreq *any_mreq)
tests/net/inpcb/inpcb_bind.c
278
rc |= runtest(s++, any, 0, 0, any_mreq, EADDRINUSE);
tests/net/inpcb/inpcb_bind.c
279
rc |= runtest(s++, any, 1, 0, any_mreq, 0);
tests/net/inpcb/inpcb_bind.c
286
rc |= runtest(s++, any, 0, 0, any_mreq, 0);
tests/net/inpcb/inpcb_bind.c
310
rc |= runtest(s++, any, 0, 1, any_mreq, 0);
tests/net/inpcb/inpcb_bind.c
311
rc |= runtest(s++, any, 0, 1, any_mreq, 0);
tests/net/inpcb/inpcb_bind.c
312
rc |= runtest(s++, any, 1, 0, any_mreq, EADDRINUSE);
tests/net/inpcb/inpcb_bind.c
313
rc |= runtest(s++, any, 0, 0, any_mreq, EADDRINUSE);
tests/net/inpcb/inpcb_bind.c
332
rc |= runtest(s++, any, 1, 0, any_mreq, 0);
tests/net/inpcb/inpcb_bind.c
333
rc |= runtest(s++, any, 1, 0, any_mreq, EADDRINUSE);
tests/net/inpcb/inpcb_bind.c
334
rc |= runtest(s++, any, 0, 1, any_mreq, EADDRINUSE);
tests/net/inpcb/inpcb_bind.c
335
rc |= runtest(s++, any, 0, 0, any_mreq, EADDRINUSE);
tests/net/inpcb/inpcb_bind.c
349
struct addrinfo hints, *baddr, *any, *mifa;
tests/net/inpcb/inpcb_bind.c
370
if ((error = getaddrinfo(NULL, bport_s, &hints, &any)))
tests/net/inpcb/inpcb_bind.c
373
any->ai_canonname = strdup("*");
tests/net/inpcb/inpcb_bind.c
380
return unicast_testsuite(baddr, any);
tests/net/inpcb/inpcb_bind.c
402
return unicast_testsuite(baddr, any);
tests/net/inpcb/inpcb_bind.c
436
((struct sockaddr_in6 *)any->ai_addr)->sin6_addr;
tests/net/inpcb/inpcb_bind.c
443
rc |= mcast6_testsuite(baddr, &local_i6mr, any, &any_i6mr);
tests/usr.bin/indent/opt_version.c
9
When the option '--version' is given, any other options are ignored.
tests/usr.bin/xlint/lint1/gcc_cast_union.c
62
union anything any;
tests/usr.bin/xlint/lint1/gcc_cast_union.c
64
any = (union anything)(_Bool)0;
tests/usr.bin/xlint/lint1/gcc_cast_union.c
65
any = (union anything)(char)'\0';
tests/usr.bin/xlint/lint1/gcc_cast_union.c
66
any = (union anything)(signed char)'\0';
tests/usr.bin/xlint/lint1/gcc_cast_union.c
67
any = (union anything)(unsigned char)'\0';
tests/usr.bin/xlint/lint1/gcc_cast_union.c
68
any = (union anything)(short)'\0';
tests/usr.bin/xlint/lint1/gcc_cast_union.c
69
any = (union anything)(unsigned short)'\0';
tests/usr.bin/xlint/lint1/gcc_cast_union.c
70
any = (union anything)(int)'\0';
tests/usr.bin/xlint/lint1/gcc_cast_union.c
71
any = (union anything)(unsigned int)'\0';
tests/usr.bin/xlint/lint1/gcc_cast_union.c
72
any = (union anything)(long)'\0';
tests/usr.bin/xlint/lint1/gcc_cast_union.c
73
any = (union anything)(unsigned long)'\0';
tests/usr.bin/xlint/lint1/gcc_cast_union.c
74
any = (union anything)(long long)'\0';
tests/usr.bin/xlint/lint1/gcc_cast_union.c
75
any = (union anything)(unsigned long long)'\0';
tests/usr.bin/xlint/lint1/gcc_cast_union.c
76
any = (union anything)0.0F;
tests/usr.bin/xlint/lint1/gcc_cast_union.c
77
any = (union anything)0.0;
tests/usr.bin/xlint/lint1/gcc_cast_union.c
78
any = (union anything)0.0L;
tests/usr.bin/xlint/lint1/gcc_cast_union.c
79
any = (union anything)(struct m_struct){ 0 };
tests/usr.bin/xlint/lint1/gcc_cast_union.c
80
any = (union anything)(union m_union){ 0 };
tests/usr.bin/xlint/lint1/gcc_cast_union.c
81
any = (union anything)E1;
tests/usr.bin/xlint/lint1/gcc_cast_union.c
82
any = (union anything)E2;
tests/usr.bin/xlint/lint1/gcc_cast_union.c
85
any = (union anything)OTHER;
tests/usr.bin/xlint/lint1/gcc_cast_union.c
87
any = (union anything)"char *";
tests/usr.bin/xlint/lint1/gcc_cast_union.c
88
any = (union anything)(const char *)"char *";
tests/usr.bin/xlint/lint1/gcc_cast_union.c
90
any = (union anything)(double[5]){ 0.0, 1.0, 2.0, 3.0, 4.0 };
tests/usr.bin/xlint/lint1/gcc_cast_union.c
92
any = (union anything)(double[4]){ 0.0, 1.0, 2.0, 3.0 };
tests/usr.bin/xlint/lint1/gcc_cast_union.c
94
any = (union anything)(int[5]){ 0, 1, 2, 3, 4 };
tests/usr.bin/xlint/lint1/gcc_cast_union.c
95
any = (union anything)(float _Complex)0.0F;
tests/usr.bin/xlint/lint1/gcc_cast_union.c
96
any = (union anything)(double _Complex)0.0;
tests/usr.bin/xlint/lint1/gcc_cast_union.c
97
any = (union anything)(long double _Complex)0.0L;
tests/usr.bin/xlint/lint1/gcc_cast_union.c
99
any = any;
tests/usr.bin/xlint/lint1/gcc_stmt_asm.c
17
asm(any "string" or 12345 || whatever);
tests/usr.bin/xlint/lint1/init_c99.c
29
struct_initialization_via_assignment(any arg)
tests/usr.bin/xlint/lint1/init_c99.c
31
any local = arg;
tests/usr.bin/xlint/lint1/init_c99.c
46
any local = { "hello" };
tests/usr.bin/xlint/lint1/init_c99.c
53
any local = {{{{ "hello" }}}};
tests/usr.bin/xlint/lint1/init_c99.c
62
initialization_with_too_many_braces(any arg)
tests/usr.bin/xlint/lint1/init_c99.c
65
any local = { arg };
tests/usr.bin/xlint/lint1/msg_185.c
15
initialization_with_redundant_braces(any arg)
tests/usr.bin/xlint/lint1/msg_185.c
18
any local = { 3.0 };
usr.bin/rdist/defs.h
152
int any(int, const char *);
usr.bin/rdist/docmd.c
576
if (!any('@', to->n_name) && rhost != NULL)
usr.bin/rdist/docmd.c
582
if (!any('@', to->n_name) && rhost != NULL)
usr.bin/rdist/expand.c
273
while (!any(*cp, shchars)) {
usr.bin/rdist/gram.y
293
if (any(c, quotechars))
usr.bin/rdist/gram.y
302
if (c == EOF || any(c, " \"'\t()=;:\n")) {
usr.bin/tip/acu.c
122
for (cp = string; !any(*cp, " \t\n"); cp++)
usr.bin/tip/acu.c
131
while (any(*cp, " \t"))
usr.bin/tip/cmds.c
163
if (eof || any(c, eofchars))
usr.bin/tip/cmds.c
926
if (any(c, s2))
usr.bin/tip/tip.c
449
bol = any(gch, value(EOL));
usr.bin/tip/tip.h
262
int any(char, const char *);
usr.bin/tip/tipout.c
182
any(*cp, value(EXCEPTIONS)))
usr.bin/xlint/lint1/tree.c
540
goto any;
usr.bin/xlint/lint1/tree.c
598
any:
usr.sbin/fstyp/hammer2_disk.h
550
#define H2_LNK_VOLCONF(msg) ((dmsg_lnk_hammer2_volconf_t *)(msg)->any.buf)
usr.sbin/mld6query/mld6.c
117
mreq.ipv6mr_multiaddr = any;
usr.sbin/mld6query/mld6.c
292
mreq.ipv6mr_multiaddr = any;
usr.sbin/mld6query/mld6.c
60
static struct in6_addr maddr = IN6ADDR_ANY_INIT, any = IN6ADDR_ANY_INIT;