Searched defs:ANY (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c71 #define ANY 0 macro
256 case ANY:
258 case ANY:
280 if (aip->ai_protocol == ANY)
291 if (aip->ai_protocol == ANY)
312 case ANY:
324 case ANY:
337 case ANY:
356 if (aip->ai_socktype == ANY) {
407 if (aip->ai_socktype == ANY) {
[all...]
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c66 #define ANY 4 macro
87 char e_opcode; /* EQ, GT, LT, ANY, AND, NSET */
472 ep->e_opcode = ANY;
486 if (ep->e_opcode != ANY) {
839 case ANY: /* matches anything */
1042 case ANY:
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
115 #define ANY 0 macro
161 { PF_LOCAL, 0, ANY, ANY, NULL, 0x01 },
165 { PF_INET6, SOCK_RAW, ANY, NULL, 0x05 },
168 { PF_INET, SOCK_RAW, ANY, NULL, 0x05 },
273 ((x) == (y) || (/*CONSTCOND*/(w) && ((x) == ANY || (
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c243 enum direction { ANY, TO, FROM }; enumerator in enum:direction
622 * A value of -1 describes the ANY case (TO and FROM).
704 case ANY:
888 case ANY:
942 case ANY:
967 case ANY:
1435 dir = ANY;
1481 dir = ANY;
1544 dir = ANY;
H A Dsnoop_filter.c1463 enum direction { ANY, TO, FROM }; enumerator in enum:direction
1492 * A value of -1 describes the ANY case (TO and FROM).
1596 case ANY:
1739 case ANY:
1776 case ANY:
1872 case ANY:
1967 case ANY:
2008 case ANY:
2339 dir = ANY;
2362 dir = ANY;
[all...]
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c105 typedef int ANY; typedef
169 static ANY *getspace();
1366 static ANY *
1369 ANY *t;
1371 if ((t = (ANY *) malloc(n)) == NULL)
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c330 #define ANY 0 macro
1540 case ANY: /* no test specified */

Completed in 88 milliseconds