Home
last modified time | relevance | path

Searched refs:from (Results 51 – 75 of 1869) sorted by relevance

12345678910>>...75

/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl591 ($from, $sym) = split(/\|/, $2, 2);
612 if (files_equal($from, $object)) {
631 $from = $filter_map{$from};
645 if ($from ne '') {
647 $symlink_map{$from} =
648 follow_symlink($from);
667 $tmp = "$object|$from|$to|$sym";
1150 my ($from, $to, $sym);
1168 $from = $1;
1193 $from = wclean($t1, 1);
[all …]
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c489 if (from != PRF_UNKNOWN) { in plt_cg_interp()
490 if ((from > Hpc) || (from < Lpc)) in plt_cg_interp()
491 from = PRF_OUTADDR; in plt_cg_interp()
493 from = (caddr_t)(from - Lpc); in plt_cg_interp()
526 cptr->cg_from = from; in plt_cg_interp()
527 if (from != PRF_UNKNOWN) in plt_cg_interp()
536 if (from != PRF_UNKNOWN) { in plt_cg_interp()
594 cptr->cg_from = from; in plt_cg_interp()
604 cptr->cg_from = from; in plt_cg_interp()
641 caddr_t from; in la_sparcv9_pltenter() local
[all …]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddispatch.c47 dispatch(krb5_data *pkt, const krb5_fulladdr *from, krb5_data **response) in dispatch() argument
63 name = (char *) inet_ntop (ADDRTYPE2FAMILY (from->address->addrtype), in dispatch()
64 from->address->contents, buf, sizeof (buf)); in dispatch()
98 retval = process_tgs_req(pkt, from, response); in dispatch()
106 retval = process_as_req(as_req, pkt, from, response); in dispatch()
113 retval = process_v4(pkt, from, response); in dispatch()
/illumos-gate/usr/src/lib/libcurses/screen/
H A DmemSset.c55 char *from; /* %r7 */ in memSset() local
63 from = (char *)sfrom; in memSset()
74 char *from; /* 4(%fp) */
82 from = (char *)sfrom;
108 memcpy(char *to, char *from, int count) in memcpy() argument
/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dutils.c80 rename_map(from, to, secure_map) in rename_map() argument
81 char *from; in rename_map()
89 if (!from || !to) {
93 if (!check_map_existence(from)) {
97 (void) strcpy(fromfile, from);
109 (void) strcpy(fromfile, from);
117 (void) strcpy(fromfile, from);
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.104 pass in proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
5 pass out proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
7 # block incoming connection requests to my internal network from the big bad
10 block in on le0 proto tcp from any to 10.1.0.0/16 flags S/SA
12 block out on le0 proto tcp from 10.1.0.0 to any flags SA/SA
H A Dserver8 pass in quick on le0 from 128.1.40.0/24 to any
9 block in log quick on le0 from any to any
10 block in log quick on le1 from 128.1.1.0/24 to any
11 pass in quick on le1 from any to any
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c382 int from; in _mergeTinyRegions() local
384 for (from = 1, to = 1; from < nRegions; ) { in _mergeTinyRegions()
394 if (++from < nRegions) in _mergeTinyRegions()
613 for (; from < to_1; ++from) in lines_replace()
614 text_replace(from); in lines_replace()
624 int count = to_1 - from; in lines_delete()
628 clear_bottom(from); in lines_delete()
630 GOTO(from, 0); in lines_delete()
641 while (from++ < to_1) in lines_delete()
662 int count = to_1 - from; in lines_insert()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dchem.awk111 } else if ($cf == "from") {
122 if (from ~ /( to )|^to/) # said "from ... to ...", so zap length
125 from = "from Last." leave(last, dir) " " fields(cf, NF)
137 cf++ # skip "from"
139 if (n in labtype) # "from Thing" => "from Thing.V.s"
140 return "from " n "." leave(labtype[n], dir)
141 if (n ~ /^\.[A-Z]/) # "from .V" => "from Last.V.s"
142 return "from Last" n "." corner(dir)
143 if (n ~ /^[A-Z][^.]*\.[A-Z][^.]*$/) # "from X.V" => "from X.V.s"
144 return "from " n "." corner(dir)
[all …]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.S95 sllx %o0, %g5, %g1 ! partial unaligned word from s2
107 srlx %o0, %g4, %o3 ! bytes from aligned word from s2
108 or %g1, %o3, %g1 ! merge to get unaligned word from s2
109 ldx [%o1 + %o2], %o3 ! word from s1
117 sllx %o0, %g5, %g1 ! partial unaligned word from s2
122 retl ! return from leaf function
127 ldx [%o1 + %o2], %o3 ! load word from s1
130 ldx [%o1], %g1 ! load word from s2
138 ldx [%o1 + %o2], %o3 ! load word from s1
144 retl ! return from leaf function
[all …]
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c186 install(from, to) in install() argument
187 char *from, *to; in install()
198 if (stat(from, &from_sb)) {
199 fprintf(stderr, gettext("install: %s: %s\n"), from, strerror(errno));
203 devnull = !strcmp(from, "/dev/null");
205 fprintf(stderr, gettext("install: %s isn't a regular file.\n"), from);
214 (void) sprintf(path = pbuf, "%s/%s", to, (C = strrchr(from, '/')) ? ++C : from);
223 fprintf(stderr, gettext("install: %s and %s are the same file.\n"), from, path);
243 status = copy(from, to_fd, path); /* copy */
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfixup_all.sh6 delete from return_states where function = 'strlen';
7 delete from return_states where function = 'strnlen';
8 delete from return_states where function = 'sprintf';
9 delete from return_states where function = 'snprintf';
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c232 struct sockaddr_in *from; in check_reply() local
283 from = (struct sockaddr_in *)msg->msg_name; in check_reply()
297 pr_name((char *)&from->sin_addr, AF_INET)); in check_reply()
326 cc, pr_name((char *)&from->sin_addr, in check_reply()
512 cc, pr_name((char *)&from->sin_addr, in check_reply()
629 (void *)&from->sin_addr, in check_reply()
711 cc, pr_name((char *)&from->sin_addr, in check_reply()
745 cc, pr_name((char *)&from->sin_addr, in check_reply()
806 cc, pr_name((char *)&from->sin_addr, in check_reply()
843 cc, pr_name((char *)&from->sin_addr, in check_reply()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dcp_key_cnt.c42 krb5_copy_keyblock_contents(krb5_context context, const krb5_keyblock *from, krb5_keyblock *to) in krb5_copy_keyblock_contents() argument
47 if (to != NULL && from != NULL) { in krb5_copy_keyblock_contents()
48 to->contents = (krb5_octet *)malloc(from->length); in krb5_copy_keyblock_contents()
52 ret = krb5_copy_keyblock_data(context, from, to); in krb5_copy_keyblock_contents()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Djoin4_28.test35 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok'
40 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok'
48 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok'
53 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok'
58 select * from t1 left outer join t2 on t1.a=t2.x where t2.z>='ok'
63 select * from t1 left outer join t2 on t1.a=t2.x and t2.z>='ok'
68 select * from t1 left outer join t2 on t1.a=t2.x where t2.z IN ('ok')
73 select * from t1 left outer join t2 on t1.a=t2.x and t2.z IN ('ok')
/illumos-gate/usr/src/uts/common/syscall/
H A Duucopy.c29 uucopy(const void *from, void *to, size_t size) in uucopy() argument
36 ucopy(from, to, size); in uucopy()
44 uucopystr(const char *from, char *to, size_t size) in uucopystr() argument
52 ucopystr(from, to, size, &len); in uucopystr()
/illumos-gate/usr/src/cmd/mvdir/
H A Dmvdir.sh68 from="`pwd`/"
69 lfrom=`expr "$from" : "$from"`
82 a=`expr "$to" : "$from"`
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c452 udp_add_mib(mib2_udp_t *from, mib2_udp_t *to) in udp_add_mib() argument
454 to->udpHCInDatagrams += from->udpHCInDatagrams; in udp_add_mib()
455 to->udpInErrors += from->udpInErrors; in udp_add_mib()
456 to->udpHCOutDatagrams += from->udpHCOutDatagrams; in udp_add_mib()
457 to->udpOutErrors += from->udpOutErrors; in udp_add_mib()
512 udp_add_stats(udp_stat_counter_t *from, udp_stat_t *to) in udp_add_stats() argument
515 to->udp_out_opt.value.ui64 += from->udp_out_opt; in udp_add_stats()
520 to->udp_data_conn.value.ui64 += from->udp_data_conn; in udp_add_stats()
524 to->udp_out_ipv6.value.ui64 += from->udp_out_ipv6; in udp_add_stats()
525 to->udp_out_mapped.value.ui64 += from->udp_out_mapped; in udp_add_stats()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DCONVERT.mk9 * and the conversion is run from the $PACKAGEROOT directory, e.g.:
15 * After the conversion you will be liberated from ./configure, *.in,
17 * recursion ordering. You can build from $PACKAGEROOT using the ast
45 * :COPY: from to [ file ... ]
47 * files in the from directory are copied to the to directory
50 * from original directory subdirectory
58 * if no files are specified then the from hierarchy
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c46 char *to, *from; in parse_quoted_string() local
48 to = from = str; in parse_quoted_string()
50 for (to = from = str; *from && *from != '"'; to++, from++) { in parse_quoted_string()
51 if (*from == '\\') { in parse_quoted_string()
52 from++; in parse_quoted_string()
53 switch (*from) { in parse_quoted_string()
64 *to = *from; in parse_quoted_string()
68 *to = *from; in parse_quoted_string()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_gids.c194 _sip_header_t *from; in sip_branchid() local
225 from = sip_search_for_header(_sip_msg, SIP_FROM, NULL); in sip_branchid()
229 if (to == NULL || from == NULL || callid == NULL || cseq == -1) in sip_branchid()
245 hdrlen = from->sip_hdr_end - from->sip_hdr_start; in sip_branchid()
246 _sasl_MD5Update(&ctx, (uchar_t *)from->sip_hdr_start, hdrlen); in sip_branchid()
261 hdrlen = from->sip_hdr_end - from->sip_hdr_start; in sip_branchid()
262 MD5Update(&ctx, (uchar_t *)from->sip_hdr_start, hdrlen); in sip_branchid()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.S220 lduw [%i1], %i0 ! new lower word from s2
237 srl %i0, %l7, %i3 ! byte(s) from new aligned word from s2
239 lduw [%i1 + %i2], %i3 ! x1 = word from s1
254 add %l0, %i3, %i3 ! lowercase word from s1
255 add %l4, %g1, %g1 ! lowercase word from s2
263 sll %i0, %l6, %g1 ! bytes from old aligned word from s2
276 lduw [%i1 + %i2], %i3 ! x1 = word from s1
280 lduw [%i1], %g1 ! x2 = word from s2
294 add %l0, %i3, %i3 ! lowercase word from s1
295 add %l4, %g1, %g1 ! lowercase word from s2
[all …]
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c696 from = buf;
705 *to++ = *from++;
714 from++;
717 *to++ = *from++;
727 *to++ = *from++;
734 *to++ = *from++;
1213 from = spec;
1215 while (*from) {
1216 switch (*from) {
1222 from++;
[all …]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_btcp.c155 struct sockaddr_in from; in clntbtcp_create() local
173 from.sin_family = AF_INET; in clntbtcp_create()
174 ipv4_getipaddr(&from.sin_addr); in clntbtcp_create()
175 from.sin_addr.s_addr = htonl(from.sin_addr.s_addr); in clntbtcp_create()
176 from.sin_port = get_source_port(TRUE); in clntbtcp_create()
178 if (bind(*sockp, (struct sockaddr *)&from, sizeof (from)) < 0) { in clntbtcp_create()
406 struct sockaddr from; in readtcp() local
407 uint_t fromlen = sizeof (from); in readtcp()
416 while ((inlen = recvfrom(ct->ct_sock, buf, len, 0, &from, in readtcp()
H A Dclnt_budp.c166 struct sockaddr_in from; in clntbudp_bufcreate() local
181 from.sin_family = AF_INET; in clntbudp_bufcreate()
182 ipv4_getipaddr(&from.sin_addr); in clntbudp_bufcreate()
183 from.sin_addr.s_addr = htonl(from.sin_addr.s_addr); in clntbudp_bufcreate()
184 from.sin_port = get_source_port(TRUE); in clntbudp_bufcreate()
186 if (bind(*sockp, (struct sockaddr *)&from, sizeof (from)) < 0) { in clntbudp_bufcreate()
224 struct sockaddr_in from; in clntbudp_call() local
320 (struct sockaddr *)&from, &fromlen); in clntbudp_call()
397 inet_ntoa(from.sin_addr)); in clntbudp_call()

12345678910>>...75