Home
last modified time | relevance | path

Searched refs:from (Results 151 – 175 of 1869) sorted by relevance

12345678910>>...75

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Din.talkd.c69 struct sockaddr_in from; in main() local
70 socklen_t from_size = (socklen_t)sizeof (from); in main()
86 (struct sockaddr *)&from, &from_size); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A DTHIRDPARTYLICENSE10 * may not be used to endorse or promote products derived from this
49 * from this software without specific prior written permission.
63 * endorse or promote products derived from this software without
79 * endorse or promote products derived from this software without
97 * endorse or promote products derived from this software without
110 used to endorse or promote products derived from this software
165 This software is derived from source code from
181 * used to endorse or promote products derived from this software
187 * The basic framework for this code came from the reference
197 * that such works are identified as "derived from the RSA Data
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dchgpwd.c572 struct sockaddr_in from; in handle_chpw() local
583 fromlen = sizeof (from); in handle_chpw()
585 if ((len = recvfrom(s1, req, sizeof (req), 0, (struct sockaddr *)&from, in handle_chpw()
631 if (connect(s2, (struct sockaddr *)&from, sizeof (from)) < 0) { in handle_chpw()
640 params->realm, s2, kt, &from, in handle_chpw()
657 (struct sockaddr *)&from, sizeof (from)); in handle_chpw()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c66 strtots(tchar *to, char *from) in strtots() argument
73 i = mbstotcs(NOSTR, from, 0); in strtots()
81 i = mbstotcs(to, from, INT_MAX); in strtots()
89 tstostr(char *to, tchar *from) in tstostr() argument
103 ptc = from; in tstostr()
115 ptc = from; in tstostr()
139 mbstotcs(tchar *to, char *from, int tosize) in mbstotcs() argument
142 char *pmb = from; in mbstotcs()
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c1050 char *from, *to = nextstring; in changecalculations() local
1072 if (ispadchar(*from)) { in changecalculations()
1076 while (isdigit(*from) || *from == '.') in changecalculations()
1077 caddch(*from++); in changecalculations()
1078 if (*from == '*') in changecalculations()
1079 caddch(*from++); in changecalculations()
1086 if (fancycap(from)) { in changecalculations()
1102 switch (ch = *from++) { in changecalculations()
1165 caddch(*from++); in changecalculations()
1172 caddch(*from++); in changecalculations()
[all …]
/illumos-gate/usr/src/data/locale/data/
H A Dta_IN.UTF-8.src6 * Generated automatically from the Unicode Character Database and Common Locale Data Repository *
641 collating-element <TAMIL_LETTER_KA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_KA><TAMIL_SIGN_VIRAMA>"
643 collating-element <TAMIL_LETTER_CA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_CA><TAMIL_SIGN_VIRAMA>"
647 collating-element <TAMIL_LETTER_TA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_TA><TAMIL_SIGN_VIRAMA>"
648 collating-element <TAMIL_LETTER_NA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_NA><TAMIL_SIGN_VIRAMA>"
649 collating-element <TAMIL_LETTER_PA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_PA><TAMIL_SIGN_VIRAMA>"
650 collating-element <TAMIL_LETTER_MA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_MA><TAMIL_SIGN_VIRAMA>"
651 collating-element <TAMIL_LETTER_YA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_YA><TAMIL_SIGN_VIRAMA>"
652 collating-element <TAMIL_LETTER_RA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_RA><TAMIL_SIGN_VIRAMA>"
653 collating-element <TAMIL_LETTER_LA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_LA><TAMIL_SIGN_VIRAMA>"
[all …]
H A Dta_LK.UTF-8.src6 * Generated automatically from the Unicode Character Database and Common Locale Data Repository *
641 collating-element <TAMIL_LETTER_KA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_KA><TAMIL_SIGN_VIRAMA>"
643 collating-element <TAMIL_LETTER_CA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_CA><TAMIL_SIGN_VIRAMA>"
647 collating-element <TAMIL_LETTER_TA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_TA><TAMIL_SIGN_VIRAMA>"
648 collating-element <TAMIL_LETTER_NA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_NA><TAMIL_SIGN_VIRAMA>"
649 collating-element <TAMIL_LETTER_PA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_PA><TAMIL_SIGN_VIRAMA>"
650 collating-element <TAMIL_LETTER_MA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_MA><TAMIL_SIGN_VIRAMA>"
651 collating-element <TAMIL_LETTER_YA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_YA><TAMIL_SIGN_VIRAMA>"
652 collating-element <TAMIL_LETTER_RA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_RA><TAMIL_SIGN_VIRAMA>"
653 collating-element <TAMIL_LETTER_LA-TAMIL_SIGN_VIRAMA> from "<TAMIL_LETTER_LA><TAMIL_SIGN_VIRAMA>"
[all …]
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c177 brand_uucopy(const void *from, void *to, size_t size) in brand_uucopy() argument
181 if (__systemcall(&rval, SYS_uucopy + 1024, from, to, size) != 0) in brand_uucopy()
190 brand_uucopystr(const void *from, void *to, size_t size) in brand_uucopystr() argument
194 if (__systemcall(&rval, SYS_uucopystr + 1024, from, to, size) != 0) in brand_uucopystr()
/illumos-gate/usr/src/head/
H A Dvarargs.h70 #define va_copy(to, from) __va_copy(to, from) argument
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.S112 xor %i0, %i1, %o4 ! xor from and to address
117 xor %i0, %i1, %o4 ! xor from and to address
123 ! this differs from wordcp in that it copes
279 ldx [%i0+%i1], %o4 ! read from address
293 ld [%i0+%i1], %o4 ! read from address
324 ldub [%i0+%i1], %o4 ! read from address
345 inc %i0 ! inc from
382 ldub [%o0], %o3 ! read from address
383 inc %o0 ! inc from address
882 ! Try aligned copies from here.
[all …]
/illumos-gate/usr/src/test/
H A DREADME21 4. Porting Tests from Other Frameworks
27 The tests here come in two varieties - tests written from scratch, and tests
28 that have been ported from the Solaris Test Collection. Not all of the STC
66 4. Porting Tests from Other Frameworks
70 Porting tests from this framework is relatively straightforward. For the most
76 Some STF tests consume the values of variables from the user's environment.
/illumos-gate/usr/src/data/zoneinfo/
H A Dasia933 # In 1946, DST in Taiwan was from May 15 and ended on Sep 30. The info from
1415 # This is from Kayhan newspaper, one of the major Iranian newspapers, from
1697 # family is from India).
2291 # from 1991-02-04 No. 20
2331 # the rest of Kazakhstan switched from +06/+07 to +05/06 or from +05/06
2336 # from 1992-01-13 No. 28
2354 # from 1992-03-27 No. 284
2361 # from 1994-09-23 No. 384
2369 # from 1996-05-08 No. 575
2375 # from 1999-03-26 No. 305
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/
H A DTHIRDPARTYLICENSE4 * Export of this software from the United States of America may
5 * require a specific license from the United States Government.
23 * Export of this software from the United States of America may
24 * require a specific license from the United States Government.
51 * Export of this software from the United States of America may
52 * require a specific license from the United States Government.
85 ** provided that such works are identified as "derived from the RSA **
121 * Export of this software from the United States of America may require
122 * a specific license from the United States Government. It is the
155 * Export of this software from the United States of America may
[all …]
/illumos-gate/usr/src/contrib/ast/
H A DREADME3 toolkit from AT&T Research. It is populated from the illumos-specific branch
/illumos-gate/usr/src/boot/libsa/string/
H A Dswab.c42 swab(const void * __restrict from, void * __restrict to, ssize_t len) in swab() argument
51 fp = (char *)from; in swab()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A DREADME23 An updated versions of this package can be retrieved from ftp server:
31 Additional notes from Sun Microsystems:
33 This code (the OpenSolaris CIFS client) is derived from the
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dldivide.S71 adcl $0,%edi / add in any carry from the shift
72 subl rop(%esp),%edi / subtract denominator from remainder
76 / can't subtract the denominator from the remainder, add it back
/illumos-gate/usr/src/lib/
H A DREADME.mapfiles43 - move an interface from one library to another
58 how to generate an executable file or a shared object from a collection of
63 Version 1 derives from AT&T System V Release 4 Unix. Version 2 is a newer
143 to or removed from it.
225 information from the common and ISA-specific mapfiles and merges them
267 version numbers). It inherits nothing, nothing inherits from it and it
379 deleted from the library and added to libc, then the mapfile for the
380 library has to have the interface's entry changed from:
406 for that symbol from the mapfile's private version section.
409 header files as well as from the code that implements the interfaces.
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A Doptions.tmpl32 # nodefaultroute -- prevent users from installing a default route
33 # noproxyarp -- prevent users from using proxy ARP
45 # option; usually from the command line.
49 # privileged. Those from ~/.ppprc and the command line are privileged
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound_smf.c136 int32_t transition, from, to; in fmevt_pp_smf() local
155 from = transition >> 16; in fmevt_pp_smf()
158 fromstr = smf_state_to_string(from); in fmevt_pp_smf()
/illumos-gate/usr/src/common/lzma/
H A DREADME25 The source in this directory has been derived from
26 LZMA SDK 4.62 downloaded from http://www.7-zip.org/sdk.html
30 waived from the usual Solaris coding standards and is
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dquoting2.sh48 then err_exit "\$(print -r - '') differs from ''"
60 then err_exit "nested \$(print -r - '') differs from ''"
73 then err_exit "\${x-\$(print -r - '}')} differs from ''"
/illumos-gate/usr/src/boot/
H A DReadme.txt16 This is source tree snapshot of loader and related parts from
24 Directories from freebsd userland (freebsd /usr/src tree):
27 Directories from freebsd kernel tree are located in sys subdirectory
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmsgsvc_svc.c79 if (param->from == NULL || param->to == NULL || param->text == NULL) { in msgsvcsend_NetrSendMessage()
84 syslog(LOG_INFO, "%s to %s: %s", param->from, param->to, param->text); in msgsvcsend_NetrSendMessage()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME4 (C information abstractor from Robin Chen), and a collection of other
5 /bin and /usr/bin commands that benefit from concentrating functionality
18 `nmake install' from this directory, otherwise use
19 ship/shipin from the root of the distribution directory tree.
66 re: egrep(1) and ed(1) style re's from V9

12345678910>>...75