Home
last modified time | relevance | path

Searched refs:in (Results 76 – 100 of 4332) sorted by relevance

12345678910>>...174

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DHISTORY14 add -[DI]+ to invert options in ppargs()
23 add space before macro actual in replacement text
29 fix PASSCOMMENTS in directives
32 fix header parsing in non-active if-blocks
41 02/22/89 fix -T conflict with __GNUC__ in ppargs
71 05/31/88 pp:readonly in PP_INIT only for STRICT
76 04/11/88 fix flag check bug in ppload()
124 08/20/87 fix bug that omitted some actualsync() calls for '\n' in pp.in->actual
152 04/07/87 fix \\n and ??/\n bugs in comment scan
164 change in->standard to in->hosted and STANDARD to HOSTED
[all …]
H A Dppinput.c232 … debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr)); in pppush()
239 … debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr)); in pppush()
259 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); in pppush()
298 cur = pp.in; in ppexpand()
322 else if (pp.in == cur) in ppexpand()
331 pp.in = pp.in->prev; in ppexpand()
496 pp.in->fd = pppdrop(pp.in->buffer + PPBAKSIZ); in ppload()
498 if (pp.in->fd >= 0) in ppload()
699 pp.in->fd = -1; in ppload()
709 pp.in->nextchr = pp.in->buffer + PPBAKSIZ; in ppload()
[all …]
H A Dpplib.h544 if (!pp.in->next) \
547 pp.in->next->prev = pp.in; \
549 p = pp.in = pp.in->next; \
566 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
580 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
599 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
611 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
634 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
646 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
661 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
[all …]
/illumos-gate/usr/src/pkg/transforms/
H A Dglobal_zone_only_component6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
37 # - man pages appear in all zones
38 # - header files appear in all zones
39 # - mdb(1) modules appear in all zones
44 # appear in all zones, add the following attribute to your action.
53 # appear in the post-processed manifest.
66 # in all zones, the packager must specify
75 # Man pages should appear in all zones.
79 # Headers should appear in all zones.
[all …]
/illumos-gate/usr/src/common/iscsi/
H A Dutils.c146 parse_addr_port_tpgt(char *in, char **addr, int *type, char **port, char **tpgt) in parse_addr_port_tpgt() argument
164 if (*in == '[') { in parse_addr_port_tpgt()
167 *addr = ++in; in parse_addr_port_tpgt()
168 in = strchr(*addr, ']'); in parse_addr_port_tpgt()
169 if (in == NULL) in parse_addr_port_tpgt()
171 *in++ = '\0'; in parse_addr_port_tpgt()
175 *addr = in; in parse_addr_port_tpgt()
180 t_port = strchr(in, ':'); in parse_addr_port_tpgt()
183 *port = in = t_port; in parse_addr_port_tpgt()
189 t_tpgt = strchr(in, ','); in parse_addr_port_tpgt()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c600 *out = *in; in krb5int_cm_call_select()
1081 free(conn->x.in.buf); in service_tcp_fd()
1082 conn->x.in.buf = 0; in service_tcp_fd()
1092 nread = SOCKET_READ(conn->fd, conn->x.in.pos, conn->x.in.n_left); in service_tcp_fd()
1096 conn->x.in.buf = 0; in service_tcp_fd()
1109 conn->x.in.bufsizebytes + conn->x.in.bufsizebytes_read, in service_tcp_fd()
1129 conn->x.in.bufsize = conn->x.in.n_left = len; in service_tcp_fd()
1130 conn->x.in.buf = conn->x.in.pos = malloc(len); in service_tcp_fd()
1160 nread = recv(conn->fd, conn->x.in.buf, conn->x.in.bufsize, 0); in service_udp_fd()
1165 conn->x.in.pos = conn->x.in.buf + nread; in service_udp_fd()
[all …]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c699 #define WIFI_HAVE_CAP(in, flag) (((in)->in_capinfo & (flag)) ? 1 : 0) argument
700 #define WIFI_HAVE_HTCAP(in) (((in)->in_htcap != 0) ? 1 : 0) argument
733 in->in_esslen); in wifi_read_ap()
1163 in = list_next(&nt->nt_node, in); in wifi_cfg_scanresults()
1178 in = list_next(&nt->nt_node, in); in wifi_cfg_scanresults()
1847 #define WIFI_HT_MODE(in) (((in)->in_flags & IEEE80211_NODE_HT) ? 1 : 0) argument
1977 in = list_next(&nt->nt_node, in); in wl_get_scanresults()
1992 in = list_next(&nt->nt_node, in); in wl_get_scanresults()
2193 if (in == NULL) { in wl_set_mlme()
2250 in = NULL; in wl_set_wpakey()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dselect.c109 long *in, *out, *ex; in pselect() local
173 in = (long *)in0->fds_bits; in pselect()
177 b = (ulong_t)(*in | *out | *ex); in pselect()
184 if (*in & m) in pselect()
193 in++; in pselect()
216 in = (long *)in0->fds_bits; in pselect()
218 *in++ = 0; in pselect()
295 *in = 0; in pselect()
305 *in |= m; in pselect()
322 if ((*in & m) == 0) in pselect()
[all …]
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.115 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
7 # allow in UDP packets which are NOT from port 53 and are destined for
10 pass in proto udp from 10.2.2.2 port != 53 to localhost
14 block in proto tcp from any to any port 5999 >< 6010
19 block in proto tcp/udp all
20 pass in proto tcp/udp from any to any port 512 <> 515
25 pass in proto tcp/udp all
26 block in proto tcp/udp from any to any port 511 >< 516
H A Dexample.124 block in proto tcp all with short
6 # drop and log any IP packets with options set in them.
8 block in log all with ipopts
12 log in all with opt lsrr,ssrr
16 block in quick all with opt lsrr
17 block in quick all with opt ssrr
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/fun/
H A Ddirs12 case $dir in
20 select i in "$dir" "${_push_stack[@]}"
30 case $1 in
55 case $dir in
60 case $TERM in
65 case $dir in
72 case $type in
78 for dir in "$dir" "${_push_stack[@]}"
95 case $dir in
103 select dir in "$dir" "${_push_stack[@]}"
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/
H A DREADME.md4 If we place an input section which is in a group in the same output section as
16 We test this by defining 3 sections in two groups in two input objects:
17 - `.test_data_conflict` in `group1`
18 - `.test_data_conflict` in `group2`
19 - `.test_data_conflict` in no group at all
22 - `.test_data_conflict` from `group1` remains in `group1`, is merged with no
25 - `.test_data_conflict` from `group2` remains in `group2`, is merged with no
28 - the ungrouped `.test_data_conflict` remains in no groups, and the two input
/illumos-gate/usr/src/cmd/bhyve/
H A DREADME.sync1 Git commit hashes in this file refer to the official FreeBSD distributed
4 The bhyve userland code in this directory, and its associated libraries and
21 The source code for the following components is present and included in
22 syncs from FreeBSD, but currently disabled. See the comments in 'Makefile'
30 The draft Save/Restore functionality, added in FreeBSD commit
32 yet. It is not built by default in FreeBSD, so we're not interested in taking
33 it until it successfully endures more in-depth testing.
36 to satisfy the use of <stdatomic.h> in usr/src/cmd/bhyve/rfb.c, and in
H A Dpm.c75 reset_handler(struct vmctx *ctx __unused, int in, in reset_handler() argument
84 if (in) in reset_handler()
173 pm1_status_handler(struct vmctx *ctx, int in, in pm1_status_handler() argument
181 if (in) in pm1_status_handler()
197 pm1_enable_handler(struct vmctx *ctx, int in, in pm1_enable_handler() argument
205 if (in) in pm1_enable_handler()
280 pm1_control_handler(struct vmctx *ctx, int in, in pm1_control_handler() argument
287 if (in) in pm1_control_handler()
343 if (in) in gpe0_sts()
363 if (in) in gpe0_en()
[all …]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.S61 / reverses the byte order in hs.
77 / uint16_t htobe16(uint16_t in)
79 / Convert in to big endian, eg. htons()
88 / uint32_t htobe32(uint32_t in)
90 / Convert in to big endian, eg. htonl()
98 / uint16_t betoh16(uint16_t in)
99 / uint16_t be16toh(uint16_t in)
101 / Convert in to little endian, eg. ntohs()
118 / uint32_t be32toh(uint32_t in)
119 / uint32_t betoh32(uint32_t in)
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties11 # (the "License"). You may not use this file except in compliance
19 # When distributing Covered Code, include this CDDL HEADER in each
106 st_dump = Dumping service store in {0}.
147 ssim_unk_qtype = Unknown type ``{0}'''' in query evaluation.
172 par_syn_err = Error in syntax of query ``{0}''''
174 par_tok_un = Unrecognized token in query
179 par_tag_syn = Syntax error in attribute tag
180 par_comp_op = Syntax error in comparison operator
215 st_st_req = SPI specified in service type attribute request
228 v1_query_error = Syntax error in SLPv1 query ``{0}''''.
[all …]
/illumos-gate/usr/src/cmd/gettext/
H A Dgettext.c50 expand_metas(char *in) /* walk thru string interpreting \n etc. */ in expand_metas() argument
54 for (cp = out = in; *in != '\0'; out++, in++) { in expand_metas()
55 if (*in == '\\') { in expand_metas()
56 switch (*++in) { in expand_metas()
76 *out = *in; in expand_metas()
80 *out = *in; in expand_metas()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dshcomp.c72 Sfio_t *in, *out; in main() local
106 in = sh_pathopen(cp); in main()
109 in = sfstdin; in main()
138 if(t = (Shnode_t*)sh_parse(shp,in,0)) in main()
145 else if(sfeof(in)) in main()
147 if(sferror(in)) in main()
171 sfmove(in,out,SF_UNBOUND,-1); in main()
172 if(in!=sfstdin) in main()
173 sfclose(in); in main()
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS10 New in 0.97 - 2005-05-08:
16 New in 0.96 - 2005-01-30:
23 New in 0.95 - 2004-06-13:
32 New in 0.94 - 2004-01-25:
46 New in 0.93 - 2002-12-08:
72 New in 0.92 - 2002-04-30:
100 New in 0.91 - 2002-01-21:
123 New in 0.90 - 2001-07-11:
161 New in 0.5.96 - 2000-10-04:
206 New in 0.5.95 - 2000-06-27:
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c57 __nis_mapping_rule_t *in);
1365 if (in->name != NULL) { in dup_mapping_item()
1371 out->type = in->type; in dup_mapping_item()
1373 if (in->exItem) { in dup_mapping_item()
1469 switch (in->type) { in dup_mapping_sub_element()
1513 out->type = in->type; in dup_mapping_sub_element()
1526 if (in == NULL) in dup_mapping_element()
1529 switch (in->type) { in dup_mapping_element()
1595 out->type = in->type; in dup_mapping_element()
1611 r_in = &in->lhs; in dup_mapping_rule()
[all …]
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README367 4452202 Typos in <sys/link.h>
436 4453241 Regression in 4291384 can result in empty symbol table.
541 4621479 'make' in $SRC/cmd/sgs/tools tries to install things in the proto area
700 4834784 Accessing members in a TLS structure causes a core dump in Oracle
702 4825296 typo in elfdump
833 when mmap fails in anon_map()
868 4798376 nits in demo code
1149 6431835 data corruption on x64 in 64-bit mode while LD_PROFILE is in effect
1261 verification in S10
1295 when mmap fails in anon_map()
[all …]
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtvlib6 #define _lib_clock_settime 1 /* clock_settime() in default lib(s) */
7 #define _lib_gettimeofday 1 /* gettimeofday() in default lib(s) */
8 #define _lib_settimeofday 1 /* settimeofday() in default lib(s) */
9 #define _lib_stime 1 /* stime() in default lib(s) */
10 #define _lib_utimes 1 /* utimes() in default lib(s) */
11 #define _lib_nanosleep 1 /* nanosleep() in default lib(s) */
12 #define _lib_usleep 1 /* usleep() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtvlib6 #define _lib_clock_settime 1 /* clock_settime() in default lib(s) */
7 #define _lib_gettimeofday 1 /* gettimeofday() in default lib(s) */
8 #define _lib_settimeofday 1 /* settimeofday() in default lib(s) */
9 #define _lib_stime 1 /* stime() in default lib(s) */
10 #define _lib_utimes 1 /* utimes() in default lib(s) */
11 #define _lib_nanosleep 1 /* nanosleep() in default lib(s) */
12 #define _lib_usleep 1 /* usleep() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtvlib6 #define _lib_clock_settime 1 /* clock_settime() in default lib(s) */
7 #define _lib_gettimeofday 1 /* gettimeofday() in default lib(s) */
8 #define _lib_settimeofday 1 /* settimeofday() in default lib(s) */
9 #define _lib_stime 1 /* stime() in default lib(s) */
10 #define _lib_utimes 1 /* utimes() in default lib(s) */
11 #define _lib_nanosleep 1 /* nanosleep() in default lib(s) */
12 #define _lib_usleep 1 /* usleep() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtvlib6 #define _lib_clock_settime 1 /* clock_settime() in default lib(s) */
7 #define _lib_gettimeofday 1 /* gettimeofday() in default lib(s) */
8 #define _lib_settimeofday 1 /* settimeofday() in default lib(s) */
9 #define _lib_stime 1 /* stime() in default lib(s) */
10 #define _lib_utimes 1 /* utimes() in default lib(s) */
11 #define _lib_nanosleep 1 /* nanosleep() in default lib(s) */
12 #define _lib_usleep 1 /* usleep() in default lib(s) */

12345678910>>...174